Difference between revisions of "Onloadfunc"

From SmartWiki
Jump to: navigation, search
(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…')
(No difference)

Revision as of 11:09, 21 October 2010

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=