Can I change Object value using event handler in entity ?

0
Hi Team, Can I use a microflow in after commit event to change a object value to current date in event hander ? How to achieve this ?   Thanks In Advance
asked
1 answers
0

Yes, but I would suggest a before commit. Otherwise you'll implement 2 commits on the same object right after each other.

Just configure the eventhandler and choose the microflow. Place the entity as parameter in the microflow and set the required attribute. 

answered