Skip to main content
June 5, 2023
Question

Related action

  • June 5, 2023
  • 3 replies
  • 0 views

An Error Has Occurred An error occurred while applying the context for the APR REQUESTS related action [identifier=1,313]. Details: No process parameter found corresponding to override [name=pv!pid]. Non-parameter process variables cannot be overridden.

    3 replies

    stefanhelzle0001
    Brainy
    June 5, 2023

    The error message says: "No process parameter found corresponding to override [name=pv!pid]. Non-parameter process variables cannot be overridden."

    You will have to configure this process variable to be a parameter.

    mikes0011
    Brainy
    June 5, 2023

    It sounds like your related action configuration is attempting to name a nonexistent PV, and/or one that isn't marked as a parameter, as the error message indicates.

    harshitb6843
    June 5, 2023

    A parameterized process variable allows you to pass the value of that variable while initiating the process. In the above situation, you have a Process Variable (PV) in which you are passing value from the record but the variable is not parameterized. Hope that helps!