I have dialogField with Multi select lookup using the SysLookupMultiSelectGrid class and i overrided this dialogFields modified method with registerOverrideMethod function.
The problem when i select the values from the lookup my modified method is not hitting and i want my method to hit when the user select multiple values and click the OK Button.
i want to throw some warning based on the value selected in the lookup when the ok button is clicked.
Please help