Skip to main content

Hi,

We have IFS8 in which facing issue related to Print Job. Sending Mail an order report via script, it raise error “PrintJobContents:Field dReport_Id] with value XXX_REP is not a part of Print Job.

Please guide how to solve it.

 

 

Thanks

Shekhar

Hi @IFS_Shekhar 

Just some technical inputs on the error message.

The package, PRINT_JOB_CONTENTS_API (Logical Unit, PrintJobContents) only has the following fields,

PRINT_JOB_ID,
INSTANCE_SEQ,
RESULT_KEY,
INSTANCE_ATTR.

There is no field called REPORT_ID, in it.

It could be that the a name-value pair, ‘REPORT_ID-PAY_SLIP_QUERY_TCIL_REP, is getting added into a attribute string, in your script.

Please check it.

/Shardha


Thanks !