SetExtJobId Syntax SetExtJobID(str_extjobid); str_extjobid A string containing the external ID to be set for the current job. Description Sets the external ID of the current job to the value of str_extjobid. This function is usually called from a Before Process script. See also GetExtJobID, GetIntJobID, GetJobStatus. Returns num>0 The external ID was set successfully. 0 Failure. Example //Set the external ID of the current job to q1_invoices setextjobid ($q1_invoices);
SetExtJobID(str_extjobid);
str_extjobid
num>0
0
//Set the external ID of the current job to q1_invoices
setextjobid ($q1_invoices);