Dynamics CRM 2013 link to Google Analytics tool
Hi All;I have added the Google Analytics code in the Dashbord of CRM as webresourceThe code is as below<html><head><script type="text/javascript" >...
View Articlecontext.InputParameters["Target"] doesn't have updated values - CRM 2013
I'm working on a plugin that was originally written for CRM 2011, but the CRM has now been updated to 2013. It's CRM online, so I'm just putting in logging to see what's going on.I've discovered that...
View ArticleXrm.Utility.confirmDialog bug or feature ?
In SDK 2013 and online there’s a note regarding usage of blocking modal windows and mobile devices: "If you use window.alert in your form scripts the message you set will automatically be displayed...
View ArticleCRM 2013 SP1: Custom Action - New bug introduced
Hi,I was using following SOAP XML to invoke my custom action in CRM 2013. The custom action does not accept any input parameter. However, to invoke a custom action from JavaScript, you have to have a...
View ArticleXML Validation with XSD fails because of xs:sequence for complexType
Hi,I have xsd which has complextype elements with xs:sequence to maintain the order of child elements inside the parent element. I am using dataset to read the xsd and read the data from some other...
View ArticleCRM Custom Workflow - System.Security.SecurityException
Hi,I'm working on a Dynamics CRM 2011 custom workflow to enhance the standard SharePoint integration.The purpose of the workflow is to create a folder with a more specicif name than the standard...
View ArticleCustom workflow activity - Testing InArgument for null values
Not sure if I'm over thinking or not thinking at all. The scenario is:I have a "Not Required" input parameter that accepts an "int". I tried to make it an InArgument<int?> but it won't register,...
View ArticleCRM 2011: PrincipalEntityMap records missing for users created through SDK
We have created a bunch of users in CRM 2011 using the SDK. Everything seems to work fine, until these users started to create their own User Dashboards. The users could create their own User...
View ArticleaddCustomView in CRM 2013 lookup
I get an Savedquery With Id = 00000000-0000-0000-0000-000000000000 Does Not Exist message when I set up the custom view to a CRM 2013 Team lookup, whit this code, working in CRM 2011.// Set the Owning...
View ArticleCRM 2013: Activity Subgrid to show Account related records
Hello,On CRM 2013, I'm creating a subgrid on Account form. The requirement is the subgrid will list all Activities for all Contacts under that Account, including the 'Account' itself.I found this...
View ArticleCRM 2013: Refreshing Subgrid that has N:N relationship
In CRM 2013 I have a javascript that adds a N:N relationship between Case and Account via a ribbon function. So on the click of this button, it will pop up a CRM lookup dialog and then users can add...
View ArticlePre-filtering in Fetch-based Reports, ms crm 2011
Hi,I am using Fetch XML in my report and i wanted to implement Pre-Filtering.I have an entity by name "new_entityone" is linked with an another entity named "new_eventregistration".I have used the...
View ArticleCustom button returns error in CFO but works fine in Web client
Environment: MS-CRM 2013, UR2 on premisis; MS-Outlook 2010We have some customer buttons, which works as intended in the Web client, but gives a syntax error in CFO (online as well as offline).Example:...
View ArticleWindows LiveID creating problem..
I have a customer portal which logs in into CRM and returns client details using Windows Live ID orGoogle ID. The login with Google Id works fine. But windows Live ID login is creating the problem.......
View ArticleCustom button returns error in CFO but works fine in Web client
Environment: MS-CRM 2013, UR2 on premisis; MS-Outlook 2010We have some customer buttons, which works as intended in the Web client, but gives a syntax error in CFO (online as well as offline).Example:...
View ArticleWindows LiveID creating problem..
I have a customer portal which logs in into CRM and returns client details using Windows Live ID orGoogle ID. The login with Google Id works fine. But windows Live ID login is creating the problem.......
View ArticleconfirmDialog Bug in Dynamics CRM 2013
All,There seems to be an issue with the confirmDialogue function in Dynamics CRM 2013 in that it crashes the browser (Firefox, Internet Explorer 11). When debugging the application, Visual Studio...
View ArticleCRM 2013: Hide system ribbon button for selected entities
Hello, I want to hide a system button on the Advanced Find ribbon for selected entities. I have customized the application ribbon and added a display rule (OrRule) to check for the list of entities....
View ArticleCRM 2013 - Javascript - Can I stop my Javascript code running if a certain...
Hi, I've created a piece of JavaScript that runs when a account name is inputted by the customer, from the account name a account code is generated. Once the account code has been saved I do not want...
View ArticleCRM 2011 - 443 HTTP/1.1 POST /test/XRMServices/2011/Organization.svc/web 400...
I have 2 organizations on my dev CRM on-premises installation. One is an imported production database and the other (named Test) was created new in the dev CRM. My javascript SOAP routine works in the...
View Article