
Hi Guys,
I'm using Scribe Online's Event Based Request/Reply map which generates an endpoint URL that can be called and when it is called the map will execute and send a response back.
So when a text field is updated, the endpoint url get's called and fires off the scribe map. It will then formulate a reply block and send it's response back to CRM.
The goal is that when a text field is updated, I search another entity using the data from the text field and get a GUID in the other entity, and place the GUID into a lookup field on the entity where the text field was updated.
I understand how to do the scribe work, I'm stuck on how to actually call the endpoint from CRM and then when the response is sent back to CRM how do I access the data returned?
*This post is locked for comments
I have the same question (0)Why do you want to do this with Scribe. You can simply do this with calling the WebApi in CRM itself?
Please read the MSDN documentation: msdn.microsoft.com/.../mt593051.aspx