cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to save data from multiple UIBB's in a single FPM application

Former Member
0 Kudos

Dear Expert's,

I have couple of UIBB's in an FPM application. One is List and another is TextView under Form.

When i modify the List alone and click on 'Save' button, the data is getting saved and i get success message. Same way, when i modify the TextView alone and click on 'Save' button, the data is getting saved and gives success message.

But, when i try to modify both and click on 'Save' button, i am able to see that List data is getting saved, but the TextView data is not getting saved. Also, i miss the success message.

How to solve such an issue ? Have anyone faced such scenario's before ?

Also, the standard button 'Save' get's into invisible mode, after 'Save' button is hit. Is there any way to make the button visibility after saving ?

Thanks and Regards,

Gaurav.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gaurav,

Are you using any Application controller class?

Or it is just the feeder classes?

Thanks,

Yugesh A

Former Member
0 Kudos

Hi Yugesh,

I am new to FPM framework and both the List & TextView are using seperate Feeder Classes. Not sure, if the application uses and seperate controller class. Can you please let me know, how to check that ?

Also, if you have any idea on how to hide/unhide the button's in Toolbar of an application.

Thanks,

Gaurav.