The List template can be used to create a list of existing contacts in vega.
You can either use the Vega ID, ScoperID or FirstName, LastName and email address to identify the Contacts and then enter the ListName to add the contacts to the list.
Note: Contact will not be added to a list if ListName is not entered
Template Field Name | Field Type (Length) | Explanation |
ScoperID | nvarchar(50) | This is used, where provided, to match to an existing contact on Org ID. |
ID | nvarchar(15) | This is used, where provided, to match to an existing contact on Vega 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(50) | This is used, where provided, to match to an existing contact. This is used together with the FirstName and LastName to find a match. |
ListName | nvarchar(50) | This is the name of the list to be created. Using the same list name for all contacts will add them all to the same list. |
Comments
0 comments
Please sign in to leave a comment.