ApplicantApplication
Description
Describes a job application for Microsoft Dynamics GP.
Properties
Property | Type | Length | Default | Description |
|---|---|---|---|---|
CompanyCode | string | 5 | N/A | A string that specifies the company ID. |
ApplicantApplicationKey | N/A | N/A | A key that uniquely identifies the applicant and sequence objects associated with the application. | |
RequisitionKey | N/A | N/A | A key that uniquely identifies the job requisition associated with the application. | |
DivisionKey | N/A | N/A | A key that uniquely identifies the division associated with the applciation. | |
DepartmentKey | N/A | N/A | A key that uniquely identifies the department associated with the application. | |
PositionKey | N/A | N/A | A key that specifies the position associated with the application. | |
DateApplied | dateTime | N/A | N/A | The date of the application. |
Status | N/A | N/A | An ApplicationStatus enumeration value that specifies the current status of the application. | |
Location | string | 15 | Empty | Location information associated with the application. |
IsWillRelocate | boolean | N/A | N/A | Specifies whether relocation is needed. |
IsReplyLetterSent | boolean | N/A | N/A | Specifies whether a reply letter was sent to the applicant. |
LastModifiedBy | string | N/A | N/A | The user who last modified the transaction. This property is read-only. |
LastModifiedDate | dateTime | N/A | N/A | The date the application was last modified. The value is in Coordinated Universal Time (UTC). This property is read-only. |
RejectionInfomation | N/A | N/A | ApplicationRejectionInformation object that specifies the reason the application was rejected. | |
ReferenceInformation | N/A | N/A | ApplicationReferenceInformation object that provides information about the origination of the application. | |
Color | N/A | N/A | An ApplicationColor object that associates an application color code with the application. | |
DeleteOnUpdate | boolean | N/A | False | Set this flag to True when calling the Update operation to remove the application. |