creating popup msg from DM business rule

jzachar
New Contributor

Is it possible to create a popup msg in a DM business rule like the msg below (created when 'Complete' is clicked).  The Load button calls a DB business Rule and I need to first check if WF channel is locked or not.  If locked I'd like to notify the user that the channel is locked and the BR is running

 

jzachar_0-1675199877541.png

 

1 REPLY 1

JackLacava
Community Manager
Community Manager

You want to launch a Dashboard Extender rule instead, which will check the prerequisites and then launch a data-management one with BRApi.Utilities.ExecuteDataMgmtSequence if necessary. Dashboard Extenders can interact with the page, DMs cannot.