How to identify the fields from OOB in a Custom Table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:41 PM
From the Custom table how to identify the fields that are extended from OOB table ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:48 PM
Hello @SAS21 ,
Usually the custom fields will be created with prefix as "u_" in column name where as ootb extended fields don't have prefix "u_" in their column name
you can see the field "table" in the dictionary entry of those fields so that you can find from which extended table this fields are coming from
If it helps, Kindly click on "Helpful" like icon and mark it as accepted solution