I am trying to create an email entity in Dynamics 365 using Logic Apps. I am filling in the From and Recipient fields but the when I check the record created in Dynamics, I see that these fields are empty. I know that to and from fields are activity parties in Dynamics 365 email entity. Do we have a sample json which I can use in Logic Apps to create an Email Activity with To and From fields set?
相关问题
- Dynamics CRM 365 - Cannot access Xrm.Page.entity i
- crm 2011 creating a view of merged contacts
- CRMAF Filtering in CRM 2011
- azure logic app, visual studio, open existing logi
- Logic app read property of json stored in variable
相关文章
- Using Xrm.WebApi method in Web Resource opened in
- Authenticating with on-premise (IFD) CRM using NTL
- How to list all CRM fields which are dirty in cons
- How to get 'ownerid' column from CRM datab
- Call javascript function from another javascript w
- How to Get a Dynamics 365CE Personal Development E
- CRM do not support direct update of Entity Referen
- Microsoft Dynamics 365 SDK Core Assemblies .NET Co
Sorry, answering without access to laptop. And this is not straightforward answer for you. But just a start to build your own request Json object.
Replace your record guids in below snippet & execute this in browser console or CRM js web resource. Take the
JSON.stringify(email)
at the end & that's what you're looking for.In case if you need it, Code referred from this blog.
As per the product group its not available right now to create and set to and from fields of email entity from logic apps