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.
Note: As of Mongoose release 2021.05, this procedure is
no longer required for IDOs generated using the IDO from ION API
Wizard. In these cases, it is required only if you want to get the infobar or
create message output from the action.
Now, when you retrieve the data for the form, the data is retrieved from the data source specified by the custom load method.