22 Sep 2021 02:09 PM - last edited on 30 Sep 2022 12:44 PM by MaciejNeumann
I am struggling to use the data-dtname attribute to customize my action names. According to the documentation here it seems all that is required is to add the data-dtname to the HTML element. After that attribute is added we should automatically (without any further action) start to see the data-dtname as the action name.
Is there another step that is required to get this to work?
Here is an example of the HTML element:
<button class="button btn-new-order" id="neworderid" ng-click="ctl.enterOrder()" data-dtname="New Order Form">
<i class="bolt-icons">add</i>
<span class="btn-new-order-text">New Order Form</span>
</button>
Solved! Go to Solution.
27 Oct 2021 09:01 PM
@graham_dalessan were you able to get a resolution or more information on this?
08 Nov 2021 02:32 PM
@graham_dalessan I believe you need that on the innermost element.
There is already a RFE for enhancement - DOM traversal.