candidate_profile_fields


Description

A list of all candidate profile fields.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

candidate_idint410null
candidates.idDefined in XMLR

Id of the candidate the record belongs to.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

kindvarchar255null

Profile field kind - one of (‘boolean’, ‘date’, ‘dropdown’, ‘multi_line’, ‘number’, ‘salary’, ‘single_line’).

namevarchar255null

Profile filed name.

updated_attimestamp29,6null

Date the record was updated.

valuevarchar65535null

Profile field value. Note: this field is only available for primary user (with full access).

Relationships