Forum Discussion

jzachar's avatar
jzachar
New Contributor III
2 years ago

creating popup msg from DM business rule

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

 

 

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    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.