This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Set Form Property from Grid Event in Aras 10.0

ashhadvv - Thursday, December 11, 2014 8:47 PM:

Hi Community,

From the relationship grid event context, I was trying to set the value of a property and refresh in the source item form.

With Aras 9.3 version the following code worked  and refreshed value properly in the form.

top.instance.window.handleItemChange("property",value);

The same piece of code is not working with 10.0. Any alternatives are availabe ..?

Thanks in advance..!

Neo