BusinessAccountContact
10 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
Active | BooleanValue | boolean | |
DAC Field: PX.Objects.CR.Contact.IsActiveDescription:Specifies whether the current contact is active and can be specified in documents. Only active contacts can be specified in such documents as CROpportunity, CRCase, CRQuote, PM.PMQuote. The duplicate validation feature FeaturesSet.ContactDuplicate works only with active contacts. | |||
City | StringValue | string | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
ContactID | IntValue | int | |
DAC Field: PX.Objects.CR.Contact.ContactIDDescription:The identifier of the contact. This field is the key field. This field is an identity auto-increment database field that in normal conditions cannot be duplicated in different tenants. This value is present in the URI of the open document: "ScreenId=CR302000&ContactID=100044". | |||
DisplayName | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.DisplayNameDescription:The display name of the contact. Its value is made up of the LastName, FirstName, MidName, and Title values. The format depends on the PreferencesGeneral.PersonNameFormat site setting. This field is changed when the fields it depends on are changed. | |||
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. | |||
JobTitle | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.SalutationDescription:The job title of the person. | |||
Owner | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.OwnerIDDescription:No description available | |||
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. | |||
Type | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.ContactTypeDescription:The type of the contact. The field can have one of the values listed in the ContactTypesAttribute class. The default value is ContactTypesAttribute.Person. This field must be specified at the initialization stage and not be changed afterwards. | |||
Workgroup | StringValue | string | |
DAC Field: PX.Objects.CR.Contact.WorkgroupIDDescription:No description available | |||