Savefunc

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

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