Validation (Magic xpi 4.5)
The Validation component provides you with a way to check that the correct data has been used in situations where such accuracy is vital. For example, you can use the component to validate data that was entered in conjunction with the Data Mapper.
The Validation component assists you in the following ways:
Trigger Arguments Validation
|
When a trigger is executed, and a set of arguments is received by Magic xpi, it is necessary to validate the values that are received before the execution can continue.
|
Mapper Record Validation
|
When multi-record data is received from an external resource, it has to be validated before processing can continue.
|
Invalid Value Handling
|
The method sequence execution can be stopped when an invalid value is returned.
|
Validation – Configuration
Using the Validation Component
Validation – Error Handling