Get second text attachment from F00165 (Media Object)

TRL602002

Member
We have a requirement to print Sales Order detail attachments in a report. The standard business functions gets by default the first attachment for an order. Is there a way to get more attachments for an order and print them on the report?

The media object name is GT4211A.

- Gopi Premanand
EnterpriseOne 8.11 and using Tools release 8.97.
Unix Environment.
 
Hi Gopi,

You need to write a C function using API jdeGTGet_GenericTextKeyStr. This uses MOSEQN as input and returs the required attachment for a OBNM & TXKY.
 
Hi Gov,
I have a doubt regarding Gopi issue.
How we find Second text attachement in Media object? what it mean by?
In my idea each record we can able to attach text . what do you mean by
second text?

Thanks & Regards,
Lakshmi




--
Bindu K
 
Media objects can have more than one text file attachments.
We can also attach jpeg images and other attachments. By default JDE System tools or existing BSFN would fetch the first text attachment and I was looking to get more than one.

Gov, thanks for the information regarding jdeGTGet_GenericTextKeyStr. I hope this one works for me.

- Gopi
 
Back
Top