ContactsOpenIDAccounts
The OpenID related information for the contact.
Table-Specific Information
SELECT
The add-in will use the Oracle Service Cloud API to process WHERE clause conditions built with =,!=,<,>,<=,>=,IN,NOT_IN,IS,IS_NOT,LIKE operators. The rest of the filters are executed client side within the add-in.
SELECT * FROM ContactsOpenIDAccounts WHERE id = 12 SELECT * FROM ContactsOpenIDAccounts WHERE id > 15 SELECT * FROM ContactsOpenIDAccounts WHERE lookUpName LIKE '%test' SELECT * FROM ContactsOpenIDAccounts WHERE id IN (12, 23, 123) SELECT * FROM ContactsOpenIDAccounts WHERE lookUpName IS NOT NULL
Columns
Name | Type | Description |
ContactsId | Long | The unique identifier of the contact. |
Id [KEY] | Long | The unique identifier for the list entry. |
URL | String | The unique authentication URL for the OpenIDAccount item. |