Auto numbering populate before form save

Prasanth R1
Giga Expert

Hi Experts, 

I have a requirement to populate incident number in new record when form load. OOB auto numbering (ie, incident number) will populate after form save. 

Please suggest any property is there? 

find_real_file.png

1 ACCEPTED SOLUTION

I found way!

This behavior depends on 'glide.itil.assign.number.on.insert' properties. If it true then new incident number will populate when form load. 

View solution in original post

5 REPLIES 5

sayali udgave
Kilo Guru

Hi,

 

Get Next Padded Number is OOB used to populate number on form load.

for custom table field you can used javascript:getNextObjNumberPadded();  in defaul value

 

Hope this will help you

Thanks

Sayali