Establishes several global parsing and verification functions for catching application level errors. This function should be called in the init transaction of Siebel 7 scripts.
Siebel7Web.bdh
Siebel7WebInit( );
transaction TInit begin WebSetBrowser(WEB_BROWSER_MSIE6); Siebel7WebInit(); end TInit;