05-24-2011, 01:12 PM
Hello!
I have in my application a customer dialog. This dialog will be call with different parents in my application.
For example:
I will always use the same CustomerAction, so is there a simple way how i can do this?
Another question: Can i use the same Object Repository hierarchy - that all items in the customer-dialog are present only once!?
Thanks!
I have in my application a customer dialog. This dialog will be call with different parents in my application.
For example:
Code:
a)
[b]Window("ApplicationName").[/b]Window("Customer").WinEdit("Name").Set "X"
b)
Window("Customer").WinEdit("Name").Set "X"
I will always use the same CustomerAction, so is there a simple way how i can do this?
Another question: Can i use the same Object Repository hierarchy - that all items in the customer-dialog are present only once!?
Thanks!