Script functions reference > Script functions in alphabetical order > S > SetExtJobId

SetExtJobId
Syntax
SetExtJobID(str_extjobid);
str_extjobid
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
0
Example
//Set the external ID of the current job to q1_invoices
setextjobid ($q1_invoices);
OpenText StreamServe 5.6 Updated: 2013-03-01