Recently while debugging a process of approving BOM, I came across a standard AX example where registerOverrideMethod() is used to create lookup on a dialog field. Thought to share with the community.
There are some nice blogs which explain more about this method :
Apart from having the flexibility to create custom lookups on dialog, this also helps us to reuse the existing code.

Leave a comment