<taCreateApplicantInterviewInsert>*
Element name |
Datatype |
Length |
Required |
Default |
Description |
---|---|---|---|---|---|
LLASTNAME_I |
string |
21 |
Y |
Not applicable |
Last name |
FFIRSTNAME_I |
string |
15 |
Y |
Not applicable |
First name |
APPLYDATE_I |
datetime |
8 bytes (19 to 23 chars) |
Y |
Not applicable |
Interview date |
APPINTTYPESTR_I |
string |
21 |
Y |
Not applicable |
Interview type |
APPLICANTNUMBER_I |
number |
21 |
Y |
Not applicable |
Applicant Number Required only if you have multiple applicants with the same name combination OR if you want to pass the Applicant Number instead of the LASTNAME and FIRSTNAME |
COMPANYCODE_I |
string |
5 |
Y |
Not applicable |
Company ID |
POSITIONCODE_I |
string |
7 |
N |
<blank> |
Position |
UpdateIfExists |
i4 |
1 |
N |
0 |
Flag to allow Interview data to be updated if it exists. 0=no, 1=yes |
RequesterTrx |
i4 |
2 |
N |
0 |
Requester Transaction 0=false, 1=true If true, then populates Requester shadow table |
USRDEFND1 |
string |
50 |
N |
<blank> |
User Defined field - developer use only |
USRDEFND2 |
string |
50 |
N |
<blank> |
User Defined field - developer use only |
USRDEFND3 |
string |
50 |
N |
<blank> |
User Defined field - developer use only |
USRDEFND4 |
string |
8000 |
NN |
<blank> |
User Defined field - developer use only |
USRDEFND5 |
string |
8000 |
|
<blank> |
User Defined field - developer use only |
* The default for the <taCreateApplicantInterviewInsert> node is to use document exchange to provide update functionality. You can use field level updates if you set UpdateIfExist to 1.