Morgan
3 years agoIdeator I
Update an item causes recursive loop
Hi team,
So I am looking to run a method on an item whenever it is updated to update two hidden properties on the item that drive some functionality later on down the workflow.
The issue I am ...
- 3 years ago
It's possible. I did end up getting everything working.
I ended up creating a client wrapper as a method triggered from a form event onFormPopulate. The client method validates that the item is locked then calls the server method to perform the update. It's working as expected now.