My problem was that I couldn't pass the field value down to target web resource from the form. I've managed to solve the issue by accessing parent CRM page form field by using parent.Xrm.Page.getAttribute(). Everything works correctly now.
↧