- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2022 10:32 PM
while already created a table form once its auto populated the prefix number but the tick box auto -number gets dissapear.
could anyone help..
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2022 10:56 PM
Hi
To Add auto-numbering records in a table :
- Navigate to All > System Definition > Number Maintenance.
- Click a table name to view the number record for that table, or click New.
- Define the number format by completing the fields (see table).
- Click Submit or Update.
If an auto-numbered field does not already exist, a new field is automatically created on the table with the following values:
- Label: Number
- Name: u_number
- Default value:
javascript:getNextObjNumberPadded();
Note: This script renumbers records when the Number of digits is updated. To use a script that does not renumber records when the Number of digits is updated, open the dictionary entry for the Number field and enter the following script in the Default value field.javascript:getNextObjNumber();
Read here.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2022 10:56 PM
Hi
To Add auto-numbering records in a table :
- Navigate to All > System Definition > Number Maintenance.
- Click a table name to view the number record for that table, or click New.
- Define the number format by completing the fields (see table).
- Click Submit or Update.
If an auto-numbered field does not already exist, a new field is automatically created on the table with the following values:
- Label: Number
- Name: u_number
- Default value:
javascript:getNextObjNumberPadded();
Note: This script renumbers records when the Number of digits is updated. To use a script that does not renumber records when the Number of digits is updated, open the dictionary entry for the Number field and enter the following script in the Default value field.javascript:getNextObjNumber();
Read here.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 03:43 AM
Hi
Glad to see my answer helped you, Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2022 10:58 PM
Hi Pravin,
You could refer to the below docs link:
Kindly mark my answer as Correct and Helpful based on the impact.
Regards,
Alok Das

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2022 11:40 PM
Hi
I gave the same link in my answer.