Still Struggling with CRM Ribbon Workbench
Firstly thank you for the help so far. I have a button on the Accounts form that when pressed pops up a window from the child record in new_directdebitmandate entity.Direct Debit Entity...
View ArticleDate Showing Up Different in MS Dynamics CRM than that of SQL-Server
My string dates are as follows in YYYYMM format:201008201009201010201011201012...The following is my CONVERT statement in my stored procedure:CONVERT(datetime,@FileName +'01',112)my results are showing...
View ArticleHow to get the entityType from the lookup field coming from odata in mscrm 2011
Dear all;i am geting the lookup field value from odata call which is coming fine but i wan tto know the Entitytype of the value i am tring this but not working[{ id: ProTypeData[0].CustomerId.Id, name:...
View Articleremove add button for subgrid in crm 2013
HI Friends, I have a requirement where I need to remove or disable add button or atleast not allow user to add any more records to subgrid once user clicks on a checkbox ( Checkbox is an option for...
View ArticlelaunchOnDemandWorkflow
I am trying to start a dialog process when a user clicks on a ribbon button. For that I used the function launchOnDemandWorkflow in /_static/_common/scripts/RibbonActions.js. However, this function...
View Articledoes retrievemultiple page at 5000 records and, if so, how do I get the next...
I'm looking for c# code example for processing all records when the count is greater than 5000.
View ArticleCRM 2011 plugin, Update cutom entity empty fields
I am trying to use plugin to update custom entity records. I registered the plugin in 'Update', post-operation, synchronous. I wish if I launch then save the form, those empty fields will be populated...
View Articlehide show entity in navigation pane
i have a field called appeal stage.onchange of appeal stage i want to hide the entity "board meeting" in the navigation pane using javascript
View ArticleHow to Stop Form from Auto-Populating a Field
I have a custom entity, related to the Account Entity (N:1 Relationship). The entity also includes a lookup field that is related to the Account Entity. When I open the form to create a new record the...
View ArticleHow to format a number field(integer) without showing commas?
Hello, I currently have a requirement for Dynamics CRM 2011 where I need to remove the comma of just one integer field (we use the field to store a year in four digit format). since only this field...
View ArticlepreventDefault is not working in mscrm 2013
Dear all i am tring to prevent save in mscrm 2013 through this line getEventArgs().preventDefault() is not workign is still saving the form
View ArticleProblem when filling regardingobjectid from plug-in
Hello everyone,I created a pre-operation plug-in in CRM 2013, which automatically creates a quote from a phonecall entity if the necessary fields are set. After the quote is created, I set the...
View ArticleNULL values in some fields in ContactBase table, a couple of question please?
I have a for loop that selects some fields using RetrieveMultiple service method, like below:QueryExpression query2 =newQueryExpression("contact"); query2.ColumnSet.AddColumns("address1_line1");...
View ArticleNew to CRM, using the service methods available
Hi folks,First, let me tell you that this is the first time I'm using CRM code to access the tables, so please bear with me.The standard ContactBase table has been altered by the user and has added a...
View Articlei can not get Xrm.Page.data.entity object in my js function.
Hello everyone,i am jack from China.i have a question when i use dynamic crm 2013 online.As the sdk help file said:Xrm.Page.data.entity provides methods to retrieve information specific to the record...
View ArticleDisabling custom javascript in App Mode on Surface
We have custom JavaScript using the JQuery library on our main form for Contacts. On the form, we load the JQuery SDK REST library to do selects against the Contact entity. and then our javascript...
View ArticleError stopping a Business Rule from Running
CRM 2013 UR22 CRM fields, telephone1 (telephone number) and new_invalidphonenumber (optionset 1,0)We have a business rule which shows an error on the telephone1 field if the new_invalidphonenumber...
View ArticleSQK.JQuery.retrieveMultipleRecords firing multiple times
Given the function below which is called once on a contact entity field event handler, the retrieveMultipleRecords is firing about 6-8 times. The onchange event handler for a Contact field is firing...
View Articleouter join in fetchxml
"How do I find the accounts that have no contacts?"So, if I generate an advanced find filtering accounts to contacts(Primary Account).contact has data (is not null), I get a list of account that seem...
View ArticleHow to return output to client side (rest call) from Microsoft.Xrm.Sdk.IPlugin?
I'm getting the original data I sent, but can seem to add extra data. Please see my post on SO....
View Article