Description
Contains the names of all the custom fields, the related entity codes, and project IDs.
Dependencies
Columns
Custom1..Custom90 : varchar (max 30 chars), allows null: yes
The name of the custom field or NULL
.
Entity : varchar (max 100 chars), allows null: no
The type of the related item. This is the same value specified in the EntityCode
column.
EntityCode : varchar (max 100 chars), allows null: no
The type of the related item.
You can find correspondences between entity code values and related modules or features in Table of Entity Code Values.
GroupId : int, allows null: yes
The ID of the related project. This is the same value specified in the ProjId
column.
ProjId : int, allows null: no
The unique numeric identifier of the project.
This is a helper view that contains the names of all the custom fields grouped by the project ID and entity code.