Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Can I limit what data shows per the user email - linked to a customer table?

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 Solved
1 36 2,281
1 ACCEPTED 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.

View solution in original post

36 REPLIES 36
Top Labels in this Space