ProfileTypeSectionsLOV
ProfileTypeSectionsLOV
Columns
| Name | Type | Description |
| SectionId [KEY] | Long | System-generated primary key of the profile type section. |
| Name | String | Name of the profile type section. |
| Description | String | Description of the profile type section. |
| ContentTypeId | Long | System-generated primary key of the content type. |
| SectionContext | String | Section Context of the profile type section. |
| ProfileTypeId | Long | Unique identifier for the profile type. Valid values are 1 for Person Profile, 2 for Job Profile, 3 for Position Profile, 4 for Organization Profile, 11 for Prerequisite, and 10 for Requisition Profile. |
| SubscriberCode | String | Code representing the subscriber of the content section. Sample values are IRC for recruiting, CONN for connections, CDEV for career development. |
| TemplateFlag | Bool | Indicates whether the profile type content section is a template. If true, the content section is a template and can be used to define similar content type sections. If false, the content section is defined for use within the talent profile to analyze skills and qualifications. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| PersonId | Long | PersonId |
| Finder | String | finder |