
Hi,
I have created few custom fields in a HTML web resource. Now I want to access these fields in one of the form scripts (onSave event handler). Is it possible to access these from within form scripts?
Any help would be much appreciated.
*This post is locked for comments
I have the same question (0)You can access CRM form fields in WebResource using window.parent and to access Html page data ,you have to open it from crm as var childWindow = window.open("xyz") and childWindow would give you data required.