<event> (FormXml)
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies an event for the form or field.
<event active=["0" | "1" | "true" | "false"] application=["0" | "1" | "true" | "false"] attribute="String" BehaviorInBulkEditForm="String" eventType=["DataEvent" | "ControlEvent"] name="String"> <dependencies /> <Handlers /> <InternalHandlers /> </event>
Attributes and Elements
The following describes the attributes, child elements, and parent elements.
Attributes
Attribute | Description | Type | Usage |
|---|---|---|---|
active | Describes whether the event is enabled for the form or the field. The default value is false. | Boolean | Optional |
application | For internal use only. | Boolean | Optional |
attribute | The name of an attribute for an OnChange event. | String | Optional |
BehaviorInBulkEditForm | For internal use only. Do not change this value. | Enumeration (BehaviorInBulkEditForm) | Optional |
eventType | Valid values:
| Enumeration (CrmEventType) | Optional |
name | The name of the event to associate scripts with. Valid values:
| String | Optional |
Child Elements
Element | Description |
|---|---|
Contains the dependencies for an event. | |
Contains all the event handlers for an event. | |
For internal use only. Contains event handlers defined by Microsoft Dynamics 365. |
Parent Elements
Element | Description |
|---|---|
Contains all the event definitions for a cell or form. |
Element Information
Schema Type | complexType |
Validation File | FormXml.xsd |
Number of Occurrences | 0 or more |
XPath |
//FormXml/forms/systemform/form/events/event | //FormXml/forms/systemform/form/tabs/tab/events/event | //FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/events/event | //FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/events/event |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright