cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

using data-dtname for user action names

graham_dalessan
Contributor

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>

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

@graham_dalessan were you able to get a resolution or more information on this? 

-Chad

Julius_Loman
DynaMight Legend
DynaMight Legend

@graham_dalessan I believe you need that on the innermost element.

There is already a RFE for enhancement - DOM traversal.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts