ELiPLAN Export

Last modified by Nikolaj Stephansen on 2019/04/01 14:01

Export Conditions

The exported elements are those that fulfill the following conditions:

PRODUCTION_COMPANY_ID from the config file
Project Status = 1 (Active)
IMP_PROJECT_SETTINGS.EXP_ELIPLAN_AUTO_UPDATES with value = 1
IMP_PROJECT_SETTINGS.EXP_ELIPLAN_PLANNED_DELIVERY_DATE

and the element is not rejected

The export file is a semi-colon ";" separated values with following fields

012345678
ProjectElement IdReadyForProductionPlannedDrawingDatePlannedDeliveryDate/PlannedReadyForDeliveryDateErectionSequenceNoStatusLoadNoDeliveryDate
         

The flag UsePlannedDeliveryDate = IMP_PROJECT_SETTINGS.SETTING_VALUE decides whether to use PlannedDeliveryDate or PlannedReadyForDeliveryDate.

Update: 03-2019

It is also possible to filter the export information, by adding the line below to the config file.

<!--The number of days the export is for counting from today, the example "-14" is 2 weeks backward-->
    <add key="ELiPLANExportExportDays" value="-14"/>