Updating preferences on existing leads/contacts via import
I'm trying to import a new mailing list (emails only) into the CRM - it's a database of about 19k - but some of these emails already exist in the CRM and so about 12k of the imports fail. How can I...
View ArticleManaged Solution import failed - Error code:0x80048425
Hi all,I'm getting the following error when attempting to import a managed solution from our Dev to Live environment;"The selected file is corrupted or it does not use the correct schema. Either select...
View ArticleRE: Managed Solution import failed - Error code:0x80048425
Looks like the error indicates that the account entity in the customizations.xml file has a duplicate "control" element in the <forms> area. Might have to do with a sub-grid being...
View ArticleRE: JavaScript Q - Required fields based on two other fields
Thanks Mahendar. I think this might be more complicated than I originally thought. For Field A, there are 4 values (Type A - Type D) and for Field B, there are also 4 values (User 1 - User 4). The...
View ArticleRE: JavaScript Q - Required fields based on two other fields
edit: The tab shows then Type A and Type B are shown and the field on that tab shows when User 4 is chosen. So if User 3 is chosen and Type D is chosen the field should not be required. It should only...
View ArticleQuestion about Email Router Function
Hi there, have had great success in the past using these forums. Thank you.I am using clickDimensions for my outbound email marketing.I would like to start using the built in Email Router function for...
View ArticleRE: Question about Email Router Function
Using the email router is probably the best route for emails generated from workflows. Being that the email router will always be running, it can accept an email from a workflow at anytime, it won't...
View ArticleRE: JavaScript Q - Required fields based on two other fields
Just add an OR condition ( the syntax is || )var valueA = Xrm.Page.getAttribute("A_FieldName").getText();var valueB = Xrm.Page.getAttribute("B_FieldName").getText();if (valueB == "User 4" &&...
View ArticleJavaScript Q - Required fields based on two other fields
I had a question about some javascript setting a field to required when one option was chosen. I have a similar situation where I need to set the required of one field if Field A = 1 and Field B = 2....
View ArticleCRM Outlook Activities Error
Hello,I am using the Outlook add-in for CRM 2011. I select the contacts that i need to send a mail merge to. I select "mail merge" under the "Add" tab. It opens a dialogue box in which i choose that...
View ArticleRE: What exactly defines a Deployment Administrator?
Can you please post the exact errors you are receiving? Have you looked at the install logs to see what errors you are getting there? They can be accessed at %appdata%/Roaming/Microsoft/MSCRM/Logs
View ArticleRE: Multiple Organizations and ADFS
Thanks Frank,You will only be able to verify one domain with one Office 365 tenant. If you have another CRM tenant, this would not work with that organization. However, you can have multiple instances...
View ArticleRE: What exactly defines a Deployment Administrator?
Sure. First of all here's the warnings I get during import: http://i.imgur.com/6wDn1l0.jpgHere's the log: 16:14:08| Info| Deployment Manager Start16:14:09|Verbose| Retrieving config database version...
View ArticleRE: What triggers the email Script warning?
We've worked with this a while now. We tried to filter out the parts that triggered this but that was just not doable so we finally reverese engineered the form and just switched of the Component that...
View ArticleRE: PostConfig read permission setting?
Hi,that privilege is about the Activity Feeds functionality inside CRM.Try to add the role "Activity Feeds" to the user that gets this error
View ArticleRE: PostConfig read permission setting?
Absolutely! Thank you very much Guido! This is been bugging me for too long.
View ArticlePostConfig read permission setting?
Hi all!I'm working on a customization and for some reason when loading an updated view (Opportunity) I'm getting the following error:Error Details: Principal user...
View ArticleRE: CRM 2011 On Premises - 0x800a03f6 - JavaScript runtime error: Invalid...
Hello Aaron,Thank you for the response.We have resolved this problem. Actually, this is related to IFD configuration. We tried to implement it but did not get success and reverted back everything....
View ArticlelabFiles Extending Microsoft Dynamics CRM 2011
good morning,I'm reading the pdf for certification Expansion Microsoft Dynamics CRM 2011, in parts of the pdf refers to a Labfiles as shown in the link.anyone know where I can download these files.thanks
View ArticleSorting Account Records
Hi all,I am a new user of dynamics crm 2011. I want to separate account records as "existing" and "new".Where "new" ones are the records created in the current year and the "existing" ones are the...
View Article