Hi,
I created a form using html , is there a way I can passed the value from that form to dynamics 365
*This post is locked for comments
I have the same question (0)

Hi,
I created a form using html , is there a way I can passed the value from that form to dynamics 365
*This post is locked for comments
I have the same question (0)Hi Jane ,
You can access your CRM form field and set the value like below -
window.parent.Xrm.Page.getAttribute("FieldName").setValue("Some Value");
You can also access XRM method using ClientGlobalContext.js.aspx .
docs.microsoft.com/.../getglobalcontext-clientglobalcontext.js.aspx
docs.microsoft.com/.../getglobalcontext
Hope this helps.