OnDemand Users Group

Support Forums => Report Indexing => Topic started by: kader on May 06, 2014, 01:10:17 PM

Title: Link one document to another
Post by: kader on May 06, 2014, 01:10:17 PM
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
Title: Re: Link one document to another
Post by: jeffs42885 on May 07, 2014, 01:28:29 AM
What is the input format?
Title: Re: Link one document to another
Post by: kader on May 07, 2014, 01:35:33 AM
It's AFP files
Title: Re: Link one document to another
Post by: Justin Derrick on May 07, 2014, 12:26:27 PM
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.
Title: Re: Link one document to another
Post by: jeffs42885 on May 08, 2014, 07:45:40 PM
I was going to say something similar
Title: Re: Link one document to another
Post by: kader on June 09, 2014, 02:19:13 PM
Thanks Justin and Jeff.
Yes I added it successfully as overlay resource.

kader