sys_number record is not linked for Table[sys_db_object] table number_ref field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2023 05:25 AM
Following is the scenario for one table.
There is a sys_number record created for the table Consumer[csm_consumer].
But when I check in the table details, i.e, sys_db_object record of thecsm_consumer table, I see that the "Auto-number" field is not checked
Consumer table form --> Controls --> Auto Number
There are several other tables with the same issue.
Functionally it is working fine, but linking is not present.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2023 06:03 AM
Hi,
Consumer is like a User record. This table will not have auto number.
Is there any requirement to add auto number for consumer table? If yes you need to create a new field named number and then you can set the auto number
Palani