Plugin type - Table validation in Jitterbit App Builder
Validation rules are registered to a table. They are invoked by the Insert
, Update
and Delete
events, as well as user-defined events. These events operate on a row.
Globals
Properties
Type | Name | Summary |
---|---|---|
TableValidation | Validation | Gets the validation registration. |
RowEventInput | Input | Gets the event input. |
EventRow | Row | Gets the event row. |
Methods
Type | Name | Summary |
---|---|---|
void | Fail | Fails the validation, appending a validation result to the event row. |