How do I limit the views to show only a subset of the data

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
riklinlund
User
Posts: 1

How do I limit the views to show only a subset of the data

Post by riklinlund »

Hi,

I'm migrating an old asp website to asp.net core (a huge step) with the help of ASP.NET maker 16.
The old website is used by different organisations and when they log in they only see their information even if there is only one database.
An OrgID is implemented in all tables to separate the information.
The OrgID is used in the SELECT and INSERT statements and is a session variable.
Any tips on how to implement this functionality in ASP.NET Maker 16?

Regards,
Rikard:-)


motfs
User
Posts: 258

Post by motfs »

An OrgID is implemented in all tables to separate the information.

You can simply use User ID Security if your tables have this field. See Security Settings -> User ID Security in help file for more details.


Post Reply