Help Condition

I’m customizing the customer screen where I added a button, and the condition is that if the ShortChar05 field is not empty, it should display a message and allow saving the information, but it’s not doing anything.

I could be wrong, but I don’t believe Customer.ShortChar05 should be in quotes.
Also, a BPM is a better place for this kind of logic unless there is specific reason for this to be only on this Layer.

Welcome to the forum, Armondo!

I think it is single quotes on both sides of the comparison.

Try: '{Customer.ShortChar05}' === ''

1 Like

not working

Sorry… you said NOT empty… so it should be

!==

not: ===