public void importRelationships (IProcessparent, String entityName, String importFileName, Integer batchSize)
throws AccessDeniedException, ExecutionException;

This method imports the relationships of the specified business object into the system from the specified file (see also Export and Import Relationships).

Parameters

entityNamethe name of the business object the relationships of which are imported
importFileNamethe full path to the file being imported
batchSizethe number that specifies how many records are imported into the system before a transaction is committed. The system imports records in batches.

Once the batch is complete the transaction is committed. If something goes wrong with the import of the subsequent batches so that the import process is aborted, those records that have been already committed are not affected. The higher the number the faster the processing of records, however it is also more likely that the whole process fails without writing any records.

  • Last modified: 2023/05/03 04:41