Hi FPM experts:
I have created a custom application using GAF component. I have created 4 screens each with input fields. On the 4th screen, I have provided a custom "SAVE" button. On clicking that button, I save the record and I kick-off event FPM_NEXT_STEP so that it goes on the 5th screen that shows the acknowledgement of record saving (or error in Saving). On that last screen, I have created a custom button "Return to Main Menu" and I have writted code so that clicking it takes me back to the portal link from where I started.
On the last (5th) screen, I get a "Previous" button and I would like to disable it. Is that possible? If so, how? If not, is there any graceful manner where I can provide an acknowledgement and the only option (button) to return to the main menu on screen 5?
Any answers/suggestions is greatly appreciated.