Dear experts,
I want to make field Tax Registration ID required but a single space or multiple spaces should still be considered valid input

I implemented following event handler: RowPersisting, FieldVerifying, FieldUpdated but the value of this field is always null even though I input a space character “ “
I don’t know if Acumatica might be automatically trimming whitespace inputs to null during data processing.
Have you experience this kind of issue?