From 12094f9e0bad01157407f0a10f020ae26d5f4f51 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 27 Mar 2022 19:55:49 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/adm-import-customer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/8.0/ayanova/docs/adm-import-customer.md b/docs/8.0/ayanova/docs/adm-import-customer.md index abaa7b98..5a3eb659 100644 --- a/docs/8.0/ayanova/docs/adm-import-customer.md +++ b/docs/8.0/ayanova/docs/adm-import-customer.md @@ -45,7 +45,7 @@ Any field in the import file that is not listed on this page will be removed bef ## 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 - 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. -## JSON format +## JSON file format 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.