Replacing Standard Insert Method of NavigationTable
The NavigationTable has buttons for insert/update/delete and other standard functionality. You can replace standard functionality with your own methods, e.g., load a zip file and insert records parsed from the archive - instead of inserting a new, empty, record.
Here's an example screen (AddOns from VisionX):
If the user is pressing the + button beside the table, an open file dialog should appear, like this one:
After selecting a file, the file should be parsed and a new record with parsed information should be inserted in the table. The parsing will be done in a server-side method and the return value of the method will be inserted.