cancel
Showing results for 
Search instead for 
Did you mean: 

Message Box in HMC/Product Cockpit

0 Kudos

Hi,

I want to show a message box by showing some custom message in HMC & Product Cockpit. In Backoffice, we can do using notification utils method. But not getting the way to show custom message in HMC & Product cockpit. Can you please let me know how we can achieve this?

Regards,
Devendra.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member620692
Active Contributor
0 Kudos

Hi - Both backoffice and productcockpit are built on ZK framework and therefore Messagebox.show("Your message") works for both of them. Please check https://www.zkoss.org/zkdemo/window/message_box for more details.

To display a popup message in hMC, you can check https://answers.sap.com/questions/12754862/how-to-display-a-prompt-in-interceptor.html