How to get candidate attachment documents (photo) to RTF template — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to get candidate attachment documents (photo) to RTF template

edited Jul 1, 2024 6:18AM in Recruiting, Opportunity Marketplace 3 comments

Summary:

I want to get the photo in candidate attachment and put in RTF Word Template. Currently having issues to get the content from attachment.

How can I get this content and put it in RTF Template?

Content:

I use the fnd_documents_tl table, which contains the DM_DOCUMENT_ID and file_name columns. Despite searching in the Universal Content Management (UCM) system, I have been unable to locate the desired content.

Version: 24B

Code Snippet:

select fad.document_id, dtl.file_name, fad.pk1_value

FROM fnd_attached_documents fad,
fnd_documents d,
fnd_documents_tl dtl

where fad.document_id= d.document_id

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!