INSERT IMAGES FROM SIEBEL FILE SYSTEM TO RTF TEMPLATE
Hi,
I want to insert an image from siebel file system to RTF Template.I have tried to used the code similar to the below codes:
url:{'http://www.oracle.com/images/ora_log.gif'} -- not work
{'http://www.oracle.com/images/ora_log.gif'} --- not work
Then I tried with creating a dummy column in SQL so that I can have an xml field which stores the value of the photo image.
url:{//FILEPP}
url:{concat('http://webserver:port/ps/images/',//FILENAME,'.jpg')}
where FILEPP is the xml field which contains the whole value