Author Topic: Link one document to another  (Read 2962 times)

kader

  • Guest
Link one document to another
« on: May 06, 2014, 06:10:17 AM »
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

  • Guest
Re: Link one document to another
« Reply #1 on: May 06, 2014, 06:28:29 PM »
What is the input format?

kader

  • Guest
Re: Link one document to another
« Reply #2 on: May 06, 2014, 06:35:33 PM »
It's AFP files

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Link one document to another
« Reply #3 on: May 07, 2014, 05:26:27 AM »
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.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

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

jeffs42885

  • Guest
Re: Link one document to another
« Reply #4 on: May 08, 2014, 12:45:40 PM »
I was going to say something similar

kader

  • Guest
Re: Link one document to another
« Reply #5 on: June 09, 2014, 07:19:13 AM »
Thanks Justin and Jeff.
Yes I added it successfully as overlay resource.

kader