Skip to main content

Hi All,

In the Report Rule action type PDF Insert from Document Management, it is possible to use filtering by Document class

We setup the report rule action like this:

 

Idea is to print only the documents of document class ATT_INV with the invoice.

But it looks like the Document class filter is ignored and all documents connected to the LU and with the KeyRef are added.

And the documents are merged with no sorting order (some attached documents at the beginning and some at last) ignoring the InsertOption setting.

Report preview opens multiple pdfs even with the MergeWithReport setting is on

Are these bugs or has anyone used this functionality successfully?

 

Best Regards,

Damith

hello ​@dsj 

 

I recently encountered a similar issue that might be related, although I’m not entirely sure.

I was having trouble adding the invoice in the attachment window. When I removed the COMPANY and INVOICE_ID labels, it worked for me.

So, the key reference changed from:
COMPANY=XXX^INVOICE_ID=YYY^
to
XXX^YYY^

That fixed the issue, though I’m not sure why.

When uploading the file manually, IFS logs still include the COMPANY and INVOICE_ID labels.

 

Hope this helps!