- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 12:00 AM
Hi,
I am creating a new record in a custom table, but the number is not auto-populating. Kindly help.
Regards
Suman P.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 12:09 AM
Hi
Check the dictionary entry (sys_dictionary) of number column and make sure default value is javascript:getNextObjNumberPadded();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 12:09 AM
Hi
Check the dictionary entry (sys_dictionary) of number column and make sure default value is javascript:getNextObjNumberPadded();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 12:13 AM - edited 12-19-2024 12:14 AM
Hi @Community Alums click on number field and go to configure dictionary and check default value
if my answer helps you mark helpful and accept solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 12:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 12:15 AM
please accept solution if my answer helps you