By neel + December 21st, 2007
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’ [...]
By neel + December 18th, 2007
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 [...]
By neel + December 15th, 2007
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.
By neel + December 7th, 2007
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