Skip to main content
CR

ContactAccount

PX.Objects.CRRelease 2025.2

The projection of the Contact table joined with the BAccount table (on the condition that Contact.BAccountID is equal to BAccount.BAccountID).

Field NameTypeDisplay NameForeign Key
AccountStatus
char(1)Status-
Description:No description available
AcctName
nvarchar(60)Account Name-
Description:The full business account name (as opposed to the short identifier AcctCD).
AnniversaryObsolete
datetimeWedding Date-
Description:The wedding date of the contact.
AssignDate
datetimeAssignment Date-
Description:The date and time when OwnerID or WorkgroupID were last changed.
Attention
nvarchar(255)Attention-
Description:The name of the document recipient (a person or team) used in the documents. Not used in primary graph, only in documents, for instance, CROpportunity, SO.SOOrder, and so on.
AttributesNonexistent in DB
string-
Description:The attributes list available for the current contact. The field is preserved for internal use.
BAccountIDDefault Navigation
intBusiness AccountBAccount
Description:The identifier of the related business account. Corresponds to the value of the BAccount.BAccountID field.
CampaignIDDefault Navigation
nvarchar(15)Source CampaignCRCampaign
Description:The identifier of the campaign that resulted in creation of the contact. Corresponds to the CRCampaign.campaignID field. The property is used by the LeadMaint graph and displayed on the Leads (CR301000) form.
CanBeMadePrimaryNonexistent in DB
bool?Can be made Primary-
Description:No description available
ClassIDDefault Navigation
nvarchar(10)Class IDCRContactClass
Description:The identifier of the class. Corresponds to the value of the CRContactClass.ClassID field.
ConsentAgreement
bitConsented to the Processing of Personal Data-
Description:No description available
ConsentDate
datetimeDate of Consent-
Description:No description available
ConsentExpirationDate
datetimeConsent Expires-
Description:No description available
ContactIDDefault Navigation
intContact IDContactTypesAttribute
Description: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".
ContactPriorityNonexistent in DB
int?Type-
Description:The numeric representation of ContactType used to sort a grid containing contacts of different types. The value is used in the following graphs: OUSearchMaint, CampaignMaint, CRMarketingListMaint. The possible values match ContactType values as follows: - ContactTypesAttribute.BAccountProperty: ContactTypesAttribute.bAccountPriority - ContactTypesAttribute.SalesPerson: ContactTypesAttribute.salesPersonPriority - ContactTypesAttribute.Employee: ContactTypesAttribute.employeePriority - ContactTypesAttribute.Person: ContactTypesAttribute.personPriority - ContactTypesAttribute.Lead: ContactTypesAttribute.leadPriority
ContactType
char(2)Type-
Description: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.
CreatedByIDDefault Navigation
uniqueidentifierCreated ByUsers
Description:No description available
CreatedByScreenID
char(8)-
Description:No description available
CreatedDateTime
datetimeCreated On-
Description:No description available
DateOfBirth
datetimeDate Of Birth-
Description:The date of birth.
DefAddressIDDefault Navigation
intAddressAddress
Description:The identifier of the CR.Address object linked with the current document. The field can be empty for the contacts of the following types: ContactTypesAttribute.BAccountProperty and ContactTypesAttribute.Employee. Corresponds to the value of the Address.AddressID field.
DefContactID
int-
Description:The identifier of the CR.Contact object used to store additional contact data of the business account. Corresponds to the value of the Contact.ContactID field. Also, the Contact.BAccountID value must be equal to the BAccount.BAccountID value of the current business account.
DefaultTeamsClient
char(1)Teams Client-
Description:No description available
DeletedDatabaseRecord
bit-
Description:No description available
DisplayNameDefault Navigation
nvarcharContactContact
Description: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.
DuplicateFoundNonexistent in DB
bool?Duplicate Found-
Description:Specifies whether DuplicateStatus is equal to DuplicateStatusAttribute.PossibleDuplicated when the FeaturesSet.ContactDuplicate feature is enabled.
DuplicateStatus
char(2)Duplicate-
Description:The duplicate status of the contact. The field indicates whether the contact was validated by the duplicate validation (see FeaturesSet.ContactDuplicate). The field can have one of the values listed in the DuplicateStatusAttribute class. The default value is DuplicateStatusAttribute.NotValidated.
EMail
nvarcharEmail-
Description: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.
ExtRefNbr
nvarchar(40)Ext. Ref. Nbr.-
Description:The external reference number of the contact. It can be an additional number of the contact used in external integration.
Fax
nvarchar(50)Fax-
Description: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
nvarchar(3)Fax Type-
Description:The phone type for the Fax field. The field can have one of the values listed in the PhoneTypesAttribute class.
FirstName
nvarchar(50)First Name-
Description:The first name of the person.
FullName
nvarchar(255)Account Name-
Description:The name of the company the contact works for.
Gender
char(1)Gender-
Description: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.
GrammValidationDateTime
datetime-
Description:The date and time of the last gramm validation. The field is preserved for internal use.
HasRigthsNonexistent in DB
bool?-
Description:No description available
Img
nvarcharImage-
Description:The image attached to the contact. The value can be fetched from the exchange server during contacts synchronization (see FeaturesSet.ExchangeIntegration).
IsActive
bitActive-
Description: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.
IsAddedAsExtNonexistent in DB
bool?-
Description:No description available
IsAddressSameAsMainNonexistent in DBObsolete
bool?Same as in Account-
Description:No description available
IsConvertableObsolete
bitCan Be Converted-
Description:No description available
IsMeaningfullNonexistent in DB
bool?-
Description:No description available
IsNotEmployeeNonexistent in DB
bool?Is Not Employee-
Description:Specifies whether the current contact's type is not the employee type. The value is true when the value of ContactType is not equal to ContactTypesAttribute.Employee.
IsPrimaryNonexistent in DB
bool?Primary-
Description:Specifies (if set to true) that the contact, which the current ContactAccount represents, is primary for the business account, which the current ContactAccount also represents. The value is true when PrimaryContactID is equal to Contact.ContactID.
IsRelatedToProjectContactNonexistent in DB
bool?Is Related To Project Contact-
Description:No description available
LanguageIDDefault Navigation
nvarchar(10)Language/LocaleLocale
Description:The language in which the contact prefers to communicate. By default, the system fills in the box with the locale specified for the contact's country. This field is displayed on the form only if there are multiple active locales configured on the System Locales (SM200550) form (corresponds to the LocaleMaintenance graph).
LastModifiedByIDDefault Navigation
uniqueidentifierLast Modified ByUsers
Description:No description available
LastModifiedByScreenID
char(8)-
Description:No description available
LastModifiedDateTime
datetimeLast Modified On-
Description:No description available
LastName
nvarchar(100)Last Name-
Description:The last name of the person.
MaritalStatus
char(1)Marital Status-
Description:The marital status of the contact. The field can have one of the values listed in the MaritalStatusesAttribute class.
MemberNameNonexistent in DB
stringMember Name-
Description:Similar to DisplayName, but unlike DisplayName, it is a calculated field. It is equal to DisplayName if the latter is not null, and to FullName otherwise.
Method
char(1)Contact Method-
Description:The person's preferred method of contact. The field can have one of the values listed in the CRContactMethodsAttribute class.
MidName
nvarchar(50)Middle Name-
Description:The middle name of the person.
NoCall
bitDo Not Call-
Description:Specifies (if set to true) that the contact should not be called. The system does not rely on this field, but the value can be used by an external system or as an indicator.
NoEMail
bitDo Not Email-
Description:Specifies (if set to true) that the email of the contact will not be involved in the mass email process. This contact will not receive any notification emails. Contacts with this field set to true will not receive mass emails sent by the CRMassMailMaint graph (the Mass Emails (CR308000) form).
NoFax
bitDo Not Fax-
Description:Specifies (if set to true) that no fax should be sent to the contact. The system does not rely on this field, but the value can be used by an external system or as an indicator.
NoMail
bitDo Not Mail-
Description:Specifies (if set to true) that no mail should be sent to the contact. The system does not rely on this field, but the value can be used by an external system or as an indicator.
NoMarketing
bitNo Marketing-
Description:Specifies (if set to true) that the email of the contact will not be involved in the mass email process. Contacts with this field set to true will not receive mass emails sent by the CRMassMailMaint graph (the Mass Emails (CR308000) form).
NoMassMail
bitNo Mass Mail-
Description:Specifies (if set to true) that the email of the contact will not be involved in the mass email process. Contacts with this field set to true will not receive mass emails sent by the CRMassMailMaint graph (the Mass Emails (CR308000) form).
NoteID
uniqueidentifier-
Description:No description available
OverrideAddressNonexistent in DB
bool?Override Address-
Description:Specifies whether the address information of this contact differs from the address information of the business account associated with this contact. IF it is so, the address information is synchronized with the associated business account. The behavior is controlled by the ContactMaint.ContactBAccountSharedAddressOverrideGraphExt graph extension.
OverrideSalesTerritory
bitOverride Territory-
Description:The flag identified that the salesTerritoryID is filled automatically based on Address.state and Address.countryID or can be assigned manually.
OwnerIDDefault Navigation
intOwnerContact
Description:No description available
ParentBAccountIDDefault Navigation
intBusiness AccountBAccount
Description:The identifier of the account that is considered as parent for the current account (BAccountID). Corresponds to the value of the BAccount.BAccountID field. There is no business logic in the application for this field.
PersonalEMail
nvarcharEmail (Personal)-
Description:No description available
Phone1
nvarchar(50)Phone 1-
Description: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
nvarchar(3)Phone 1 Type-
Description:The phone type for the Phone1 field. The field can have one of the values listed in the PhoneTypesAttribute class.
Phone2
nvarchar(50)Phone 2-
Description: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
nvarchar(3)Phone 2 Type-
Description:The phone type for the Phone2 field. The field can have one of the values listed in the PhoneTypesAttribute class.
Phone3
nvarchar(50)Phone 3-
Description: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
nvarchar(3)Phone 3 Type-
Description:The phone type for the Phone3 field. The field can have one of the values listed in the PhoneTypesAttribute class.
PreferredName
nvarcharPreferred Name-
Description:No description available
PreviousEmailNonexistent in DB
stringPrevious Email-
Description:No description available
PrimaryContactID
intPrimary ContactContact
Description:The identifier of the CR.Contact object linked with the business account and marked as primary. Corresponds to the value of the Contact.ContactID field. Also, the Contact.BAccountID value must equal to the BAccount.BAccountID value of the current business account.
PseudonymizationStatus
intPseudonymized-
Description:No description available
Resolution
char(2)Reason-
Description:The reason why the Status of this contact has been changed. The property is used by the LeadMaint graph, displayed on the Leads (CR301000) form for CRLead objects, and controlled by the workflow engine.
RevisionID
int-
Description:The identifier of the revision of the contact. It is increased at each update of the contact. This field is used to check whether the original contact was changed. Tables in PX.Objects that rely on this field: APContact, AR.ARContact, CRContact, PM.PMContact, PO.POContact, SO.SOContact,
RolesCSVNonexistent in DB
string?User Roles-
Description:User Roles
SalesTerritoryIDDefault Navigation
nvarchar(15)Sales TerritorySalesTerritory
Description:The reference to SalesTerritory.salesTerritoryID. If overrideSalesTerritory is false then it's filled automatically based on Address.state and Address.countryID otherwise it's assigned by user.
Salutation
nvarchar(255)Job Title-
Description:The job title of the person.
SearchSuggestionNonexistent in DBObsolete
stringSearch Suggestion-
Description:No description available
SelectedNonexistent in DB
bool?Selected-
Description:No description available
Source
char(1)Source-
Description:The source of the contact. If a contact was created from a lead, the value is copied from the lead related to the contact. The field can have one of the values listed in the CRMSourcesAttribute class.
Spouse
nvarchar(255)Spouse/Partner Name-
Description:The name of the spouse or partner of the contact.
Status
char(1)Status-
Description:The status of the contact. The field values are controlled by the workflow engine, and the field is not used by the application logic directly.
Synchronize
bitSynchronize with Exchange-
Description:Specifies whether the contact should be included in exchange synchronization. The value is used in the exchange integration (see FeaturesSet.ExchangeIntegration). The default value is true.
TeamsID
nvarchar(255)Override Teams ID-
Description:No description available
Title
nvarchar(50)Title-
Description:The title of the person. The predefined values are listed in the TitlesAttribute class, but this field can have any value.
TriggerEmailChangeNonexistent in DB
stringTrigger Email Change-
Description:No description available
Type
char(2)Type-
Description:Represents the type of the business account. The field can have one of the values listed in the BAccountType class. The default value is BAccountType.ProspectType for a prospect, BAccountType.CustomerType for a customer, and BAccountType.VendorType for a vendor.
UserID
uniqueidentifierUsers
Description:The identifier of the user associated with the contact. Corresponds to the Users.PKID field.
WebSite
nvarcharWeb-
Description:The URL of the contact website. The field should contain a valid URL.
WorkgroupIDDefault Navigation
intWorkgroupEPCompanyTree
Description:No description available
tstamp
timestamp-
Description:No description available