-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In MS CRM 4.0 how can a form be readonly, including the relationship link. Clicking the link must show readonly forms of related entities as well (if main entity is readonly even realtions must appear as readonly whereas its not.).
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I'm trying to convert an order and orderdetail lines to a custom entity and its child lines using InitializeFromRequest using the code below:
public void Convert(Guid FromEntityId, string FromEntityName, string ToEntityName)
{
try
{
// Set up the CRM Service…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Do you know of a way to get rid of CRM User accounts in MSCRM 4.0? After some user accounts have been deleted in AD we're faced a lot of issues while importing the organisation to another server stating that there are issues with the user mapping.
What kind of idea is behind the fact that no user…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
I have been playing around with MSCRM4 lately. It has been interesting going. I had a problem getting the tax to reflect correctly, it was defaulting at zero. Eventually I found a solution after scouring the web for a while... see steps below… Add the following code…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When you register a plug-in in Microsoft CRM all kinds of things can go wrong. Most commonly, the error I get is "An error occurred."
When you look for more detail you just get: "Server was unable to process request" and under detail you see "An unexpected error occurred."
Not very helpful. However…
>>> More