NSOA.form.getOldRecord()

Use this function to get the entity record for a form with the current (not yet saved) values, for example oaProject.

See also NSOA.form.getNewRecord().

Tip:

An Entrance Function can optionally receive a type string parameter. Check if the value of this parameter is ‘update’ to determine if the form is being modified.

Parameters

Returns

Note:

This function will return null if called for a form that is being created.

Units Limit

For more information, see Scripting Governance.

Since

Example

See Code Samples for more examples.