Sasha S 1.Apr.12 06:29 PM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hello - I've searched the is forums, and others as well, to find a solution to updating a status field in read "mode". This is a workflow app, so when a doc reaches a particular point in the process, a user should be able to click a button, e.g. "Reject", update the status field, and generate an email from LN.
Since you can't update a field in javascript in read "mode", I decided to 1)put the doc in edit "mode",2) change the field status, 3) generate an email, 4)and save the document. The only problem is that I have to click the button twice - the first click puts the doc in edit mode, the 2nd click completes steps 2-4.