Number not autopopulating on creating a new record

Community Alums
Not applicable

Hi,

 

I am creating a new record in a custom table, but the number is not auto-populating. Kindly help.

 

1.png

 

2.png

 

3.png

 

4.png

 

5.png

 

Regards

Suman P.

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi

Check the dictionary entry (sys_dictionary) of number column and make sure default value is javascript:getNextObjNumberPadded();

Shruti_0-1734595706294.png

 

View solution in original post

4 REPLIES 4

Shruti
Mega Sage
Mega Sage

Hi

Check the dictionary entry (sys_dictionary) of number column and make sure default value is javascript:getNextObjNumberPadded();

Shruti_0-1734595706294.png

 

Harish Bainsla
Kilo Patron
Kilo Patron

Hi @Community Alums  click on number field and go to configure dictionary and  check default value

HarishBainsla_0-1734595936162.png

if my answer helps you mark helpful and accept solution

Community Alums
Not applicable

I have exactly used Get Next Padded Number and it is working. But Sruthi gave me the idea and that's how I looked into it.

Harish Bainsla
Kilo Patron
Kilo Patron

please accept solution if my answer helps you