Event.Form.Name

Event.Form.Name returns a string of the form's name.

Applies To

Properties and Methods

None

Available

The .Name property is available in:

  • 17.00.023
  • 17.01.006
  • All newer builds

Note: The .Name property and all sub-classes, properties, and methods are only available in Form Layout scripts.

Type

String

Syntax

Event.Form.Name;

Parameters

None

Example

Event.Form.MessageBox(`${Event.Form.Name}`);

 

/* Expected Prompt response:

If added to a button's click event on the Edit Contact form, you would get:

ContAdd

*/