Do you know 'Custom Actions' are exposed as Plugin messages ?
We all know that in CRM 2013, developers can extend the functionality of the standard Dynamics CRM
system by creating custom messages, with associated request/response classes,
known as actions and these actions are available to business applications
through web service calls.
Do you know actions created in CRM are also exposed as messages that can be used in Plugins ?
Yes, these actions (custom message's) can be used in plugin too.
Below is the screenshot of action created by me used in plugin registration tool.
Hi,
ReplyDeletehow to expose actions created in CRM as messages.
Please guide.