InterviewSolution
Saved Bookmarks
| 1. |
How To Convert Incoming Data To Uppercase Before Importing In Siebel? |
|
Answer» SIEBEL does not support changing the CASE of through EAI, however it is possible to call a custom business service through data MAPS which can convert the case. InvokeServiceMethod ("CustomDataMapper", "UpperCase", "InputStr='"+[Integration Field Name]+"'", "OutputStr") Siebel does not support changing the case of through EAI, however it is possible to call a custom business service through data maps which can convert the case. InvokeServiceMethod ("CustomDataMapper", "UpperCase", "InputStr='"+[Integration Field Name]+"'", "OutputStr") |
|