Azeddin_Margani
9 years agoContributor
Dropdown box mapped name that has got dynamic id
Hi,
Could someone please help - I have a dropdown field that its ID keeps changing. I did use the wild card *? but not seems to be working.
The mapped name is:
Aliases.ERG_ITSO_Gui_Ccc.MainFrm.MdiClient.ConfigurableProductSalesDlg.m_ProductParametersGroupBox.m_DynamicControlContainer.DcLocation2.m_CboWidget
The digit "2" highlighted in red keeps changing ?.
My attempted code:
Aliases.ERG_ITSO_Gui_Ccc.MainFrm.MdiClient.ConfigurableProductSalesDlg.m_ProductParametersGroupBox.m_DynamicControlContainer.DcLocation*?.m_CboWidget
Any better idea of using wildcard in this case?
Thanks in advanced.