Can we pass other parameters(i.e. String ) along with the context,i know that context is passed as 1st parameters to AddOnChange method,can we pass other parameter along with it ,i don't want to pass it through form editor,all i am doing it on run time using JS
Xrm.Page.getAttribute("name").addOnChange(test(context,"1st","2nd"));
*This post is locked for comments