I want my app to open the same for everyone. I want each customer/client to see the exact same layout and views. However, I want the views, layouts etc… to ONLY show the data pertaining to that customer. How do I do this on a global app setting? I do not want to have to build multiple apps PER customer - I want the same app - but when customers login using their email address - they will ONLY see their data.
Thanks
Solved! Go to Solution.
You are correct. User_Accounts is meant to be EnumList and he did have an example with only a single value.
You did confirm that [Customer Number] is a REF with this question:
and his response…
I assume “another table” is the Customers table.
While I assumed User_Accounts was an EnumList based on the the name AND the SPLIT() function used (it would have erred out)…we never really confirmed the base type of the User_Accounts column. It should be a REF type also to Customers table or whatever table [Customer Number] column is a REF to. This has been the issue all along.
User | Count |
---|---|
34 | |
8 | |
2 | |
2 | |
2 |