I have a variable with structure type. This structure has some mandatory attributes.
How can I validate if this variable has all mandatory attributes filled out correctly?
Do it manually is not an available option.
I have a variable with structure type. This structure has some mandatory attributes.
How can I validate if this variable has all mandatory attributes filled out correctly?
Do it manually is not an available option.
Unless the origin of the data in the structure is a screen Form, whereby you can set the appropriate Inputs' Mandatory attribute to True (thus automatically enforcing that something is typed in on submit), the only other way is to check it manually.