Savefunc

From SmartWiki
Revision as of 11:06, 31 July 2009 by Cameron (talk | contribs)

Jump to: navigation, search

You can use savefunc to create a custom Browser Script that runs whenever a record is saved or submitted.

Instructions:


Example:

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