Copying Attachment from OEC to Siebel
Summary:
Currently we have a Button created on Service Request Header. On click on the button, we are sending/copying SR header data from OEC to Siebel.
We are using the below script for the action -(Code provided below)
Now along with the SR header, we also want to copy/send the attachments to Siebel application.
Can you help with the sample if any.
Content (required):
Version (include the version you are using, if applicable):
OEC 23C
Code Snippet (add any code snippets that support your topic, if applicable):
boolean blnThrowMessage = false; //boolean variables are defined to check condition in the catch block. As error has to be thrown in different conditions based on business requirement.