Hi,
I have created a GAF application in FPM. Now when I click on a button in one roadmap view, I am showing a dialog box which contains a FORM UIBB GL2. I have defined the dialog box in FPM component configuration. When the dialog box is opened, the form guibb is initialized and the interface method GET_DEFINITION is called. After closing the dialog box if I click again on the button in the roadmap view, this time the interface method GET_DEFINITION is not called because it has already been initialized before.
My requirement is, every time I close the dialog box, I want to delete the instance of my form guibb so that every time I launch the dialog box, the form guibb is initialized and GET_DEFINITION is called. Can you please suggest the code I need to write for this?
Thanks,
Mainak