This entity represents email address records associated with clients or other relationship types. The attached contains the required format for the IEmail.CSV with a sample record.
The Type defines how the sample file handles the data type to produce the correct delimiters for each field. Make sure to change the custom field format if any fields noted as "integer" contain alphanumeric data.
Fields
Field Name | Required | Type | Description |
RelationshipID | Y | nvarchar(4000) | Unique ID normally concatenated with Relationship Type. Example 5467|Client |
RelationshipPmsID | Y | nvarchar(MAX) | Matches Iclient.PmsID |
RelationshipType | Y | nvarchar(4000) | Defaults to Client |
Type |
| nvarchar(MAX) |
|
Address | Y | nvarchar(MAX) | Email address |
Sequence |
| Int | Default is 1 |
IsPrimary |
| bit | Default is 1 |
DoNotContact |
| bit | Default is Null |
[Key] |
| nvarchar(4000) | Unique record ID |
PmsID |
| nvarchar(MAX) | Unique record ID -can be the same as the [Key] |