<Handler> (FormXml)
Gælder for: CRM 2016 on-prem, CRM Online
Angiver et JavaScript-bibliotek og en funktion til hentning af en hændelse.
Syntaks
<Handler
enabled=["0" | "1" | "true" | "false"]
functionName="String"
handlerUniqueId="String"
libraryName="String"
parameters="String"
passExecutionContext=["0" | "1" | "true" | "false"]
<dependencies />
</Handler>
Attributter og elementer
The following describes the attributes, child elements, and parent elements.
Attributter
Attribute | Description | Type | Usage |
---|---|---|---|
enabled |
Specifies whether the handler is enabled |
Boolean |
Optional |
functionName |
Specifies the name of the function. |
String |
Required |
handlerUniqueId |
The unique ID for the handler. |
String |
Required |
libraryName |
The name of the Script Web Resource that contains the function. |
String |
Required |
parameters |
The values passed to the function |
String |
Optional |
passExecutionContext |
Indicates whether the execution context should be passed to the function. |
Boolean |
Optional |
Underordnede elementer
Dette element har ingen underordnede elementer.
Overordnede elementer
Element | Description |
---|---|
Indeholder alle hændelseshandlere for en hændelse. |
Elementoplysninger
Schema Type |
FormXmlHandlerType |
Validation File |
FormXml.xsd |
Number of Occurrences |
0 or more |
XPath |
|
Se også
Reference
Kontekst for udførelse (klientsidereference)
Begreber
Tilpasning af objektformularer
Andre ressourcer
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.