From 1be5c06e53b76cb37fa8d39ea4b0cefd11639d9e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 14 May 2019 15:21:31 -0400 Subject: [PATCH] update recordid to contact_id for import --- views/admin/leads/import.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/leads/import.html b/views/admin/leads/import.html index 3ffbecd..85e48f9 100644 --- a/views/admin/leads/import.html +++ b/views/admin/leads/import.html @@ -25,10 +25,10 @@
  • Phone 2
  • Fax
  • -

    The recordid field is used to properly update the correct contact.

    +

    The contact_id field is used to properly update the correct contact.

    Your results will be displayed once the file has been uploaded and database is updated.

    Sample header of file to be imported

    -

    recordid,fname,lname,email,addr1,addr2,city,state,zip,country,phone,phone2,fax

    +

    contact_id,fname,lname,email,addr1,addr2,city,state,zip,country,phone,phone2,fax

    You can have more fields but these are required in the file

    -- 2.17.1