NSOA.form.getName(field)

Use this function to get the parameter name of the field.

Note:

This is generally the same as the field name, that is, the required parameter to call this function. The function is useful when working with Object Fields.

Parameters

field {string} [required] — The name of the field on the form.

Note:

This is not the label the user sees displayed next to the field on the form. This is the name of the field displayed in the Form Schema.

Returns

The parameter name needed to refer to this field in user scripts.

Units Limit

1 unit

For more information, see Scripting Governance.

Since

August 17, 2013

Example

See Code Samples for more examples.