ContactPreferences
The configuration preferences for contacts.
type ContactPreferences {
createdAt: DateTime!
createdBy: String
departmentEnabled: Boolean!
departmentLabel: String
externalIdEnabled: Boolean!
externalIdLabel: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
photoType: ContactPhotoType!
secondaryAddressEnabled: Boolean!
subDepartmentEnabled: Boolean!
subDepartmentLabel: String
taxNumberEnabled: Boolean!
userDefinedField1ContainsPersonalData: Boolean!
userDefinedField1Enabled: Boolean!
userDefinedField1Label: String
userDefinedField2ContainsPersonalData: Boolean!
userDefinedField2Enabled: Boolean!
userDefinedField2Label: String
userDefinedField3ContainsPersonalData: Boolean!
userDefinedField3Enabled: Boolean!
userDefinedField3Label: String
}
Fields
ContactPreferences.createdAt ● DateTime! non-null scalar
The date and time the record was created.
ContactPreferences.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ContactPreferences.departmentEnabled ● Boolean! non-null scalar
A flag indicating whether the department field is enabled for a contact.
ContactPreferences.departmentLabel ● String scalar
A UTF-8 string that represents the label for the department field. Optional.
ContactPreferences.externalIdEnabled ● Boolean! non-null scalar
A flag indicating whether the external id field is enabled for a contact.
ContactPreferences.externalIdLabel ● String scalar
A UTF-8 string that represents the label for the external id field. Optional.
ContactPreferences.id ● ID! non-null scalar
The unique identifier for the contact preferences.
ContactPreferences.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
ContactPreferences.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ContactPreferences.photoType ● ContactPhotoType! non-null enum
The type of photo for the contact photo.
ContactPreferences.secondaryAddressEnabled ● Boolean! non-null scalar
A flag indicating whether the secondary address fields are enabled for a contact.
ContactPreferences.subDepartmentEnabled ● Boolean! non-null scalar
A flag indicating whether the sub department field is enabled for a contact.
ContactPreferences.subDepartmentLabel ● String scalar
A UTF-8 string that represents the label for the sub department field. Optional.
ContactPreferences.taxNumberEnabled ● Boolean! non-null scalar
A flag indicating whether the tax number field is enabled for a contact.
ContactPreferences.userDefinedField1ContainsPersonalData ● Boolean! non-null scalar
A flag indicating whether the user defined field 1 contains personal data.
ContactPreferences.userDefinedField1Enabled ● Boolean! non-null scalar
A flag indicating whether the user defined field 1 is enabled for a contact.
ContactPreferences.userDefinedField1Label ● String scalar
A UTF-8 string that represents the label of the user defined field 1. Optional.
ContactPreferences.userDefinedField2ContainsPersonalData ● Boolean! non-null scalar
A flag indicating whether the user defined field 2 contains personal data.
ContactPreferences.userDefinedField2Enabled ● Boolean! non-null scalar
A flag indicating whether the user defined field 2 is enabled for a contact.
ContactPreferences.userDefinedField2Label ● String scalar
A UTF-8 string that represents the label of the user defined field 2. Optional.
ContactPreferences.userDefinedField3ContainsPersonalData ● Boolean! non-null scalar
A flag indicating whether the user defined field 3 contains personal data.
ContactPreferences.userDefinedField3Enabled ● Boolean! non-null scalar
A flag indicating whether the user defined field 3 is enabled for a contact.
ContactPreferences.userDefinedField3Label ● String scalar
A UTF-8 string that represents the label of the user defined field 3. Optional.
Member Of
ContactSetup object