Skip to main content
karrind27796355
Participant
March 29, 2017
Question

Sequential numbering issue in a fillable form

  • March 29, 2017
  • 2 replies
  • 592 views

I created a fillable form that will increase the purchase order # by 1 each time a new purchase order is created.  However, the number is increasing by one with every field in the form - i.e. I start with number 1001.  when I go to the next field, the vendor, it changes to 1002, vendor address, 1003, etc.  How to I prevent this from happening?

thanks,

k

    This topic has been closed for replies.

    2 replies

    try67
    Community Expert
    Community Expert
    March 29, 2017

    Where did you place this code?

    karrind27796355
    Participant
    March 30, 2017

    I place the code in the Purchase order field - not anywhere else.  the number is starting at 1000.  Under Properties, Format tab, Simplified field notation:  PONumber+1.

    the other fields do not have anything under the Format tab.

    AkanchhaS8194121
    Legend
    March 29, 2017

    Hi Karrind27796355,

    There seems to be a problem the "Script" used to create the forms fields.

    There could be a possibility that "Form Field" you have put the script add(+1) a number and when you are coping the same filed and applying the same script its increasing the number.

    Would suggest you to check the Script used to create the form fields.

    Regards,

    Akanchha

    karrind27796355
    Participant
    March 30, 2017

    I did not copy the same field.  I created each field separately.