GetContacts_Result (Type)
Query returning GetContacts_Result_Rows records containing the information needed by Contacts.getContacts().
Based On:
Query
Query Row Type:
Each row of the returned query results has the following fields:
| Field Name | Type | Description |
|---|---|---|
| ContactTypeID | ContactTypeID | The contact type's ID. |
| ContactTypeName | PlainText_NonNull | The contact type's name. |
| Description | PlainText | The contact type's description. |
| EmailAddress | The contact's email address. | |
| FirstName | PlainText_50 | The contact's first name. |
| LastName | PlainText_NonNull_50 | The contact's last name. |
| MiddleName | PlainText_50 | The contact's middle name. |
| Phone | PlainText_40 | The contact's phone number. |
| UserID | UserID | The contact's user ID. |
Error Message:
None