powered by CADENAS

Manual

Manual

4.16.3.7.1.1. Key "CUSTOMUPDATESCRIPT"

[WORKFLOW]
CUSTOMUPDATESCRIPT=

A custom update script (vbs) can be attached. It is called twice after the user decided what is to be done with the new version: first with the old dataset, second with the new dataset.

This is useful e.g. for extended PDM update processes.

The callback function is defined like this:

sub CatalogUpdatePLMCallback(UpMgrUpdateData, old)

Parameters:

  • old: 1=old part, 0=new part

  • UpMgrUpdateData.LineId

  • UpMgrUpdateData.LineSubId

  • UpMgrUpdateData.PrjName

  • UpMgrUpdateData.Version

  • UpMgrUpdateData.Varset