This commit is contained in:
2022-03-27 19:55:49 +00:00
parent 8e85bbb11c
commit 12094f9e0b

View File

@@ -45,7 +45,7 @@ Any field in the import file that is not listed on this page will be removed bef
## Linked object fields ## Linked object fields
The following linked objects are supported for import (not update): The following linked objects are supported for importing (update is not supported for these fields):
- HeadOffice via "HeadOfficeViz" field which must contain the name of an existing HeadOffice - HeadOffice via "HeadOfficeViz" field which must contain the name of an existing HeadOffice
- Contract via "ContractViz" field which must contain the name of an existing Contract - Contract via "ContractViz" field which must contain the name of an existing Contract
@@ -54,7 +54,7 @@ If the Contract is specified then the ContractExpires field can be used to set t
If ContractExpires is omitted then it is set to the import date and time minus 1 minute so that it won't take effect until it's been set to a future date. If ContractExpires is omitted then it is set to the import date and time minus 1 minute so that it won't take effect until it's been set to a future date.
## JSON format ## JSON file format
The .json file must contain an array of Customer objects even if it's a single object. The .json file must contain an array of Customer objects even if it's a single object.
@@ -164,7 +164,7 @@ The first Customer record here illustrates importing a Customer with a link to e
] ]
``` ```
## CSV Format ## CSV file format
The first row of the .csv file must contain column headers that match the field names listed above. The first row of the .csv file must contain column headers that match the field names listed above.