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
What is the input format?
It's AFP files
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.
I was going to say something similar
Thanks Justin and Jeff.
Yes I added it successfully as overlay resource.
kader