Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to identify the fields from OOB in a Custom Table

SAS21
Tera Guru

From the Custom table how to identify the fields that are extended from OOB table ? 

1 REPLY 1

siva krishna M2
Tera Guru

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

 

sivakrishna3_0-1707198278055.png

 

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

 

sivakrishna3_1-1707198475758.png

 

If it helps, Kindly click on "Helpful" like icon and mark it as accepted solution