October 25, 2019
• คtเŦ
A link is between two business components (for parent child relationship) whereas join is between business component and a table. In term...
Read More →
October 25, 2019
• คtเŦ
As per Salesforce below is the definition of CRM: Customer relationship management is an approach to manage a company's interaction w...
Read More →
October 09, 2019
• คtเŦ
SELECT TYPE AS 'Type' ,VAL AS 'Display Value' ,NAME AS 'Language-Independent Code' ,LANG_ID AS 'Language Na...
Read More →
October 09, 2019
• คtเŦ
Get Row Id of Column from Siebel Tools and replace below: SELECT ROW_ID, NAME AS 'Column Name', LENGTH AS 'Column Length...
Read More →
October 08, 2019
• คtเŦ
Replace values in highlighted with lime color according to your configuration. BACKUP DATABASE [SiebelDB] TO DISK = N' E :\\ Fold...
Read More →
October 08, 2019
• คtเŦ
Background: For working on an object in Siebel tools you need to lock it and usually developer forget to unlock after working on the object....
Read More →
October 08, 2019
• คtเŦ
Below is the query for getting workflow instance monitor values from table: select wfdl.NAME as 'WF Name' ,wfdl.DEPLOY_STATUS_C...
Read More →
October 06, 2019
• คtเŦ
Navigate to Runtime Events - Action Sets Create new Action Set, Provide the required fields. Create new Action Set Type and Provide the ...
Read More →
October 06, 2019
• คtเŦ
Below is the Script for Calling Workflow: if (MethodName == "Method Name") { var oBS=TheApplication().GetService("Wor...
Read More →
October 06, 2019
• คtเŦ
Through BC User Property: Name: Named Method n Value: "MethodName", "INVOKESVC", "Business Component Nam...
Read More →
October 06, 2019
• คtเŦ
Below are the methods for Write Records: Through Business Competent user property: Name: Named Method 1 Value: "MethodName...
Read More →
August 23, 2019
• คtเŦ
There are different ways of invoking popup applet below scrip will be used in applet browser scripts. This script is using Siebel's vani...
Read More →
August 23, 2019
• คtเŦ
Background: Based on the requirements you need to show data or reports on a popup applet. You can invoke popup applet using workflow (below ...
Read More →
August 23, 2019
• คtเŦ
Background: With few different ways you can call/invoke popup applet in Siebel. Which are applet server/ browser script, Applet field user p...
Read More →
August 23, 2019
• คtเŦ
Go to applet control and expand it. Click on user prop, create below records: Name Value Mode Edit Popup ABC Popup Applet Po...
Read More →
August 23, 2019
• คtเŦ
Below is the script for using LookupValue in Siebel script: var lsStatus = TheApplication().InvokeMethod("LookupValue","SR...
Read More →
August 23, 2019
• คtเŦ
Below is the code for calling business service through script: if(MethodName == "YourMethod") { var sContactId = this.BusC...
Read More →
August 23, 2019
• คtเŦ
1. Open Siebel Client, go to site map. 2. search: Administration - Personalization, open Test 3. enter your login and password and click ...
Read More →
August 12, 2019
• คtเŦ
1. Open MS SQL Management Studio copy paste below query in query window. SELECT Prof.NAME AS 'Profile Name' ,ParNam.NAME AS ...
Read More →
August 05, 2019
• คtเŦ
To send and receive a mail two agents, message transfer agent and a message access agent are required. The message transfer agent transfers...
Read More →