requisition_activities


Description

A list of all requisition activities.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

Primary key.

admin_idint410null
admins.idDefined in XMLR

Id of the admin the record belongs to.

admin_namevarchar255null

Admin name.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

eventvarchar255null

Requisition activity event kind - one of (‘requisition_archived’, ‘requisition_created’, ‘requisition_deleted’, ‘requisition_retrieved’, ‘requisition_status_changed’).

requisition_idint410null
requisitions.idDefined in XMLR

Id of the requisition the record belongs to.

requisition_statusvarchar255null

Requisition status.

requisition_titlevarchar255null

Requisition title.

updated_attimestamp29,6null

Date the record was updated.

Relationships