Hi, so far I am able to receive the CRM data being passed by the azure aware plugin with the help of two way listener that is listening to a azure service bus end-point. I wrote a simple azure aware plugin that pass the remoteexecution context on update of account name.
Where i am stuck is - how to pass the data back to CRM? In the listener, I am able to identify the entity ID, org name, field name and value etc., however, how can I pass the data or update that record - say, account name is "hollywood videos" and i want to change to "Sky dance Productions" for e.g. "remoteexecution context" offers similar property/methods like "ipluginexecution context" so how to create a organization service or organizationservicecontext so I can connect to CRM and update the data? or is there a better approach to that? I am working with sample azure aware plugin and two way listeners provided in the SDK
Appreciate your help.