Hi Experts,
We have created one custom application , by using this user browse one internal catalog while creating shopping cart. User browses this catalog and we pass data over the OCI parameters in SRM screen to add item in SRM screen.
We need to send some attachment also for some items, OCI is capable of sending attachments but I am looking for some code snippet if someone has done it in any coding languange.
OCI documentation tells that we can pass attachment URL on below parameter, But I don't from where URL will come.
NEW_ITEM-ATTACHMENT[n] 255 URL of the attachment (the attachment must be accessible for downloading under this URL).
We are able to pass below fields to SRM screen.
NEW_ITEM-DESCRIPTION[n]
NEW_ITEM-QUANTITY[n]
NEW_ITEM-UNIT[n]
NEW_ITEM-PRICE[n]
NEW_ITEM-CURRENCY[n]
Please help.
Thanks !
Maddy