You are viewing limited content. For full access, please sign in.

Question

Question

Forms Autonumber

asked on September 14, 2016

Is there any way to create a form field that will auto-number when the submit box is clicked?  I am in the process of creating a complaint form and would like to auto-populate the Complaint Number field if possible.

0 0

Replies

replied on September 15, 2016

Hello,

Can you please clarify the 'auto-number'? Do you want the number of forms that are submitted? 

0 0
replied on September 16, 2016

For eample, a citizen fills out an online complaint form.  This complaint will be Complaint #1000.  The next citizen that completes a complaint form, it will be Complaint #1001.  Just trying to find a way to avoid having a manual process of assigning consecutive numbers when the form is submitted.

0 0
replied on September 16, 2016

Hello,

Unfortunately, there is no direct way to get that number. However, it will be possible to get the number, if you use stored procedure and lookup rule together. You will need to write your own stored procedure to query the database and get the number of forms that are submitted, and use lookup rule to fill that number into the field in the form. 

0 0
replied on December 11, 2018

Is this something which will be released in a future release?

0 0
replied on August 27, 2018 Show version history

Hi there,

I have the same issue where I want the form to automatically number contracts. My only requirements are that it's numerical and unique. I'm on 10.3 Forms Professional. I created a "Contract Number" field and was thinking about having it to default the the Instance ID of the form. When I test it, nothing comes up in the field.

However, when I use Business Process ID, I do get a number in the field. What's the difference between Business Process ID & Instance ID. Will Business Process ID stay the same through out the process until the form is stored in the repository?

Thanks

process variables.jpg
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.