| Next Tip »?

Recent Posts

Recent Comment

Archive for December, 2007

« Previous Entries

Siebel Unleashed – Forum

Monday, December 31st, 2007

It gives me immense pleasure to announce the creation a Siebel Forum on Siebel Unleashed.
I always wanted my website to be interactive so that I can learn new things from you guys. So, I thought of creating the forum which will help this site to become interactive where everybody will be able to contribute his [...]

Product Configurator – SetUIOption API

Monday, December 31st, 2007

This is in continuation with my earlier post about SetUIOption API which can be used to present the dynamic UI in Product Configurator.
In this post I am going to give examples explaining the syntax and the usability of this service.
SetUIOption is a method of a vanilla business service called “Cfg Web UI Service Loader” which [...]

DTE Scripts - Helping Integration.

Sunday, December 30th, 2007

DTE stands for Data transformation engine. These scripts are usually used during integration. They are alternative to EAI data maps that are available to transform data from one format to another.
I came across DTE Scripts while working on web services
We were getting data in the following format from Siebel.  
<tag property1=”value1″ property2=”value2″ property3=”value3″>
The output that we [...]

PSPad Editor - Installation Simplified

Friday, December 28th, 2007

Hi Guys, Sorry to prolong this. I hope this is going to be my final post regarding PSPad Editor. I have tried to give simple steps which you can follow to download and configure PSPad to work with eScript
Please follow the steps given below to configure the PSPad to work with eScript.

Siebel CRM How to - Configure a Join.

Friday, December 28th, 2007

This post is contributed by Amol Tandon a newbie to Siebel. It is his effort to provide an explanation on joins and step by step procedure on how to configure them in Siebel.
First of all I will try to explain what the join is.
There are two type of commonly used joins

Implicit Join 
Explicit Join

Implicit Join: - [...]

Browser Script and CFG - Process Simplified

Friday, December 28th, 2007

This is one of the coolest tip I have seen so far and this tip has been provided by Gaurav Gupta,
A friend of mine working in siebel from past 2.5 years and right now leading a siebel project with a team of 15 people.
This tip has elimnates the admin overhead we have to face while calling business services from [...]

PSPad Editor - Continued

Thursday, December 27th, 2007

Sorry guys forgot to include the most important information.
As far as the integration with Siebel tools is concerned I have a bad news .

Interacting with Word and Excel through COM

Wednesday, December 26th, 2007

 Few days ago I was browsing a forum where there was a requirement to open an excel file on click of a button. I thought of it and tried to implement it. Following code helped me to achieve the same in my local environment. I wrote this on Applet Server Script.

PS Pad Editor – making Siebel eScript easier

Wednesday, December 26th, 2007

I think all you must have read my post about ST – eScript Engine. Now for people who don’t work on version of Siebel that doesn’t support new engine or you haven’t switched to that version yet they don’t need to feel demoralized.
Sometime back while doing some R&D I came across an editor that can [...]

ExecuteQuery and Cursor Mode.

Friday, December 21st, 2007

We all must have done scripting n number of times and scripting in Siebel inevitably involves querying database to fetch records and usually we write the statement buscomp.ExecuteQuery()
What we forget here is that ExecuteQuery has an argument called cursor mode which is optional and we all forget to supply it. ExecuteQuery method can have 2 [...]

« Previous Entries