Configuring Derived Output Parameter File

You can configure the Derived Output Parameter File using the following steps.

  1. Open an MQL window.
  2. 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";