ContactInfo
18 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
DateOfBirth | DateTimeValue | DateTime | |
DAC Field: PX.Objects.CR.Contact.DateOfBirthDescription:The date of birth. | |||
Email | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.EMailDescription:The email address of the contact. The field should be a valid email address, or a list of email addresses separated by semicolons. The email addresses will be validated with the EmailParser.ParseAddresses(string) method. | |||
Fax | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.FaxDescription:The fax number. The type of the number can be set by the FaxType field. The value should match the phone validation pattern specified for the current company. See Company.PhoneMask for details. | |||
FaxType | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.FaxTypeDescription:The phone type for the Fax field. The field can have one of the values listed in the PhoneTypesAttribute class. | |||
FirstName | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.FirstNameDescription:The first name of the person. | |||
Gender | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.GenderDescription:The gender of the contact. The field can have one of the values listed in the GendersAttribute class, and a default value can be set depending on the value of Title. | |||
LastName | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.LastNameDescription:The last name of the person. | |||
MaritalStatus | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.MaritalStatusDescription:The marital status of the contact. The field can have one of the values listed in the MaritalStatusesAttribute class. | |||
MiddleName | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.MidNameDescription:The middle name of the person. | |||
Phone1 | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.Phone1Description:The phone number. The type of the number can be set by the Phone1Type field. The value should match the phone validation pattern specified for the current company. See Company.PhoneMask for details. | |||
Phone1Type | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.Phone1TypeDescription:The phone type for the Phone1 field. The field can have one of the values listed in the PhoneTypesAttribute class. | |||
Phone2 | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.Phone2Description:The second phone number. The type of the number can be set by the Phone2Type field. The value should match the phone validation pattern specified for the current company. See Company.PhoneMask for details. | |||
Phone2Type | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.Phone2TypeDescription:The phone type for the Phone2 field. The field can have one of the values listed in the PhoneTypesAttribute class. | |||
Phone3 | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.Phone3Description:The third phone number. The type of the number can be set by the Phone3Type field. The value should match the phone validation pattern specified for the current company. See Company.PhoneMask for details. | |||
Phone3Type | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.Phone3TypeDescription:The phone type for the Phone3 field. The field can have one of the values listed in the PhoneTypesAttribute class. | |||
SpousePartnerName | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.SpouseDescription:The name of the spouse or partner of the contact. | |||
Title | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.TitleDescription:The title of the person. The predefined values are listed in the TitlesAttribute class, but this field can have any value. | |||
Web | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.WebSiteDescription:The URL of the contact website. The field should contain a valid URL. | |||