Hi,
4.2 Build 359 latest.
I have a subset of data to import to a table.
Table: Particulars
Fields: id, GroupID, Name, Tel
Is there a way to identify a logged in user and have a before import event,
to assign the $_SESSION["UserID"] to GroupID, before the file is imported.
This is important as we dont want the user to prepare a CSV file with his
user name and may prepare a wrong user name and insert unwanted records to other
users.
Thanks
Dex