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.
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...
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.
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 (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...
Yes, I get the error on both. Its an error-message from IE which says,
that the site as an error ("Error on page").