Hi,
In my custom application I have created 2 buttons and created 2 different dialogue boxes in the FPM configurator.
For each button in the FPM Configurator, I have assigned the relevant DIALOG BOX ID and assigned the FPM event ID as FPM_OPEN_DIALOG.
The issue now is, I am getting only the first assigned dialog box in the popup even for the Second button.
Please let me know if I am missing any settings.
Eg : First button ----> Dialog box 1 ( Assignment )
Second Button ----> Dialog box 2 ( Assignment )
Result
First Button ----> Dialog box 1 is called
Second Button ----> Still the Dialog box 1 is called.
Thank you!