On a Dataverse table, you can use web service rules for these purposes:
Before you can set up a web service rule, set up the web service to be used.
This flow explains how to set up a web service rule.
Name | Responsible | Description |
---|---|---|
Set up web service |
Data quality administrator |
On a Dataverse table, you can use a web service rule to:
To set up a web service rule, first set up the web service to be used. You can find the required web service settings, to be used for the web service setup, in the technical documentation as provided by the web service provider. |
Set up web service validation rule |
Data quality administrator |
On a Dataverse table, you can use web service rules for these purposes:
Before you can set up a web service rule, set up the web service to be used. This topic explains how to set up a web service rule. You can find the required web service settings, to be used for the web service rule, in the technical documentation as provided by the web service provider. Validate dataUsing a web service, you can validate if a new or changed field value in a Dataverse table matches a value in another internal or external source. Example: Use a web service rule to validate a ZIP code and house number combination. For request type 'POST', the request JSON is, for example: { "code":3905 NR, "housenumber":2 }
Validate and set dataUsing a web service, you can:
Example: Use a web service rule to first validate if a ZIP code and house number combination is valid. If valid, based on the ZIP code, set address data like street name, city name, and province name. For request type 'POST', the response JSON is, for example, when successful: { "response":true, "street":Kazemat, "city":Veenendaal, "province":Utrecht } Note: With a web service rule, you can only set field values in Dataverse if first a validation is successfully done. |