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 [...]
Siebel Unleashed – Forum
Product Configurator – SetUIOption API
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.
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
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.
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
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
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
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
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.
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 [...]
Using Link to our advantage during scripting.
This is lesser known fact that we can use to reduce scripting and make our code more efficient. I came to know recently about it.
Lot of time we have requirement where we need to access child records with help of scripting. I will take an example here.
Requirement:
We need to get value of field say ‘Quantity’ [...]
Find Control Method – Your gateway to DOM.
For a long time I assumed that it is not possible to change the properties of the controls that we put on Applets at runtime. But when I had a deeper look at browser scripts and scripting then it seemed that, there has to be way out.
Just to cover background browser script code is actually [...]
Required – handy user property.
Making a field required is very common requirement and making a field required on conditional basis is also not unusual.
Making field required is very simple by just checking the Required Property of the field. But making field required on conditional basis is a bit tricky. There are couple of alternatives to that.
Siebel Support Web Unleashed
Good news for all the siebel professionals out there. Now you don’t need username and password to login to supportweb.
Jock Murray sent me this trick few days ago and he too found it on another siebel blog Siebel.be
