
Hello,
I have a CRM form with an iframe on it that contains an HTML textarea (id=textbox). On the form, I have a field called "Justification". I need the textarea value that is in the iframe, to be set to the value that is in the "Justification" field on the parent form Onload using javascript. is there a simple way to do this, and if so, can you provide a script? Thank you in advance, any help would be appreciated
*This post is locked for comments
I have the same question (0)Hi,
You can write an html script in your html page, CRM fields can be accessed in script by using parent.Xrm.getAttribute("justificcation").setValue().