The Address template can be used to add one or more addresses to your contacts.
You can either use the Vega ID, ScoperID or First name, last name and email address to identify the Contact to add the address to.
Template Field Name | Field Type (Length) | Explanation |
EntityID | nvarchar(15) | This is used, where provided, to match to an existing contact on Vega ID. |
ScoperID | nvarchar(50) | This is used, where provided, to match to an existing contact on Org ID. |
FirstName | nvarchar(150) | This is used, where provided, to match to an existing contact. This is used together with the LastName and Email to find a match. |
LastName | nvarchar(150) | This is used, where provided, to match to an existing contact. This is used together with the FirstName and Email to find a match. |
EmailAddress | nvarchar(150) | This is used, where provided, to match to an existing contact. This is used together with the FirstName and LastName to find a match. |
AddressType | nvarchar(50) | This is a required field and needs to be one of the options from the address type dropdown- Primary, Home, Work, Holiday, Professional, Street, Postal |
Address1 | nvarchar(150) | Data to be imported to address line 1 |
Address2 | nvarchar(150) | Data to be imported to address line 2 |
Address3 | nvarchar(150) | Data to be imported to address line 3 |
Suburb | nvarchar(150) |
Data to be imported to Suburb |
City | nvarchar(150) | Data to be imported to City |
PostCode | nvarchar(20) | Data to be imported to Post Code |
StateName | nvarchar(150) | Data to be imported to Region / State |
Country | nvarchar(150) | Data to be imported to Country |
Preferred | True / False | This is a required field and needs to be TRUE or FALSE. This sets the address as Primary or Not |
DPID | int | Data to be imported to DPID in Advanced Options |
Address Round | nvarchar(25) | Data to be imported to Address Round in Advanced Options |
Address Sequence | nvarchar(25) | Data to be imported to Address Sequence in Advanced Options |
Comments
0 comments
Please sign in to leave a comment.