Using custom load/save override methods on forms
In cases where you have custom load/save methods that you want to use instead of
the standard load/save methods typically used by IDOs, you can specify that a form is to use
your custom methods with those IDO collections.
This is fairly common practice especially with IDOs that have been generated using the IDO from ION API Wizard. Such IDOs often use external data sources by way of ION APIs.
Now, when you retrieve the data for the form, the data is retrieved from the data source specified by the custom load method.