Link one document to another

Previous topic - Next topic

kader

Hi folks,

I have business requirement to associate one document to another during the retrieval.
I explain the case. We have statement document and each statement should be appended with legal notice document. Since the legal notice is common to all statement I decided to stored separately and when user request his statement  we retrieve the legal notice and append it to statement on one pdf document. But by doing so, we make two retrieval calls behind the scene. There is way I can do during the statement ingestion to associate both document during the retrieval?

Thanks,

Kader

jeffs42885


kader


Justin Derrick

Can you add the legal notice as a resource to the document?  If it was stored as a resource, CMOD would remove it from the rest of the data, and store it in a 'resource bundle'.  When a user retrieved the document, the AFP and the associated resources would be added to the outgoing AFP data automatically.

This might be the solution you're looking for.

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

I was going to say something similar

kader

Thanks Justin and Jeff.
Yes I added it successfully as overlay resource.

kader