Forum Post: RE: 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 ArticleForum Post: CRM 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 ArticleForum Post: RE: 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 ArticleBlog Post: Microsoft Dynamics Partner Roundup: eCommerce Integration for NAV,...
In this week's Microsoft Dynamics partner news roundup: i95Dev Launches Integrated eCommerce Products for Dynamics NAV, AX; MazikGlobal Releases Windows 8 App for Dynamics AXNew Serenic DonorVision...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: PostConfig read permission setting?
Absolutely! Thank you very much Guido! This is been bugging me for too long.
View ArticleBlog Post: What You Should Know About the Microsoft Dynamics CRM Marketing...
Marketing is one of the three main areas of Microsoft® Dynamics CRM. The Marketing area, or module as it is frequently called, enables you to centralize your marketing operations and access your data...
View ArticleForum Post: RE: CRM 2011 On Premises - 0x800a03f6 - JavaScript runtime error:...
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 ArticleForum Post: labFiles 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 ArticleForum Post: Sorting 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 ArticleForum Post: RE: Printing-out Opportunity information in full
That is not what we want! Why should we have to fix something that Microsoft broke??It shoud be a simple job. Why not???!!
View ArticleForum Post: Workflow failing with error
I have a workflow. It fires on create or as a child, and waits 30 days until the Expiration Date on a custom entity called Contact Subscription. At the 30 day mark, a Task is created for the Accounting...
View ArticleForum Post: RE: CRM 2011 outlook client ADFS setup issue
Hi,One of the issues could be if the time on the CRM, ADFS servers are not sync with the DC.Secondly, I would recommend you to take a look at the ADFS configuration to see if it is setup correctly...
View ArticleForum Post: RE: MS CRM with IFD authentication and ADFS
What is the update roll up your CRM servers are on? You need to be atleast on UR 12, as we had issues with 2007 end points not working until RU 12.
View ArticleForum Post: RE: Installing Front end server for IFD with Rollup 12
If you have Claims and IFD enabled, I would say disable them first, install second server connecting to the existing deployment and then re-enable claims/IFD and update the respective relying party...
View ArticleForum Post: RE: Type IPlugin is not defined
Please add reference to "microsoft.xrm.sdk" and "microsoft.crm.sdk.proxy.dll"
View ArticleForum Post: RE: Hide and Show tabs wont work when the form has been saved
In the form, have to bound the OnLoad method in the script to the Form's OnLoad method?
View ArticleBlog Post: A new form of literary entertainment comes to both Windows 8 and...
It has often been said that the best graphics card you will ever have is the human brain and your imagination. That is why so many of us choose to sit down with a new novel by a favorite author rather...
View Article