NextRole Tag
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
The <NextRole> tag functions like the <Next> tag, but it applies to the accessibility role of the control. The attributes of the tag are same as the <Next> tag. The following sample finds a control one position after the second control with a push button role.
<JAccControl name="TestButton">
<Path>
<NextRole match="2"offset="1">push button</NextRole>
</Path>
</JAccControl>
See Also
JavaDDA
Use data driven adapters (DDAs)
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright