JAccControl Tag
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
<JAccControl> associates a named control to the Java accessibility element that is specified in the search path. This topic describes the elements of <AccControl> tag.
<JAccControl> syntax
The following code snippet shows how <JAccControl> tag is used:
<JAccControl name="control name">
<Path>
...
</Path>
</JAccControl>
Elements of <JAccControl>
The following table describes the elements of the <JAccControl> tag.
Element |
Description |
---|---|
FindControl |
Returns True if the control is found on the UI, otherwise False. |
GetControlValue |
Returns the content of the control. |
SetControlValue |
Sets the content of the control; some controls might not be able to change their content. |
ExecuteControlAction |
Executes the default command for this control, depending on the Java accessibility integration. |
Note
Use this control type for all elements that are not a tree or a selection element, such as a list.
See Also
JavaDDA
Use data driven adapters (DDAs)
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright