public void exportEntities (IProcessparent, IEntity [] entsToExport, String exportFileName, ExportOptions options)
throws AccessDeniedException, ExecutionException;

This method exports the specified instances of the specified business object into the specified file (see also Export and Import).

Parameters

entsToExportthe instances of the business objects to be exported
exportFileNamethe full path to the file to export to
optionsthe export options (whether to export ID's, relationships, binary attributes etc)
  • Last modified: 2023/05/08 06:54