Search here for wide range of results..
Loading
Home » Archive

Articles in the Configuration Category

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.

Configuration, EAI »

[13 Feb 2010 | No Comment | ]

EBC is a External Business Component, which is created in Siebel database using the external table definition file i.e. DDL file.
Lets take an example to be more precise,
We will copy our existing Local DB or Sample DB which will act as External Database. And lets take S_LANG table which is to be shown in our database via an EBC. This is Language table stores the Language Code and Name like CHS Chinese, ENU English, JPY Japan.
How to Create External Data Source?
1. Go to your /tools/sample/utf8 directory and Copy your …

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 …

Configuration »

[4 Jan 2010 | No Comment | ]

First go through this video to understand what is Task UI. Then we take up the task of how to create Task UI in Siebel application.

In order to provide user interaction, quick-short forms to fill information and save it intermediately that can be resumed later, Siebel has provided a means, that is Task UI.
Task UI has evolved from Smart Scripts and Workflow. It took nice features of both and evolved as a integrated setup which is called as Task UI.
Follow the Steps to Create Task UI ,>> Next Post >>