0

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?

Kevin Busch
  • 191
  • 1
  • 4
  • 17
  • 1
    go to the warning message, change the trigger logic, or If u want to change the Entityname, go to Entitynames in-studio change the return statement. – Py-Coder Jun 02 '20 at 10:30
  • I don't want to change the Entityname. We need them in our Logfiles, but the user should not see the EntityName on the GUI – Kevin Busch Jun 02 '20 at 11:10

1 Answers1

0

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.

Arun Kumar Mani
  • 337
  • 2
  • 7