Forum Discussion
YMinaev
Staff
15 years agoHi,
In this situation, there's no need to remap the object. You can just modify identification attributes for the current mapped object (you do this only once) so they are as follows:
ObjectType = Button
idStr = dijit_form_Button*
ObjectIdentifier = dijit_form_Button*
innerText = ?Add Resource Pool
The asterisk makes TC ignore the variable part of a property value. You can find more information about this in the Using Wildcards help topic.
In this situation, there's no need to remap the object. You can just modify identification attributes for the current mapped object (you do this only once) so they are as follows:
ObjectType = Button
idStr = dijit_form_Button*
ObjectIdentifier = dijit_form_Button*
innerText = ?Add Resource Pool
The asterisk makes TC ignore the variable part of a property value. You can find more information about this in the Using Wildcards help topic.