From JRapid
The next function type attribute defines the default next action to be taken after the entity is stored.
Usage
<entity ...>
<next type="function" function=FUNCTION_NAME/>
</entity>
- function: the name of the javascript action, which receives the argument keys and obj.
See Also