Solved

Not a Part of Print Job

  • 19 July 2021
  • 2 replies
  • 75 views

Userlevel 3
Badge +6

Hi,

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

Please guide how to solve it.

 

 

Thanks

Shekhar

icon

Best answer by Shardha Weeratunga 19 July 2021, 14:02

View original

This topic has been closed for comments

2 replies

Userlevel 5
Badge +6

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

Userlevel 3
Badge +6

Thanks !