Forum Discussion

Marco's avatar
Marco
Contributor II
7 months ago

PLP: Complete Workflow issue

This is a doubt with the rest of the questions I have, and is that in the new workflow I created, when I hit complete worklfow there are two data management that are not executed (COPY_PLP_TO_PLN, PR...
  • aformenti's avatar
    aformenti
    7 months ago

    That does not seem to be the action triggered on clicking the Complete Button but the calculate plan.

    I suggest you work backwards from the PLP Dashboard in Design Mode to see which Business Rule and Function the button is calling. Once you have the Business Rule identified, you will see something like this which is triggering the Data Management Job:

    BRApi.Utilities.StartDataMgmtSequence(si, m_DataMgmtCalcSequenceName, params)
    or
    BRApi.Utilities.StartDataMgmtSequence(si, m_DataMgmtCalcSequenceName, params)