1.2.5.1. General understanding

There are two possibilities to work with VBS scripts.

The first part of the pipeline (before processing the converter) can be edited with the template plugin_template.vbs.

In this part of the pipeline we have the pdmProxyPdmDocumentI object.

In the second part of the pipeline this pdmProxyPdmDocumentI object is converted into a DTO object (during processing the converter).

So we have another template for the second part of the pipeline plugin_template_DTO.vbs.