Forum Post: RE: Plugin to populate lookup record field on current entity.
Thanks but can you just help me with plugin.
View ArticleForum Post: RE: Not able to pass parameters to existing record using...
Yes. I did it using the following code, but still not setting the value of the field right. var entityFormOptions = {}; entityFormOptions["openInNewWindow"] = false; entityFormOptions["entityName"] =...
View ArticleForum Post: RE: Not able to pass parameters to existing record using...
web client, and I am sure I the field on the form. My problem is that it sets the field when open new record form, yet fails to set it when opening existing record.
View ArticleForum Post: RE: CRM Creating lots of repeated Contacts.
Thanks Stefan, Mike hopefully you have more success than me. I have disabled the OrgDBSettings - for AutoCreateContactOnPromote, unfortunately the duplication still continues. Looking at the timestamp...
View ArticleForum Post: RE: sum invoice product field in invoice and create formula in...
Plugins works on background an you can start them asynchronously. Do you want to calculate everything in JavaScript? If so, this is not a plugin, it will be the javascript event on form saving and it...
View ArticleForum Post: RE: Not able to pass parameters to existing record using...
Hi, On MS documentation says: The successCallback function is not executed when you open a form for an existing or new record. The successCallback function is executed only when you save a record in a...
View ArticleForum Post: RE: Need change the colour of text field value in Dynamics 365
Hi, Thanks for posting I tried your code it's working, changing the color of "name" field data. but I want to change the color of the "name" field data background color also. so if you have any code...
View ArticleForum Post: RE: Filter Personal View List
There's no simple way to do this at a system level, as the personal views are only accessible to the owner and anybody they are shared with, so as an administrator you can only access them by...
View ArticleForum Post: How do I get a contact's account with Web API?
I can get an account's contacts easily enough, with accounts?$select=name&$expand=contact_customer_accounts($select=contactid) but how can I do the reverse? I can't seem to figure it out. I can do:...
View ArticleForum Post: RE: Not able to pass parameters to existing record using...
After doing some debugging, I found that my successCallback function is getting called and my console.log(success); line actually prints in my console. But anyways, I do not update the record in my...
View ArticleBlog Post: Using Dynamics 365 and the Power Platform to better calculate the...
Attending an annual trade or industry event as an exhibitor or a sponsor used to be a given. The Justification was always warranted – you were there to meet your customers, to meet prospects and push...
View ArticleForum Post: RE: Portal Comment TypeError: Cannot read property 'web' of...
Hi Clofly, Finally fixed it! There were two issues. One was the condition in the if statement: the primary contactid value can't be both an empty string and a null value at the same value so with this...
View ArticleForum Post: RE: Unable to Copy the Selected record from Ribbon Button
Thanks Goutam for this help.
View ArticleForum Post: How to prevent the Save Functionality after clicking on Save...
Hi Team, I have a requirement which i need to be done by Plugin. There have a Account Record and when i open that Account Record and modify some of the fields and click on Save then the Record should...
View ArticleBlog Post: Refresh Power BI Dataset programmatically from Dynamics 365 CRM
Introduction Many of you are aware of manual refresh and schedule refresh feature of Power BI. Schedule refresh have refresh limit set based on the type of Power BI license. Users can add power BI...
View ArticleForum Post: RE: field service maps
Please go through the below link. docs.microsoft.com/.../sample-custom-plugin-google-geospatial-data-provider
View ArticleForum Post: RE: How do I get a contact's account with Web API?
Hi, Please use this instead; contacts?$select=firstname,lastname,emailaddress1,telephone1&$expand= parentcustomerid_account ($select=name) Regards,
View ArticleForum Post: How to edit the track regarding card in the App for Outlook
Hi all, How can I customise the track regarding card in the Outlook App for Dynamics? My team are able to track appointments from Outlook to Dynamics, however what I want is to be able to add more...
View ArticleForum Post: RE: Is it possible to get any information on number of logins and...
Hi , Can you pls check. docs.microsoft.com/.../app-insights-overview Regards, Thangamani
View ArticleForum Post: RE: Is it possible to get any information on number of logins and...
Hi, Auditing in Dynamics needs to be enabled. An Audit report would help on this. Regards,
View Article