1. Web service RunExport

    Article: AN0002090Updated:

    This method starts the selected export. The export has to be configured in order that the export file is saved in some disk. The export is started without user intervention and it is not possible to pass the file to the user.

    In order to be able to run the method the export has to have set Enable access via web services. Furthermore, the user that calls the method has to have access right on the operation Start export of the particular export.

    Definition

    OGExportResult RunExportById(int id)
    OGExportResult RunExport(string modelCode, string exportCode)

    The method can be call directly with export Id or by means of model code and export code.

×