Script functions reference > Script functions in alphabetical order > O > OutputLXFJobResource

OutputLXFJobResource
Syntax
OutputLXFJobResource(num_jobID, str_name, num_index);
num_jobID
str_name
num_index
Description
Adds an LXF overlay from a job resource to a PageOUT Process.
Currently, this function only works with PageOUT.
See also the Job Resource output connector settings, and the OutputLXFJobResourcePrnOffs, GetJobResourceIndex and DeleteJobResource functions.
Note:
Returns
num>0
0
Example
Assume that the LXF Resource was created within job 122, and stored in a job resource named MyLXFResourceConnector, and that the job resource index is 0.
Enter the following in the PageOUT field where you want to add the LXF file:
OutputLXFJobResource(122, "MyLXFResourceConnector", 0);
OpenText StreamServe 5.6 Updated: 2013-03-01