NSOA.form.getAllValues()

Use this function to get an Associative Array of all the fields and values on the form. Keep in mind, any pick lists (for example Customer:Project, Employee, Expense item) will return an internal_id and not a text value. In this release, only fields directly related to the form are available (for example no related table lookups are available now). See also NSOA.form.getValue(field).

Parameters

(none)

Returns

An Associative Array of all the fields and values on the form. Use the Form Schema to find the names and data types returned.

Note:

Some fields return an object. See Object Fields for more details.

Units Limit

10 units

For more information, see Scripting Governance.

Since

August 17, 2013

Example

See Code Samples for more examples.