Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems creating products

0 views
Skip to first unread message

Torti

unread,
Mar 3, 2006, 11:34:22 AM3/3/06
to
Hi there,

after a longer break, I started testing the CRM 3.0 again. The main
reason was the German-Languageversion :-)

I have installed this version but now I have a big Problem:

I have created several roles (even one with all permission - was a real
"click-nirvana"!!) and user with standard roles.

But all Users can´t create a product. Neither within a Quote
(exisiting or write-in) nor in the main menu.

Hope someone could give me a hint, how I could solve this Problem.

I forgot: In the Main Menu there is no button "New" under the product
site and if I click on "New" in a quote I site-error appears.
I tried it throw the webservice (asp-site). This site stopes with error
401 (Unauthorized).

THX for every tip.

Manisha Powar (MSFT)

unread,
Mar 3, 2006, 2:48:59 PM3/3/06
to
Hi Torti,
Products are created from "Settings-->Product Catalog". CRM v3.0 ships the
Sales Manager role out of the box - a user with this role should be able to
create new products.

Please let me know if you're able to create the products.
--
Manisha Powar (Madhusudanan)
Program Manager
Microsoft Dynamics - CRM

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
"Torti" <t.ma...@itnovum.de> wrote in message
news:1141403662.5...@t39g2000cwt.googlegroups.com...

Torti

unread,
Mar 6, 2006, 2:52:34 AM3/6/06
to
OK,

it is possible to create products from "Settings-->Product Catalog" but
it isnt possbile to create some form quote-form (I think it is
"Write-In Products"; in German "Manuell erfasste Produkt")

And I cant create them from webservice. I use this Code:

Dim service As New CrmService()
service.Credentials =
System.Net.CredentialCache.DefaultCredentials

Dim qd As New quotedetail

qd.description = "TEST"

Dim lookup As New Lookup()
lookup.Value = New Guid(oId)
lookup.type = EntityName.systemuser.ToString()
qd.quoteid = lookup

service.Create(qd)

And get an "Unauthorized" Error.

Torti

unread,
Mar 6, 2006, 3:08:15 AM3/6/06
to
Sorry,

I found the failure in my Code. I didnt initialize the
service.Credentials correctly (the line of code was located in the
wrong routine).

But the error when I click in a quote "New Product" still appears.

Manisha Powar (MSFT)

unread,
Mar 6, 2006, 12:31:32 PM3/6/06
to
Hi Torti,
Glad you could create products.
About the error on New Quote Products:
(1) Do you see this error for both "Existing Products" and "Write-In
Products"?
(2) Does this error occur even when you try to use the system default Sales
Manager or Sales Person role?

--
Manisha Powar (Madhusudanan)
Program Manager
Microsoft Dynamics - CRM

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
"Torti" <t.ma...@itnovum.de> wrote in message

news:1141632495.9...@j52g2000cwj.googlegroups.com...

Torti

unread,
Mar 8, 2006, 3:00:58 AM3/8/06
to
Hi,

Yes, I get the error on both. Its an error-message from IE which says,
that the site as an error ("Error on page").

0 new messages