Setting required fields

For your application to work properly, you may require that certain window fields contain information before processing can continue. You can use the Required property for fields to indicate which fields must contain data for processing to continue. Later, you will use the required() function in your scripts to find out whether all of the fields with the Required property set to true actually contain data.


Documentation Feedback