By neel + 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 [...]
By neel + 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 .
By neel + 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.
By neel + 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 [...]
By neel + 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 [...]