Page 1 of 1

User ID Security is not applied during Import

Posted: Mon Mar 13, 2023 8:59 am
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


Re: User ID Security is not applied during Import

Posted: Tue Mar 14, 2023 6:39 am
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