whatiknowinsiebel.blogspot.com
What I Know In Siebel: Outbound Web Services
http://whatiknowinsiebel.blogspot.com/2010/12/outbound-web-services.html
What I Know In Siebel. Sunday, December 12, 2010. An outbound Web Service definition acts as a proxy to a Web Service published by an external application. The outbound Web Service can be based on one of the following:. External Web Service definition (WSDL) file. Outbound Application Service Interface (ASI). Outbound Web Services Based on an External WSDL File. The following procedure describes how to use the WSDL Import Wizard to read an external WSDL document. To read an external WSDL document. For RP...
whatiknowinsiebel.blogspot.com
What I Know In Siebel: April 2015
http://whatiknowinsiebel.blogspot.com/2015_04_01_archive.html
What I Know In Siebel. Thursday, April 9, 2015. Issue with Client Local -Invalid User Id Password. Issue with Client Local -Invalid User Id Password. Initially LOGs were indicating that the data source name was invalid OR database already in use. But, after searching a lot, found the solution for the issue. Removed the Server Name, Start Line, and Database name for SEAW Local Db default instance. Labels: Invalid User ID password. Subscribe to: Posts (Atom). View PR not working in IP 2014?
siebelexplored.blogspot.com
Siebel Explored: January 2010
http://siebelexplored.blogspot.com/2010_01_01_archive.html
Gateway to Siebel . Monday, January 25, 2010. Global Target List Management. List Management is a functionality extensively used for Campaign and Surveys. Apply List and Save List Button which you usually see in Menu Item for the Applet are the two ways to manage Internal Lists. I will save the List with a name. List can be seen in the List Management Screen. I configured that for Case List Applet. I had created the below things to enable the Save button and work it for me. MVF for Id fields. Siebel prov...
whatiknowinsiebel.blogspot.com
What I Know In Siebel: Issue with Client Local -Invalid User Id Password
http://whatiknowinsiebel.blogspot.com/2015/04/issue-with-client-local-invalid-user-id.html
What I Know In Siebel. Thursday, April 9, 2015. Issue with Client Local -Invalid User Id Password. Issue with Client Local -Invalid User Id Password. Initially LOGs were indicating that the data source name was invalid OR database already in use. But, after searching a lot, found the solution for the issue. Removed the Server Name, Start Line, and Database name for SEAW Local Db default instance. Labels: Invalid User ID password. Subscribe to: Post Comments (Atom). View PR not working in IP 2014?
whatiknowinsiebel.blogspot.com
What I Know In Siebel: December 2010
http://whatiknowinsiebel.blogspot.com/2010_12_01_archive.html
What I Know In Siebel. Sunday, December 12, 2010. An outbound Web Service definition acts as a proxy to a Web Service published by an external application. The outbound Web Service can be based on one of the following:. External Web Service definition (WSDL) file. Outbound Application Service Interface (ASI). Outbound Web Services Based on an External WSDL File. The following procedure describes how to use the WSDL Import Wizard to read an external WSDL document. To read an external WSDL document. For RP...
siebelexplored.blogspot.com
Siebel Explored: June 2010
http://siebelexplored.blogspot.com/2010_06_01_archive.html
Gateway to Siebel . Wednesday, June 9, 2010. Local Database - For Multiple Users. In our application, we were using Position and Organization based visibility for the Cases. Call Center user creates a record and assign it to an Organization and Position. Then the users who have that position has to work on that case. We needed to show the functionality where multiple users can login into the application. Open the dbisqlc with User ID Siebel and password of the user with whose Id local was extracted.
siebeldev.blogspot.com
Siebel Developer: 3/7/10 - 3/14/10
http://siebeldev.blogspot.com/2010_03_07_archive.html
Tips and Tricks for Siebel development from an expert in the field. Friday, March 12, 2010. Interview Question #2 - What is a Siebel Operation Step? This interview question uses a technical term to test a Siebel Developer's understanding of a topic. "Siebel Operation" can be almost anything to someone who does not have a basic familiarity with Siebel Workflow, but it is an everyday term for any Workflow Developer. Q: Please explain what a Siebel Operation is, and how it is used. Workflow Process Steps op...
siebeldev.blogspot.com
Siebel Developer: Workflow Policies vs Workflow Processes
http://siebeldev.blogspot.com/2010/04/workflow-policies-vs-workflow-processes.html
Tips and Tricks for Siebel development from an expert in the field. Saturday, September 4, 2010. Workflow Policies vs Workflow Processes. A Workflow Process is a program that runs on the Siebel server. It is defined through a graphical interface as a set of steps. When the process runs, a single record is processed. The workflow process steps are performed as a series of data operations. Do not be confused between the Business Object that is part of the Workflow Process definition and the Workflow Policy...
siebeldev.blogspot.com
Siebel Developer: 4/26/09 - 5/3/09
http://siebeldev.blogspot.com/2009_04_26_archive.html
Tips and Tricks for Siebel development from an expert in the field. Friday, May 1, 2009. Get Rid of Dead Code. How many Siebel developers believe that the best way to remove lines of code from an existing script is to put some comment characters in front of the un-needed code, preventing it from executing. Many developers will copy an existing line of code to change an operation or add a condition, "commenting" the original version instead of deleting it. - Added 5/3. Subscribe to: Posts (Atom). Siebel C...
siebelexplored.blogspot.com
Siebel Explored: SoundsLike Operator
http://siebelexplored.blogspot.com/2010/05/soundslike-operator.html
Gateway to Siebel . Saturday, May 1, 2010. Searching for exact Contacts in Call Centre with First and Last Names is not that much easier as we may think.Different people uses different spelling for their names for example John can be spelled like Joan, Jon, Joanne, Joann. How to search a contact with similar pronouncing name. This was one of the requirement I came across. One of my friend Jalaj suggested SoundsLike Operator. Siebel provides a SoundsLike Operator. Sharing is the power. As part of our synd...