CDS Custom API Preview (An extension of custom action): How to create CDS Global Custom API CDS have workflow custom action which helps create a new plugin messages and we can register plugins on those custom message and execute any logic server side. Alternatively in such workflow custom actions we can write UI workflow like... Continue Reading →
New Dynamics 365 certifications exams
You might be knowing that old certifications of dynamics 365, MB2-715 Microsoft Dynamics 365 Online Deployment MB2-716 Microsoft Dynamics 365 Customization and Configuration MB2-717 Microsoft Dynamics 365 for Sales MB2-718 Microsoft Dynamics 365 for Customer Service are going to expire on 30th June, 2019. It's time to gear up for new certifications guys and below... Continue Reading →
How to generate early bound class for dynamics 365 CRM/CE
Below are the steps how we can generate early bound class for dynamics crm using crmsvcUtil :- Get latest crm sdk. Go to SDK\Bin folder, there you must see crmsvcUtil tool Open command prompt and go to SDK\Bin folder using "cd <sdk bin path>". For eg: If you have placed bin folder in c drive... Continue Reading →
How to override out of the box button’s behavior in ms crm
In crm, sometime we want to override the operation being performed by oob or we want to perform action only if certain conditions are met. In this post,i'll share how we can override the out of the box button's behavior. Scenario: We have deactivate button on account record. We want that only if field named... Continue Reading →