<taCreateApplicantTests>*
Element name |
Datatype |
Length |
Required |
Default |
Description |
---|---|---|---|---|---|
LLASTNAME_I |
string |
21 |
Y |
Not applicable |
Last name |
FFIRSTNAME_I |
strign |
15 |
Y |
Not applicable |
First name |
TESTCODE_I |
string |
7 |
Y |
Not applicable |
Test code |
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 Applicant Number and not FIRSTNAME and LASTNAME combination |
ISEQUENCENUMBER_I |
i4 |
2 |
Y |
Not applicable |
Sequence Number Required on an update if the Applicant has more then one educational record |
STRTDATE |
datetime |
8 bytes (19 to 23 chars) |
N |
<blank> |
Start date |
TESTSCORE_I |
string |
21 |
N |
<blank> |
Test score |
NOTE |
string |
8000 |
N |
<blank> |
Notes |
CHANGEBY_I |
string |
15 |
N |
<blank> |
Changed by |
UpdateIfExists |
i4 |
1 |
N |
0 |
Flag to allow Applicant Test 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 |
N |
<blank> |
User Defined field - developer use only |
USRDEFND5 |
string |
8000 |
N |
<blank> |
User Defined field - developer use only |
* The default for the <taCreateApplicantTests> node is to use document exchange to provide update functionality. You can use field level updates if you set UpdateIfExist to 1.