How add restriction of length and if field value if not a number in Siebel June 20, 2020 • คtเŦ You can use below eScript on Pre Set Field Value (recommended) or Set Field Value on Business Component Server Script. if (FieldName = ... Read More →
How to invoke workflow through BC eScript, BC User Property and Runtime Events March 26, 2020 • คtเŦ Through eScript BC InvokeMethod if (MethodName == "MyMethod") { var oBS=TheApplication().GetService("Workflow Proc... Read More →