Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Programmers_Reference Methods IExecutionEngine_Interface exportEntities}} ====exportEntities (IProcess, IEntity [], String, ExportOptions)==== <code java>public void exportEntities (IProcessparent, IEntity [] entsToExport, String exportFileName, ExportOptions options) throws AccessDeniedException, ExecutionException;</code> This method exports the specified instances of the specified business object into the specified file (see also [[docs:2000_concepts:0900_prod_feats:0600_export_import|Export and Import]]). ===Parameters=== |''entsToExport''|the instances of the business objects to be exported| |''exportFileName''|the full path to the file to export to | |''options''|the export options (whether to export ID's, relationships, binary attributes etc)| Last modified: 2023/05/08 06:54 Log In