Before committing some newly created entities, I want to display them in a list.
I want to highligt each item which has at least one mandatory field without value.
Is there a way to check whether all mandatory fields of an instance of an entity are unequal null?
Thank you, it’s exactly what I needed. Works as expected.