How to show * in an error message on the screen.

How to show * in an error message on the screen.

@vineela99 “&#42” use this instead of *

Hi @vineela99,

It will definitely show the * special character on the UI. Even if you gave the * directly in the error message box.

and @Hitesh Jain gave suggestion “&#42” , This is also fine; but give &#42 double quotes will not allow.

and If you observe the below screenshot, there is a drawback if you give it like this: &#42, it shows only in one place, * and another place it will show the as it is like &#42

Where you are calling this Validate Rule and How are you Checking in the Tracer and UI

I hope this will help you.

Thanks,

Ashok