NSOA.form.get_value(field)

Use this function to get the value of the field on the OpenAir 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).

Note:

You should use NSOA.form.getValue(field) or NSOA.form.getAllValues() in preference to using NSOA.form.get_value(field).

Parameters

Returns

Units Limit

For more information, see Scripting Governance.

Since

Example

See Code Samples for more examples.