Forum Discussion
rraghvani
Champion Level 3
3 years agoYou will have to define your name mapping or alias name mapping like so
mobilephone.edit
landlinephone.edit
fea.edit
The hierarchy or tree structure needs to be correctly defined, so that you can refer to the correct object - you can refer to object using their long names. For example, I have 5 buttons, and I can refer to each button by their long name .Panel("iframewrapper").Frame("iframeResult").Button(1) without using name mappings.