User ID Security is not applied during Import

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

User ID Security is not applied during Import

Post by aspsteve »

I have a table which is protected by User ID Security. This works pretty well for List, Add and Edit.

However, during Excel File import, it allow add to any record regardless of User ID restriction. This poses the risk of a user accidentally overwriting another user's record during excel file upload via import).

Appreciate your help on how to prevent this issue


MichaelG
User
Posts: 1095

Post by MichaelG »

You can use the Row_Import server event to filter what you want to import. Read:
https://aspnetmaker.dev/docs/#/customsc ... row_import


Post Reply