I’m trying to solve two things,
- In our application we have a attribute table in which attributes can have different types. At this moment there is a context procedure to switch between fields to display. That makes that the application is not going to work offline.
- Next to this we have a control procedure to hide tabs where users don’t have data to enter.
For the first I added another idea but we could also solve this with this addition.
Outline;
I created a subject with a reference to a view. The UI understood that there was no record to show and that it wasn’t possible to add a record. Still, the UI showed the tab with an empty record.
If it would be possible to choose to hide tabs with no data it is possible to do a lot of things without control procedures.
Both “1” and “2” could be solved this way. For “1” this might not be the most efficient way but in case of “2” we could just delete a control procedure. With that data entry would “probably” work offline.