How to clear clipboard error messages in 8.4.4

Hi:

We have a property which has Prompt values “Yes” and “No”.

In the Summary page, for display purpose, I constructed a customized value “Something: No” and store the customized value in that property.

So in clipboard the SummaryMain page has an error message becaue “Something: No” is not defined in Prompt values of the property.

I need to clear the clipboard error message.

But I cannot clear the error message using various ways such as @pxClearMessages(), @pxClearMessages(SummaryMain), Page-Clear-Messages.

Could you please help me regarding this issue?

How to clear the error message in clipboard?

Thanks!

Ying

@yingq689

As a best practise, you should not set the value to a property which does not exist as part of prompt values which are expected values to the field.

If the value which you would like to set to the field , it should be defined as a prompt value and then it can be set.

Let me know if you need more details to answer your query.

@Arshad8101

OK Thanks!