Monday, November 05, 2007 - Posts
I have this game I play. It's called "Make blog posts for error messages no-one else has ever seen".
This is the latest for MS CRM 3.0.
There is an error in XML document (1, 1523). ---> Microsoft.Crm.CrmException: Cannot convert local time to universal
Read More
This was a fun little exercise.
As it turns out,
SELECT [OrganizationId]
,[UserGroupId]
,[PrivilegeUserGroupId]
FROM [dbo].[OrganizationBase]
Will get you the information you need.
We needed to find this out due
Read More