How to popup a message in Siebel January 26, 2021 • Guide You can use COMCreateObject("WScript.Shell") for displaying the custom message or for debugging the issues in eScript. This can be... Read More →
How to create COM Objects in Siebel through client side VB Script January 20, 2020 • คtเŦ var objCon = COMCreateObject("ADODB.Connection"); objCon.Open("Provider=OraOLEDB.Oracle.1;Data Source=SIEBPRDDB;User Id=sie... Read More →