Wednesday, December 13, 2017

Change property value on client side

Hello,. Im trying to change the value of a property in a Javascript method, but the changes dont apply, i tried : var inn = aras.IomInnovator; var item = inn.getItemById("ITEM_TYPE", "9A78BB7E5EC340018DE26D604CB92041"); item.lockItem(); item.setProperty('my_property',new_value); item.apply(); ... Read more http://ift.tt/2AT3Q63

No comments:

Post a Comment