Hi,
When using a Dynamics Webhook, it seems to send all of the field data to relating to a record. We are only interested in certain fields.
Is it possible to restrict which fields are passed?
Thanks
Tom
Hi,
When using a Dynamics Webhook, it seems to send all of the field data to relating to a record. We are only interested in certain fields.
Is it possible to restrict which fields are passed?
Thanks
Tom
Hi Johnny,
Thanks for the reply, but from what I can see within the article it doesn't mention how you can restrict which fields to pass to your external integration.
Point 4 in the article seems to refer to the Dynamics Webhook registration and these are the steps that we have followed, but there doesn't seem to be anyway to limit the fields that are passed.
Thanks
Tom
Hi Tom,
It seems available to send the data in certain field from the following blog which passes data from Dynamics 365 CRM to Azure Service Bus queue by Webhook.
You could find the Account entity& related certain field in JSON format code from the above example for reference.
www.inogic.com/.../passing-data-from-dynamics-365-to-azure-service-bus-queue-using-pluginsworkflows
Hope it would help.
Regards
Johnny