By neel + March 19th, 2008
Few days back while working on Grand Child display of Product Configurator I had a chance to tweak Siebel Product Configurator SWT files. It is the Siebel Web Template (SWT) files that render the UI of product configurator. So, I thought to share some tweaks that I made to SWT files and the results of those [...]
By neel + March 19th, 2008
In this post we are going to discuss few best practices that we should follow while writing eScript. I don’t know who the author of this text is but would like say thanks to that guy for sharing these tips with us, I found it in an newsletter and thought of sharing it with all you [...]
By neel + March 17th, 2008
In my last post I described how we can use ParentBusComp() to reduce the amount of scripting that we have to do while updating the parent record based on some even on child record. But you shouldn’t be using this with you eyes closed as this can result in error at some places. I will [...]
By neel + March 13th, 2008
I have done lots of scripting during Siebel development and lot of time to reduce scripting I have used this.ParentBusComp method. I will give an example to explain it better.
Requirement:
On Service Request (Service Request BC) screen we have a Activities (Action BC) as its child. On click of a ‘Done’ button on Activities Child applet [...]
By neel + March 11th, 2008
Since I have started using Siebel, I have always thought that prompt asking us to confirm record deletion is a vanilla functionality and it will come weather we want it or not.
But few days ago I discovered that there is an option to turn it off depending on our choice.
Here are the steps to turn it off:
Open Siebel [...]