See first Import Invoices Example.
The Process Save tab is used to save data after it has been imported. The Definition tab calls this code with the ProcessSave function.
In the example Invoice import routine, the code checks for errors, and checks data is in edit mode, then saves the data.
If Not ImportFile.Error And Data.Editing Then Data.SaveEnd If