Task Based UI @ Siebel 7.8 | Next Tip »Home
Configuration

Sort Search Optimization user property

Sort Search Optimization is a Field level User Property. As I had mentioned in earlier post
“An optimization that helps some databases (mostly Oracle) choose the correct index when there are multiple candidate indexes with the leading edge”
As I mentioned in my earlier post that it is up to Siebel Object Manager (OM) to decide weather [...]

Configuration

Siebel Personalization log

A great tip shared by Sekhar user of Siebel Unleashed Forum and reader of my blog to make debugging easier in Siebel. This is bound to help all.
================================================================
The Easiest way to troubleshoot the events the actions fired on those events is through LOG. You just need to give a parameter in Client CFG

Siebel Logs

My Activities and Sort Search Optimization

Let’s jump on to the first performance issue then
Problem Statement:
Drill down from Activities home screen to My Activities view was taking very long time but drill down to All activities was working fine.
Solution Approach:
So, after going through the routine steps to generate log mentioned in first post I moved on to analysis part.

Back to Basics

siebelunleashed moving towards change

Catchy title isn’t it for a Siebel related blog but I think it is appropriate for this post though.
There is lot of changes coming up in siebelunleashed website. I am committed to provide you better user experience on this site and I continuously hunt for thing that can help to achive this. I seriously believe [...]

Siebel Logs

Debugging performance issues – Basics

I was working on some performance issue from past few day. In this series of posts I will discussing cause and solution of those performance issues but before dig into solving the issues let’s get our basics right. Here is what you need to know before you can start digging into performance issues

Configuration

Applet Layout and things to remember

I have seen this mistake happen lot of times when you are newbie in Siebel. Usually a newbie would come up to me and say a statement similar to a statement given below [I too did same when I started in siebel ]
“I was trying to add an control to List Applet but [...]

Configuration

Siebel tools and List of Values

3 years into Siebel and I didn’t know till few days back, that you can create List of Values records in Siebel Tools and they get reflected in Siebel Application. I know this might be surprising for many but that is the truth. Here are the steps to do it.

Downloads

Siebel Analytics presentation for download

Sekhar a user of Siebel Unleashed Forum has posted Siebel Analytics Data Warehouse and Analytics Server Architecture PPT’s for download.
Don’t wait download them before it expires. Here is the link the the thread of forum from where you can download the PPT’s.

Configuration

Siebel List Applet columns and SWT Files

Anoop a reader of my blog asked me a question few days ago. It is an interesting question.
Question:
In Siebel Applet suppose we have a Limitation to show Only 40 Field (Control) and we want to show some more columns.how to configure in this scenario?
I had an idea how to do it but I hadn’t actually worked on [...]

eScript

Siebel workaround of ShowModalDialog defect

When you use the above code in 7.8.2.* version you application will hang after showing you the prompt. You need to press CTRL+8 to get out of hang mode.
You need to make small change to vanilla JS files to make it work. Here is link to an alert on metalink which can help you [...]

Downloads

Understanding Business Intelligence

Business Intelligence popularly knows as BI is a buzz word in today’s market. I had been going through various articles but none of them explained BI in simple words so that it is easy to understand what actually it meant.
While surfing through net I came across a nice article which did help me to understand [...]

eScript

Using ShowModalDialog

Write the below given code in browser script for an applet . This below given code will display Abort, Retry and Ignore prompt on click of a button.
In this example I had created a button on an applet and the name of the method it invokes upon click is EventMethodAddress. This code has been provided [...]

eScript

Different kind of Dialog box in Siebel.

This is going to be 3 part series and I am going to post one part each day.
By default very few types of prompts are available in Siebel with which we can interact with user. Most commonly used method are:
RaiseErrorText: Which is used to display information to user but when we use it the processing [...]

Uncategorized

Reason for fewer posts in July

I am sure you guys must have noticed I have posted lot fewer posts than I usually do.I try to post at least 4 posts every week and try to have 20 posts for a month (which I think is pretty good number).
The reason, there are less posts in July is because a lot is [...]

eScript

ActivateField ClearToQuery and ExecuteQuery

Divya a reader and member of Siebel Unleashed forum asked me a question about a common code snippet that we use in our scripting. The code snippet is as following

var oEmpBusObj = TheApplication().ActiveBusObject();
var oEmpBusComp = oEmpBusObj ().GetBusComp(“Employee”);
var sLoginName;
oEmpBusComp.ActivateField(“Login Name”);
oEmpBusComp.ClearToQuery();
oEmpBusComp.SetSearchSpec(“Login Name”, sLoginName);
oEmpBusComp.ExecuteQuery();
oEmpBusComp = null;
oEmpBusObj = null;

and the Question she asked is
Is it necessary that we have [...]

Page 1 of 212»

Polls

Do you like the new Comment System and new look to Site?

View Results

Loading ... Loading ...

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 500001 bytes) in /home1/siebelun/public_html/wp-includes/class-snoopy.php on line 894