Hello,
What's the diffrence between Message and Request?
for example CreateRequest and CreateMessage
regards,
JJ
*This post is locked for comments
Hello,
What's the diffrence between Message and Request?
for example CreateRequest and CreateMessage
regards,
JJ
*This post is locked for comments
thank you :)
Hi JJar,
Messages are related to plugins - which executes based on a message pipeline execution model. So a Create Message is triggering event for all Create meesage based on primary entity.
msdn.microsoft.com/.../gg328576.aspx
Request are SDK call which triggers a CRM operation. These can in turn trigger the message pipeline execution.
So Create Request will basically create a record in CRM and will also trigger the plugin which are registered on Create Message.
msdn.microsoft.com/.../microsoft.xrm.sdk.messages.createrequest.aspx
Thanks,
PS
can you please give an "live" example?
thanks !
JJ
CreateRequest - Creates a record of any type that supports the Create message, including custom entities.
Refer this:
msdn.microsoft.com/.../gg334698.aspx
CreateMessage - The exact set of privileges needed depends on the entity types specified in CreateRequest
Refer this:
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156