Has anyone deployed the CRM 2011 PRM portal and had it working over https? The ServiceContext.GetUrl(page) method seems to return the correct URL, but with port 80 post-fixed:
I\'m looking for javascript code that will return the language selected by the current 开发者_如何学Clogged in crm user. Is there another method than reading the language setting from the used interne
Is开发者_运维技巧 it possible to fetch all the CRM 2011 related entities given an entity? For example, Entity A have a one-to-many relationship with entity B,C, and D. Entity E have a one-to-many rela
I have a many-to-many relationship between two entities. I know Dynamics CRM creates an interse开发者_开发百科ct table for that in the database. And I know how I can retrieve records with a fetch comm
We have about 4 guys s开发者_开发知识库haring a common CAL to a CRM 2011 installation. I need to hide the \"get CRM for Outlook\" notification for this common user account.CRM Client >> Settings
Not a duplicate of this I have a pretty simple CRM workflow, which basicly just adds some values to some fields that doesn\'t get filled whenever a user creates a new开发者_如何学Python object. My ch
We are having a serious problem on the new \"CRM 2011\"-server.We recently migrated from the CRM 4.0 to the CRM 2011.I\'ve imported all the old \"CRM 4.0\"-DB\'s to the new CRM 2011. All the organizat
I am having a great deal of difficuly trying to get LINQ queries working with CRM 2011. The problem occurs whenever I have three or more joined tables (doesn\'t seem to matter which CRM tables), and I
can anyone tel开发者_如何转开发ls me how I can retrieve a contact in relationship with the marketing list in crm 4.0 ?
Relationship relation = new Relationship(\"campaignlist_association\"); Entity campaign = (from c in orgServiceContext.CreateQuery(\"campaign\")