CRM 2011 – how to create multiple entity in one request
Hi,I remembered that itws can be done using the SDK and the API, for example:I wanted to create Task and with the same request (using the same Proxy and Context objects) create a new Contact entity and...
View ArticleSSRS Report Filtering CRM 2013 on-premise
Running into a problem in CRM 2013, SQL 2012 while trying to use FROM FilteredEntity AS CRMAF_FilteredEntity (replaced the word Entity for the actual custom entity name). When uploading the RDL file it...
View ArticleUrgent---Multi line Text box disturbing form layout
Hi All,I have created a multi line field in which I have entered the text it is disturbing all the form layout. now I need a scroll bar should be visible after some characters so that it wont disturb...
View ArticleCRM 2013 System Settings Customization Tab - Different Mode...
Just quick question, when we migrated our CRM environment from 2011 to 2013, we lost some of the options in Settings --> Administration --> System Settings --> Customization Tab??We don't have...
View ArticleMake fields required only when Closing an Opportunity
Hi everyone, I'm currently customizing the Opportunity entity, and I have some requests from the sales manager that I don't know if it's possible to do. What he want is that when you save and exit an...
View Articleis plugin execution in sequence or concurrent for delete message over...
I am new to Dynamics CRM and I could not find any information so far that would apply to my scenario. We have a Program entity that can have/reference multiple program dates entities, and each program...
View ArticleSave action triggers Attribute OnChange
In a form I have two attributes. If the user changes one of these attributes the other will be set to null using an OnChange event. The value of the null attribute will be calculated in a plugin.In CRM...
View ArticleCreating Json from Plugin and Call weburl
Hi All,I am using CRM online as of now ( Trial Account ).I am new in developing CRM SDK based plugin. I have created plugin which is called when new contact is added in CRM.Plugin is registered using...
View ArticleHow to connect and authenticate with microsoft dynamics crm without using...
Hi All,I am trying to build an mobile apps to retrieve data from Microsoft dynamics CRM 2013 online . Since mobile apps don't supports SKD provided by Microsoft for mobile apps, is there any other way...
View ArticleCRM 2011 views with aggregates
Hi community,how could I create a new view including field aggregations like SUM, COUNT, etc, specifing a GROUP BY criteria? The OOTB view editor does not allow this functionality. Any ideas?Thanks in...
View ArticleCreating folders programmatically from crm 2013 to sharepoint 2013 document...
Dear all,I have dynamics crm 2013 on-premise installed and sharepoint 2013 installed.I am creating a plugin which will create a document folder automatically when an account is being created.The folder...
View ArticleDynamic CRM 2013 Online how to execute Report, generate PDF and email
Dear All,I am using Dynamic CRM 2013 online. For quote, I have workflow and Dialogue processes for review process. On approval, I want the system to generate a PDF of quote report, attach the PDF and...
View ArticleIFrame & EasyXmd
Consider the following scenario. The Account entity is customized with an IFrame. The IFrame is showing data that is pulled from Web Services from another domain. The Web Service requires the account...
View ArticleHow to get entity object and it attributes values using one known attribute...
For example. We have the value of Contact Phone. How to get the Email value or Address of this Contact? Sample JS code are very appreciated. Many thanks! Если сообщение оказалось полезным, пожалуйста,...
View Articlea message/information within lookup
Hi All,I use CRM 2013, and I have a requirement where I need give a message or information within lookup control.ex: I have a custom entity, and there have 2 lookup field (account & contact). I...
View ArticleCRM 2011 delete message is not processed on the user that deletes
Hi,I have a bit of a problem with delete in CRM 2011. We have a system with integration between different systems and if the calls are being made by the integration user it is not sent to the...
View ArticleCRM 2011 Custom Workflow Error
I have CRM 2011 IFD and Make Custom Workflow for Opportunity Entity which run the report using RerportExeution Service and Attach the report as PDF and Send Email to User.The Error is Coming during...
View ArticleWeekly "Recurring Series Expansion job" failure
Hi There.In one of our environments, we are getting "Recurring Series Expansion job" failure every week. It does not fail for every recurring appointment only to some random ones. The on-premise CRM...
View ArticleJava script validation
Hi All,I am having a field in which I set the max length as 12 , but the requirement is like it should not accept less than 12 characters also. It should accept only 12 chars.Please give me sample code...
View ArticleJavascript for masking the field
Hi All,I am having a numeric field , I want to display only last four digits of the value.Please give me some code so that I can implement this.Thanks in advance
View Article