Hello,
I created a custom table and applied a workflow on it, the workflow is working fine, the only thing is that the record keeps always editable and deletable for both the requester and the approver.
I thought it is done by the workflow controller by default! If yes, am I missing a step? If no, can you tell me how to prevent edit and delete on submitted record?
*This post is locked for comments
Thanks for the clarification, I just wanted to make sure being on the right track. I already coded disabling changes.
you are not missing any steps. and it is not supposed to be controlled by workflow framework. this should be handled by your code (custom).
if this is a ListPage >> use interaction class to control delete and edit
if its normal/non-listpage >> you may write code on active() method of DataSource
if you need help in writing code, you may ask us
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156