Hi,
Our requirement is to dynamically call the logo in the Purchase Order Document report based on the Legal Entity of the PO.
I have done several ways to achieve this output but it's not working.
I used UCM as image repository
I did the following:
1. I followed the steps indicated in Doc ID 2232740.1
300000001423024 = LegalEntityID
* I successfully uploaded the logo and got the url:
https://<hostname>:port/cs/groups/public/@public/@ucm_spaces/documents/digitalmedia/mdax/ndiz/~edisp/300000001423024.jpg
* To attached it in the RTF template, I modified the URL as indicated in the reference document:
https://<hostname>:port/cs/idcplg?IdcService=GET_FILE&RevisionSelectionMethod=Latest&dDocName=300000001423024
* To call it dynamically, I placed a dummy image and I used the follwong syntax in Alternate Text:
url:{concat('https://<hostname>:port/cs/idcplg?IdcService=GET_FILE&RevisionSelectionMethod=Latest&dDocName=',<LegalEntityIDColumn>)}
Result: Blank
2. Created a DFF and insert the image URL
Result: URL of the image appeared in the PDF instead of the image
3. Other references: Doc ID 550627.1
Result: Blank
- What are the other possible ways to do this?
- Or where did I get it wrong?
- How to insert an image as BLOB in PER_IMAGES table in cloud environment?
Thanks.
Regards,
Kath