You need to sign in to do that
Don't have an account?

executing s-control on pageload
Hi,
I want to validate some fields whenever it is saved or updated.I want to use s-control to validate data whenever page is loaded because triggers cannot be used in unlimited edition.Do we have any option of executing the script in S-control whenever page is loaded or submitted instead of manually clicking a button or link.
Do i have any other alternative to do this .
Any suggestion is appreciated.
Thanks in advance.
Regards,
sap
Here is how you can do this:
Write an S-control - type=HTML, which performs all your validations on the load of this <body onload="youFn()"
Next, add this to the page layout as inline Scontrol. And this will be executed on every load.
The only way to do this is with validation rules for now, then triggers when they go GA.