Quantcast
Viewing all articles
Browse latest Browse all 14708

Re: Document Project Entities

Hi Nikolai,

 

You can use the excel report to extract this data. Query on the SYSTEM_FIELD Table and you will get all the required info.

 

SELECT
SF_IS_SYSTEM as "Is it a System Field",
SF_COLUMN_NAME as "Field Name",
SF_USER_LABEL as "Field Label",
SF_COLUMN_TYPE as "Field Data Type",
SF_FIELD_SIZE as "Field Length",
SF_IS_HISTORY as "Is History Enabled",
SF_IS_REQUIRED as "Is Field Required",
SF_IS_SEARCHABLE as "Is Field Searchable"
FROM SYSTEM_FIELD

 

If this post solves or helps solve your issue, mark the thread as solved and give KUDOS to the author for their assistance.

 

Regards,

Alok

 

Regards,


Viewing all articles
Browse latest Browse all 14708

Trending Articles