There are two possibilities to work with VBS scripts.
The first part of the pipeline (before the converter runs) can be edited using the template plugin_template.vbs
.
In this part of the pipeline we have the object pdmProxyPdmDocumentI
.
In the second part of the pipeline, this pdmProxyPdmDocumentI
object is converted into a DTO
object (when the converter is executed).
We therefore have a different template for the second part of the pipeline plugin_template_DTO.vbs
.