Hi,
I have created a javascript which is fired when a field on the screen is changed.
Xrm.Page.getControl("header_process_crmp_newcustomer").getAttribute().addOnChange(newCustomerOnChange);
In that function I do several lookups and checks and I get a value I need later on in the process flow.
Now I can't find how I can get the variable from my javascript into my process flow so I can use it there. The result of my function is not an item on the current page, so I can not set it just there.
I hope you can help me out.
Kind regards,
Erik
*This post is locked for comments