-
Open an MQL window.
-
Execute these command.
add bus "Derived Output Parameter" <DOP-NAME> <REVISION> policy "Derived
Output Parameter Policy" vault "eService Production";
modify businessobject "ECADInteg-GlobalConfig" ZukenCR5000Global
TEAM "IEF-DerivedOutputTypeDefaultParameterObjectMapping" "
<DO-NAME>|Derived Output Parameter,<DOP-NAME>,<REVISION>";
modify businessobject "ECADInteg-GlobalConfig" ZukenCR5000Global
TEAM "IEF-DerivedOutputParameterObjTypeMapping" "<DO-NAME>|Derived Output Parameter";
tcl;
cd <path to DOP file>
exit;
checkin businessobject "Derived Output Parameter"
<DOP-NAME> <REVISION> format generic append "<DOP-Name>-<DO-Name>.js";
|