Forum Discussion

Tom_R's avatar
Tom_R
New Contributor III
3 years ago
Solved

Open dialog box or dashboard window through business rule

Currently I have a button on a dashboard that will run a business rule that checks if a specific load task is completed.  If it is, it will trigger a data management job to run.  If the load job is n...
  • Cosimo's avatar
    3 years ago

    Use XFUserMsgException in your BR:

     

    Throw New XFUserMsgException(si,Nothing, Nothing, "The data management package is not going to run")