When ClaimCenter validates Forms and the entities, it displays the Entityname within the Warnmessage.
Is there a way to change the behaviour that the Entity Name is not shown to the user?
When ClaimCenter validates Forms and the entities, it displays the Entityname within the Warnmessage.
Is there a way to change the behaviour that the Entity Name is not shown to the user?
Try to use the below code ,
LocationUtil.addRequestScopedInfoMessage(“Display your warning message here”)
I hope it helps you. If not, please share the screen shot of your warning message and the validation logic.