SiebelGuide.com/siebelblogs

Siebel Blogs, News, Events, Tips and Tricks

Archive for the 'Configuration' Category...

Filed under Demos, All, Configuration

I found these two beautiful demos about Siebel Task UI presented by Scott Nash, Vice President of Product Management in Siebel.

The first video gives little overview of Task UI and the second one shows the actual demo. Enjoy. (more…)

Comments (1) Posted by Sridhar on Friday, June 20th, 2008

Filed under Tips&Tricks, All, Configuration

I was implementing a new Siebel 8 application for my client and in spite of everything working normal I realized that some views of product configurator were missing. Then I started to investigate as to why these views were not visible even for SADMIN. I checked few different things and later we realized that the product configurator functionality is an add-on license and which my client hasn’t bought. (more…)

Comments (4) Posted by Sridhar on Wednesday, June 11th, 2008

Filed under All, Configuration

There are often times when we need to extend the Siebel data model. One of them is to add an extension column to the existing Siebel tables. In this blog I have listed a simplified version of steps required to add an extension column. But before you create an extension column make sure that the existing columns provided by Siebel don’t meet your requirements. You should create extension columns only if necessary. There is also a way you can avoid creating this extension column by using the columns under 1:1 extension tables. For example (more…)

Comments (19) Posted by Sridhar on Monday, May 5th, 2008

Filed under All, Configuration

Indexes are created on the table to improve performance. The purpose of adding index is to help the database locate records much quickly and efficiently. The steps needed in adding an index to a Siebel table are pretty straight forward but this has to be first done on the local client db using Siebel Tools and should never be done straight on the database.

For the purpose of this blog, I will take an example of adding an index to an extension column s_org_ext.X_OLD_ACC_NUM. (more…)

Comments (8) Posted by Sridhar on Friday, April 18th, 2008