My users don't like the “the saved data cannot be shown” message.
And in the context of this application I understand that.
The search for a Person on a screen with a cardlist and a form.
If they don't find the Person they must add it.
After adding the Person they get this message.
But they want to see the Person they just added.
I tried making a task with a process flow that replaces the normal Add button.
Very simple, a task without template, then process actions for Clear Filter, Add Row (capture Person ID), Change Filter (to Person ID).
Work fine, but I cannot disable the standard Add button without als disabling the Add Row process action.
So this is not the solution.
Then I tried without a task, starting the process flow with Add Row. But then I cannot do a Clear Filter first.
So it is Add Row, Clear Filter, Change Filter.
But that gives met the dreaded message “the saved data cannot be shown” again.
While it IS SHOWN ON THE SCREEN.
How do I accomplish this?
(On Universal 2024.3)
Solved
Suppress "The saved data cannot be displayed" message
Best answer by Arie V
Basically the logic should check if the data is not visible AFTER the Process Actions for Clear/Change Filter have been applied and then only throw the message if still relevant.
Note that implementation of the Idea is halfway, but not the highest priority at the moment. Especially testing all the possible combinations is quite a time-consuming exercise.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.