On a button click ,we are trying to save account model and then in the same button we are trying to invoke popup. So every time we click this button ,it will save the account details and then invoke the popup which will show the saved data.
Sometimes this popup is not displaying or comming
Page 1 / 1
Sounds like you are occasionally having model save failures. Currently the action framework does not automatically stop and warn the user if the save failed. It just stops working.
So we reccomend always putting a “failure condition action” underneath the model save action.
Add a message that says “Save failed” or somthing like that.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.