RecruitingJobOfferscollaborators
RecruitingJobOfferscollaborators
Columns
| Name | Type | Description |
| RecruitingJobOffersOfferId [KEY] | Long | Finds job offer by primary key and an offer ID |
| CollaboratorId [KEY] | Long | ID for each collaborator. |
| PersonId | Long | Person ID assigned to each collaborator. |
| CollaboratorAssignmentId | Long | ID for each assignment given to the collaborator. |
| CreatedBy | String | Name of the collaborator who created the job offer. |
| CreationDate | Datetime | Date when the job offer was created by the collaborator. |
| LastUpdatedBy | String | Collaborator who last updated the job offer. |
| LastUpdateDate | Datetime | Date when the job offer was last updated by the collaborator. |
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 |
| OfferId | Long | OfferId |
| Finder | String | finder |