Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Note that the amount of data is not based on the load type - the load types generally affect the speed of the initload.

 

Direct Load: This will load data for the specific module, based on the rule defined.  In the case of CRMOD, it will also include children that use the same Web Service.  For example, a direct load of Accounts will load Accounts, and Addresses.

 

Related Load:  This will request the children as it gets a parent, and issues requests for each record for each account.  This method has the potential to stack a large number of separate requests, slowing the Initload process down greatly.
 
Dependent Load:  This method will request all of the parents first (as selected by the admin when configuring the download rule), and once the parents are downloaded to the device query for the children in batches.  The end results of the related and the dependent should be the same data but more efficient delivered.
An example is that you might choose Accounts as the selected parent for Addresses.  120 Accounts are identified.  Swift MEAP™ would then query for addresses for 100 of the records in one request, and then a second request for the other 20.
  • No labels