Is there a way to increment the sequence number field only on form submission?
Hi, I have a form that has a "request number" sequence field. Every time the form is opened, regardless of whether the form was submitted or not, the number increments. Is there a way to only increment the sequence number when the form is submitted? Thank you.

-
Hi Valerie,
Sequence control is designed in a way that on every form load or form refresh a new number would get generated. You can make use of Database datasource or DataEntity datasource and associate your form to a autoincrement column/field at datasource level. In form you need not capture any sequence number value, automatically on form submit the sequence number would get generated.
Regards,
Aravind
请先登录再写评论。
评论
1 条评论