Version: 17.10 (EOL)
Organization Property JSON Definition
Organization properties can be used to pre-populate forms or modify their behavior. For more information about properties, see Properties Overview.
Example
An example Organization Property definition file is shown below.
property-def.json
{
"name": "Product Values",
"dataType": "CSV",
"valueFile": "product-list.csv"
}
Schema
Organization Property definitions must comply with the following schema.
Fields are optional unless otherwise indicated.
| Field | Description |
|---|---|
name | stringRequired. |
dataType | stringRequired. The origanization property's data type. Must be one of the following:
|
value | stringThe organization property's value. |
valueFile | stringThe path to a file containing data matching the |