Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
...
There are two types of parameters; Mandatory and Non-mandatory.
For
...
non-
...
mandatory parameters, empty (" "/$NULL$) data is accepted as a data. The action on receiving empty data accordingly uses the default data for the parameter, however, for the string parameter, it will continue using the empty (zero length string).
For Mandatory parameters, empty (" "/$NULL$) data is not accepted as a data and you would need to enter valid data accordingly.
...
Custom Actions can have parameters set to mandatory/non-mandatory as per requirement.