cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Showing Warning Message in HMC/Backoffice from an interceptor

0 Likes
1,047

Hi,

I have requirement to show warning message (not error message) through model saving interceptor in HMC/Backoffice so that admin can view that message and operation will be completed successfully without any blocking. We can throw Interceptor Exception but it will stop saving the model. Here we need to show warning message by saving the model successfully.

Please provide your suggestions on this.

Regards,
Devendra.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member674349
Participant
0 Likes

Hi Devendra, Please make use of validation framework of hybris and use severity as warning. for more info visit : https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/6.3.0.0/en-US/cb8edb3b88c94968b5c8c38cd...

0 Likes

Thanks for information. In the given link, it is mentioned about throwing warning using backoffice customization. But my requirement is to change the logic in interceptor only which will show effect on all tools like HMC/backoffice.