Search here for wide range of results..
Loading
[15 Jun 2010 | 6 Comments | ]
Siebel Web Services Video

Click above to view it.
This video gives you an idea related to Web Service in General, which is necessary to know to design Siebel Integration using Web Services
- what a Web Service is called,
- what are its various components,
- how it has been standaradised,
- what is a WSDL, PORT, Binding, Service End Point
and lot other answers related to Web Services in Generic.

Read the full story »

Configuration, Scripting, Tips & Tricks »

[4 Aug 2010 | No Comment | ]

Power of Siebel eScripting or also called as ECMA Scripting
1. We some time faces issues to remove special characters in a Workflow Step, and look for a vanilla Workflow function to use, but cannot find the one.
2. We try for a custom business service to find and replace the special character. But some time that custom business service restrict you to only few character, but later you want to filter out some more chars, the you need to modify it. Also, you may have to do a while loop or for …

Configuration, Siebel Slide Shows »

[11 Jul 2010 | No Comment | ]

For Full Screen of Slide, click on Bottom-Left corner – “full”.

Performance with Siebel application has always been a challenge. Siebel suggest lot many ways to improve performance with from database to application configuration in tools. Here is a pdf which talks about performance improvement using Siebel Configuration.

.
.
.
Hope you enjoy this slide, post your feed back below.

Configuration, Siebel Slide Shows »

[11 Jul 2010 | No Comment | ]

For Full Screen of Slide, click on Bottom-Left corner – “Menu”.

Siebel Scripting – eScript

.
.
.
Hope you enjoy this slide, post your feed back below.

Siebel Slide Shows »

[11 Jul 2010 | No Comment | ]

For Full Screen of Slide, click on Bottom-Left corner – “Menu”.

.
.
.
Hope you enjoy this slide, post your feed back below.

Configuration »

[4 Jan 2010 | No Comment | ]

Follow the below steps to create a simple Task UI in your local Siebel application.
1.
Create a Transient BC based on S_TU_LOG table (by default), from New Object – > Transient BC.This table holds data temporarily for the TASK session.Add fields in this BC and they will automatically get assigned to some temporary columns of the table – S_TU_LOG.These columns will be storing the temporary data which can be used during the time the task is running.The class of this BC will default to CSSBCTaskTransient
Create a Transient BC based on S_TU_LOG …