we are now facing issues in job planning lines. if the user enter the line type as budget then, once the user enters the complete data then it should freeze all the lines except the value field. only authorized user should allow to change later if required.
Hi, just a solution, you can add a field, such as "Budget editable", default value is true. Then process it in the OnModify trigger. When all the fields you need are entered, "Budget editable" is changed to false. Finally, in the OnModify trigger, when "Budget editable" is false, an error is reported.
Hope this helps.
Thanks.
ZHU
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.