Export

processing is carried out in the following order:

  • DI entry - EcENTITY - basic (system) fields

  • DI entry - EcENTITY - custom field (Property)

  • DI entry - EcASSOC - basic (system) fields

  • DI entry - EcASSOC - custom field (Property)

  • writing to DI - EcLINK (it is executed depending on the PendingPublication setting - if it is true, the writes are performed by Publisher and further processing is part of the CadStudio.Export.PostProcess job)

  • regarding the job for FLC, change EcENTITY.comm_dir from 0 to 10

  • Create TrainJobs

  • Addon PostProcess

  • EcCore PostProcess

  • EcENTITY.comm_status = Pending

In the PendingPublication mode, the EcLINK Publisher plugin performs writes to the table and after the last write, the CadStudio.Export.PostProcess job is created. Processing of this job will provide postprocessing for the given job and set comm_status to Pending.

Item breakdownAtypical requirements

Last updated