Hi
How can I update property (myColumn) when property (state) change. I setting method in Server Event add and update but property (state) update by system wouldn't trigger Server Event .
States cannot be changed by an 'update' action, they can only be changed on a promotion event of the life cycle. You should be able to move your method to the life cycle transition and it will function there.
States cannot be changed by an 'update' action, they can only be changed on a promotion event of the life cycle. You should be able to move your method to the life cycle transition and it will function there.