Onloadfunc

From SmartWiki
Revision as of 11:09, 21 October 2010 by Cameron (talk | contribs) (Created page with 'You can use '''onloadfunc''' to create a custom Browser Script that runs whenever a record is first opened. * This is in place in the UTA at Level 1, Level 2, Level 3 and Inv…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can use onloadfunc to create a custom Browser Script that runs whenever a record is first opened.

  • This is in place in the UTA at Level 1, Level 2, Level 3 and Invoicing, as well as on Contacts and Accounts
  • It only runs in Edit mode at Level 1, Contacts and Accounts, not in view mode.


Instructions:

Syntax:

function onloadfunc()
   {
    do this
    RunAnotherFunction()
    do that
   }



See Also=