Update field data during form save?

Confluence User - 21 Dec, 2017

Hi, I have a table "Item Table" which is used with 2 form : "Create Order" and "Receive Item". On both form I have text field "status". I want to set the value of status to "Item Ordered" during submission of the form "Create Order", and "Order Completed" during submission of form "Receive Item". I try to use "Form Data Update Tool" on Post Form Submission processing, but it did not save the "status" on the database.

Any hint how I could do this ? or should I use custom HTML to do this?

There is no workflow on this scenario, as it basically only a single datalist and 2 form.

forms

2


21 Dec, 2017
confluenceUser
confluenceUser

Hi, perhaps you can just set the status value in a Hidden Field

21 Dec, 2017
confluenceUser
confluenceUser

Hi, thanks, it works! I use hidden field with default first, database second and set the needed status as the hidden field default value.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print