¶ Columns
| Column |
Type |
Details |
| params |
Json |
JSON schema |
| description |
Text |
|
| property_filter |
PropertyFilter |
|
"anyOf": [
{
"type": "object",
"properties": {
"navision": {
"description": "navision: aircalc\n \n- Sell_to_City: clientCity\n- Sell_to_Address: clientAddress\n- Sell_to_Country_Region_Code: clientCountry\n- Sell_to_Post_Code: clientPostalCode\n- Sell_to_Customer_Name: clientName\n- Phone_No: clientPhone \n- _E_Mail: clientEmail\n- Currency_Code: priceCurrency\n- No: name",
"type": "object",
"properties": {
"url": {
"type": "string"
},
"user": {
"type": "string"
},
"password": {
"type": "string"
}
},
"required": [
"url",
"user",
"password"
]
}
},
"required": [
"navision"
]
}
],
"$id": "./ExternalParams"
}