How to diffrentiate status Save As Button and Submit Button to call it at datalist

Confluence User - 24 Aug, 2020

How to diffrentiate status Save As Button and Submit Button to call it at datalist. I was create save as button at run process. I want to show only draft application at my datalist. Now it was show all data include application that was submitted/completed.

forms;datalists;user

1


26 Aug, 2020
confluenceUser
confluenceUser

Add a hidden field and save the status as "Draft". When the use clicks save as draft, the datalist will show the status as "Draft".

In your workflow, add a Form Data Update Tool after activity submit, to update the status to "Submit For Approval", for example. So this tool will change the status = "Draft" to status = "Submit For Approval".

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print