I have an entry point in the product registry, where I enable the F12 key to call a function when adding a product. This function displays a screen (MSDIALOG) with fill facilitator and assigns values to some fields in the product registration.
I need to set the focus for a particular field in the register after closing this screen.
Since the product registration is in MVC, is there any way to do this?