Tom_R
3 years agoNew Contributor III
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 not completed the process ends. I would like to trigger a pop-up window telling the user if the data management package is not going to run. So far I have been unable to figure out the commands to do this with-in my business rule.
Thanks,
Tom
Use XFUserMsgException in your BR:
Throw New XFUserMsgException(si,Nothing, Nothing, "The data management package is not going to run")