- 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-13-2022 02:53 AM
Thanks alot both of you...@sandeep Dutta & @alok Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 04:54 AM
Hi
I believe you have mistakenly marked the different answer as correct. where i gave the same answer.
Please mark the right answer as Correct and helpful.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 05:08 AM
Hope it's justified..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 05:15 AM
Thanks
Appreciated 🙂