Skip to main content
API Family:Default
Version:23.200.001
Screen ID:CR303000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AccountRefStringValuestring
DAC Field:PX.Objects.CR.BAccount.AcctReferenceNbr
Description:The external reference number of the business account. It can be an additional number of the business account used in external integration.
ActivitiesListActivityDetail
DAC Field:Not mapped to a DAC field
Description:No description available
AttributesListAttributeValue
DAC Field:Not mapped to a DAC field
Description:No description available
BusinessAccountIDStringValuestring
DAC Field:PX.Objects.CR.BAccount.AcctCD
Description:The human-readable identifier of the business account that is specified by the user or defined by the auto-numbering sequence during the creation of the account. This field is a natural key, as opposed to the surrogate key BAccountID.
CampaignsListCampaignDetail
DAC Field:Not mapped to a DAC field
Description:No description available
CasesListBusinessAccountCaseDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ClassIDStringValuestring
DAC Field:PX.Objects.CR.BAccount.ClassID
Description:Identifier of the business acccount class to which the business account belongs.
ContactsListBusinessAccountContact
DAC Field:Not mapped to a DAC field
Description:No description available
ContractsListBusinessAccountContract
DAC Field:Not mapped to a DAC field
Description:No description available
DefaultLocationSettingsBusinessAccountDefaultLocationSettingBusinessAccountDefaultLocationSetting
DAC Field:Not mapped to a DAC field
Description:No description available
DuplicateStringValuestring
DAC Field:Not mapped to a DAC field
Description:No description available
DuplicatesListDuplicateDetail
DAC Field:Not mapped to a DAC field
Description:No description available
LastIncomingActivityDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivityStatistics.LastIncomingActivityDate
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.CR.BAccount.LastModifiedDateTime
Description:No description available
LastOutgoingActivityDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivityStatistics.LastOutgoingActivityDate
Description:No description available
LocationsListBusinessAccountLocation
DAC Field:Not mapped to a DAC field
Description:No description available
MainAddressAddressAddress
DAC Field:Not mapped to a DAC field
Description:No description available
MainAddressValidatedBooleanValueboolean
DAC Field:PX.Objects.CR.Address.IsValidated
Description:If set to true, this field indicates that the address has been successfully validated by Acumatica ERP.
MainContactBusinessAccountMainContactBusinessAccountMainContact
DAC Field:Not mapped to a DAC field
Description:No description available
MarketingListsListMarketingListDetail
DAC Field:Not mapped to a DAC field
Description:No description available
NameStringValuestring
DAC Field:PX.Objects.CR.BAccount.AcctName
Description:The full business account name (as opposed to the short identifier AcctCD).
OpportunitiesListBusinessAccountOpportunityDetail
DAC Field:Not mapped to a DAC field
Description:No description available
OrdersListBusinessAccountOrder
DAC Field:Not mapped to a DAC field
Description:No description available
OwnerStringValuestring
DAC Field:PX.Objects.CR.BAccount.OwnerID
Description:No description available
OwnerEmployeeNameStringValuestring
DAC Field:Not mapped to a DAC field
Description:No description available
ParentAccountStringValuestring
DAC Field:PX.Objects.CR.BAccount.ParentBAccountID
Description:The identifier of the parent business account. Corresponds to the value of the BAccount.BAccountID field of the parent account. This field is used for consolidating customer account balances on the parent account from child accounts.
PrimaryContactContactContact
DAC Field:Not mapped to a DAC field
Description:No description available
RelationsListRelationDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ShippingAddressAddressAddress
DAC Field:Not mapped to a DAC field
Description:No description available
ShippingAddressOverrideBooleanValueboolean
DAC Field:PX.Objects.CR.Standalone.Location.OverrideAddress
Description:If set to "true", indicates that the address overrides the default Address record, which is referenced by DefAddressID.
ShippingAddressValidatedBooleanValueboolean
DAC Field:PX.Objects.CR.Address.IsValidated
Description:If set to true, this field indicates that the address has been successfully validated by Acumatica ERP.
ShippingContactBusinessAccountShippingContactBusinessAccountShippingContact
DAC Field:Not mapped to a DAC field
Description:No description available
SourceCampaignStringValuestring
DAC Field:PX.Objects.CR.BAccount.CampaignSourceID
Description:The identifier of the marketing or sales campaign that resulted in creation of the business account. Corresponds to the value of the CRCampaign.CampaignID field.
StatusStringValuestring
DAC Field:PX.Objects.CR.BAccount.Status
Description:No description available
TypeStringValuestring
DAC Field:PX.Objects.CR.BAccount.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.
WorkgroupStringValuestring
DAC Field:PX.Objects.CR.BAccount.WorkgroupID
Description:No description available
WorkgroupDescriptionStringValuestring
DAC Field:Not mapped to a DAC field
Description:No description available
NoteIDGuidValueGuid
DAC Field:PX.Objects.CR.BAccount.NoteID
Description:No description available
CurrencyIDStringValuestring
DAC Field:PX.Objects.CR.BAccount.CuryID
Description:The identifier of the Currency, which is applied to the documents of the business account.
EnableCurrencyOverrideBooleanValueboolean
DAC Field:PX.Objects.CR.BAccount.AllowOverrideCury
Description:If set to true, indicates that the currency of business account documents (which is specified by BAccount.CuryID) can be overridden by a user during document entry.

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

2 required fields
{
  "BusinessAccountID": {
    "value": "string"
  },
  "Name": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Optional Children

None of these child collections is required — a payload without them is valid. If you do include one, these are the fields each row of it needs; keys the parent record supplies are named separately and must not be sent.

Available in Versions