Forum Post: Save button is missing in mobile dynamics CRM app
Hi folks, We are using dynamics 365 on-premise 9.0.16.7 We found 2 issue in dynamics 365 mobile app. 1. There is no save and close button on new record creation. 2. There is no Save button whenever...
View ArticleBlog Post: Image control for model-driven apps
You may have seen the announcement: https://powerapps.microsoft.com/en-us/blog/simple-image-control-for-model-driven-apps/ So, I was looking at it tonight and realized that I should probably take it...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
for the requirement you wrote (shows an error when the fields "Title" and "Year" are left empty) you just need to trigger your plugin as post sync on both fields and use a single post image containing...
View ArticleForum Post: RE: Change business flow when the lead is qualified
hi Alok. Exactly. But I need to switch the flow automatically. The link you sent mentions this, but I don't know how to apply it. "To make sure a business process is loaded by default for all user...
View ArticleBlog Post: It’s Not You WhatsApp, It’s Facebook – AKA: A Guide To Telegram
OK, I tell a lie, it is partly you WhatsApp. I’ve had a love-hate relationship with WhatsApp for some time. I even wrote about how much I feel it invades my mental space last year . However, it’s how...
View ArticleForum Post: RE: Subgrid Ribbon Workbench Workflow not running on all records
Add more logs using tracing service in your code and verify the system jobs entries or workflow sessions for more detailed error messages.
View ArticleForum Post: RE: Save button is missing in mobile dynamics CRM app
Yes, I remember for some versions the save button/save and close were hidden. Then in the latest versions MS brought them back.
View ArticleForum Post: RE: How to change CSS for entity form and entity lists?
Hi Neeraja, In portal, entity list and entity form will be associated with webpage. go to localized content of webpage and under Advanced section of custom css write your custom code. to find html...
View ArticleForum Post: RE: E-Mail to Case Rule - Fill Content of Email to Description...
We recently enabled Rich Text for the Case Description field and mapped the email description to the case description for this purpose but for some reason the screen shots are not showing in the case...
View ArticleForum Post: RE: Send CRM data to external URL using plugin
Hi Durgesh, Create plugin on update of the record and in filtering attributes select the respective field, so that plugin will trigger only on update of that field. To send your CRM data to external...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
Thank you for replying. @Guido I wrote the following, is it correct? How can I trigger the plugin as post sync, do you mean that I should register it as post-operation? var targetEntity =...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
how the plugin is executed (pre, post, async, sync) and the registration of images (pre, post) and their attributes is done entirely with Plugin Registration Tool (by the executable from nuget or using...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
Thanks. What if I wanted to do the same with a lookup field, e.g I want to check the filed "Director" which is a lookup named "director_id" ? I defined the variable as in the following: EntityReference...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
EntityReference is null when is not set, when is set means is filled if (director == null) { /* lookup is empty */} else { /* lookup has value */ }
View ArticleBlog Post: Telegram VS Signal, With WhatsApp Comparison Table
I wrote about some changes coming in WhatsApp, and what pushed me to start looking around for alternative messaging services and settling on Telegram. This article has already gathered more attention...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
I checked whether the lookup is empry but the plugin does not work for the director field: when I don't edit the text inside it throws the exception. My updated code is the following: EntityReference...
View ArticleForum Post: RE: How to use preImage and postImage in Plugins
you need to make sure that this director field is inside the postimage, otherwise you can't get the correct value from it more than this I can't suggest as I don't have access to your instance, so if...
View ArticleForum Post: RE: How to change CSS for entity form and entity lists?
Thank you Prakash. I did add custom jquery in the entity list/options/custom javascript field. I had the task of making a multi-line text(MLT) field appear on each row of a entity list and be...
View ArticleForum Post: RE: Send CRM data to external URL using plugin
Hi Durgesh, Firstly there should be an API present at client side where you want to send the data. After you can easily send the data via HttpClient or WebHook or other process. It will definately help...
View ArticleForum Post: RE: How to change CSS for entity form and entity lists?
Awesome. Kindly, mark it as resolved, If it resolves your problem/question/issue. Regards, Prakash
View Article