Savefunc

From SmartWiki
Revision as of 11:01, 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.


Example:

//this function runs when save is clicked. It runs the AddActivity script prior to the save/submit.
function savefunc()
{
AddActivity()
}


Cateogry:JavaScript