Hi all,
I need to customize standard FO by adding a range to a lookup in the LogisticsPostalAddress form. The standard lookup method is registered through the registerOverrideMethod, and the only way I found possible (due to most of the standard methods being declared private) is to register a new custom lookup method and call it after the call to the standard one. However, I am getting the error RegisterOverrideMethod was called twice for the same object for method 'lookupReference', You can only override a method once per instance., which is understandable. How can I clear the standard registered lookup method, and register my own method, in a way that there would only be one overridden method?
Thanks for your help,
Kyle