How to change the message of a postcondition exception to improve readability?

Hello M-Files Community,

Currently, we use postconditions in our document workflow to check whether a property is filled. The postcondition is: “'Property' is not empty”.

We have noticed that when the precondition is not validated, the exception message is not very clear.

“The postconditions specified for the old state are not satisfied. (Workflow ID: 148, State ID: 512)

The object does not match the condition “’Property’ is not empty”.

We suggest avoiding this double negative since our users have reported not understanding the message. Changing “’Property’ is not empty” to “Property is filled” would help a lot.

Our user language is Portuguese, thus “’Propriedade’ não esta vazio.” is even more confusing. Where can we make this suggestion?

Currently, we are thinking of using VBScript for a custom message. However is there any alternative?