Hi experts,
I try to run a class extended SysOperationServiceController and want to modify a field on dialog, and the values of other fields will change accordingly.
I have created a Contract class with parmA, parmB and parmC methods. When controller is run, 3 controls will be shown on dialog (UIBuilder class is not implemented).
I know how to get dialog control and use registerOverrideMethod to change control value with UIBuilder.
Can anybody tell me how to get dialog control without UIBuilder?
Thanks in advance.
Bernard