Alumio – EDI – Validate
Validates an EDI object according to the EDI standard rules for each version and transaction. Returns an OperationResult object with a status field and an array of error details if any.
Usage
Get from URL
- In Alumio Dashboard, go to Connections > Entity Transformers. Create new or open existing entity transformer.
- In the setting field, choose “Alumio - EDI - Validate”. Or you may choose “Alumio - EDI – Validate" in any entity transformer selector.
- Choose the available supported EDI Format from the dropdown option
- Select “Get from URL” from the source field, and fill in the “URL to the data source” with the URL to the source data.
- Next, choose the HTTP Client to connect to URL.
- Then, fill in the “Destination” field with name of the property where Alumio will put the result.
- In the Request Parameters, Alumio provides default options that you can adjust based on your needs.
Get from the data
- In Alumio Dashboard, go to Connections > Entity Transformers. Create new or open existing entity transformer.
- In the setting field, choose “Alumio - EDI - Validate”. Or you may choose “Alumio - EDI – Validate" in any entity transformer selector.
- Choose the available supported EDI Format from the dropdown option
- Select “Get from the data” from the source field and fill in the “Path to data” with the name of the property that holds the source data.
- Then, fill in the “Destination” field with name of the property where Alumio will put the result.
- In the Request Parameters, Alumio provides default options that you can adjust based on your needs.