Forum Discussion
YMinaev
Staff
14 years agoHi Steve,
Here's a copy from my reply to the support case you started regarding this:
Here's a copy from my reply to the support case you started regarding this:
The problem here is not in the buttons themselves, it seems to be in the 'Aliases.iexplore.pageMechpodSystemsControl.panelBase.panelMain.panelPageWrap.formDailyProofsAndAudits' object. This object, according to its position, should correspond to 'Form("combined_feedback")', and this is the object you need to map uniquely. Check its properties first - it maps both 'Form("combined_feedback")' and 'Form("combined_feedback_2") because its recognition criteria meet them both. Then make sure that the advanced view mode is enabled in the Object Browser and find the difference between these two objects. That "combined_feedback_X" is a value of some of their properties, so find the property which contains this value. Most probably, this will be ObjectIdentifier since its value is in the name. If it is not, look for other differences, maybe, text caption or a project name displayed on the form or something similar.
Once you find the appropriate property, add it to mapping of 'formDailyProofsAndAudits'. Then map the second form using the same property whose value will have a different index. After that, map the search button of this form to have two separate branches for each of them.