CompanyInfo Table
The CompanyInfo table contains information that applies to the company as a whole.
Methods
Method | Description | |
---|---|---|
addressBooks | Retrieves all of the address books that are associated to the party. (Inherited from DirPartyTable.) | |
aosValidateDelete | ||
aosValidateInsert | ||
aosValidateRead | Validates on the server that the specified record can be read. (Inherited from xRecord.) | |
aosValidateUpdate | ||
baseType | (Inherited from DirPartyTable.) | |
buf2con | Packs the table buffers of an xRecord instance into an X++ container. (Inherited from xRecord.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canSubmitToWorkflow | Indicates whether submission to workflow is possible. (Inherited from xRecord.) | |
caption | Gets and sets the caption property of a table. (Inherited from xRecord.) | |
ccmNum_BR | Returns the CCM value of the fiscal establishment that is located at the same address as the company’s primary address. | |
checkInvalidFieldAccess | Gets and sets invalid field access. (Inherited from xRecord.) | |
checkRecord | Gets and sets the property that indicates whether to check mandatory fields. (Inherited from xRecord.) | |
checkRestrictedDeleteActions | Gets and sets the property that indicates whether a record can be deleted. (Inherited from xRecord.) | |
clear | Removes all rows from the table buffer. (Inherited from xRecord.) | |
cnpjCPFNum_BR | Returns the CNPJ/CPF value of the fiscal establishment that is located at the same address as the company primary address. | |
company | Gets and sets the property that indicates a legal entity for the record. (Inherited from xRecord.) | |
companySubscriptionCode_BR | ||
con2buf | Unpacks a container into the table buffers. (Inherited from xRecord.) | |
concurrencyModel | Gets and sets the default concurrency model to use to update records. (Inherited from xRecord.) | |
contactPersonTitle_RU | Returns title ID of contact person for current party (Inherited from DirPartyTable.) | |
context | Gets and sets the context property. (Inherited from xRecord.) | |
create | Creates a new GUID in the PartyNumber field. | |
data | Retrieves a row from the table. (Inherited from xRecord.) | |
dataSource | Retrieves the data source of the table. (Inherited from xRecord.) | |
defaultField | Populates default values in a field in the table. (Inherited from xRecord.) | |
defaultRow | Populates default values in fields in the table in the non-interactive case. (Inherited from xRecord.) | |
delete | Deletes the current record from the database. | |
disableCache | Gets and sets the property that indicates whether caching is disabled. (Inherited from xRecord.) | |
dispose | Releases resources that are used by the xRecord object. (Inherited from xRecord.) | |
doClear | Removes all rows from the table buffer and bypasses any additional logic in the clear method of the table. (Inherited from xRecord.) | |
doDelete | Deletes the current record from the table and bypasses any additional logic in the delete method of the table. (Inherited from xRecord.) | |
doInsert | Inserts the record into the table and bypasses any additional logic in the insert method of the table. (Inherited from xRecord.) | |
doUpdate | Updates the current record and bypasses any additional logic in the update method of the table. (Inherited from xRecord.) | |
doValidateDelete | Performs the action to validate that a record can be deleted. (Inherited from xRecord.) | |
editDunsNumber | (Inherited from DirOrganizationBase.) | |
emplTitle_RU | Returns title of employee represented by current party (Inherited from DirPartyTable.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from xRecord.) | |
euroCurrencyCodeValidate | ||
fieldAccessRight | Returns the field access right. (Inherited from xRecord.) | |
fieldBufferAccessRight | Returns the field access right for the current record. (Inherited from xRecord.) | |
fieldState | Sets or returns the state of a field in the table buffer. (Inherited from xRecord.) | |
findCNPJ_BR | ||
findPrimaryFiscalEstablishment_BR | Finds the primary fiscal establishment of the company. | |
getAllowRedefault | Returns the list of fields that are allowed to re-default. (Inherited from xRecord.) | |
getDataAreaId | Gets the data area ID from the CompanyInfo record that corresponds to this DirPartyTable record. (Inherited from DirPartyTable.) | |
getDefaultingDependencies | Returns the container that holds defaulting dependencies. (Inherited from xRecord.) | |
getExtension | Returns the table extension. (Inherited from xRecord.) | |
getFieldValue | Gets the value of the specified field from a table buffer. (Inherited from xRecord.) | |
getInstanceRelationType | Returns the table name that corresponds to the InstanceRelationType ID. (Inherited from xRecord.) | |
getPhysicalTableName | Return the physical table name, which, in the case of the SQL Temp DB table, is the table instance name. (Inherited from xRecord.) | |
getPresenceFieldData | Retrieves the PresenceInfo value from the specified field. (Inherited from xRecord.) | |
getSQLStatement | Gets the SQL statement that is used to return records from the database. (Inherited from xRecord.) | |
getTableInInstanceHierarchy | (Inherited from xRecord.) | |
getTableType | Indicates the type of the table. (Inherited from xRecord.) | |
getTaxInformationLegalEntity_IN | Gets the tax information legal entity by the legal entity record ID. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasRelatedTable | Indicates whether a foreign key constraint buffer is linked with the table. (Inherited from xRecord.) | |
helpField | Retrieves a string that contains the Help text for the specified field. (Inherited from xRecord.) | |
ieNum_BR | Returns the IE value of the fiscal establishment that is located at the same address as the company’s primary address. | |
initFromDirParty | Initializes the current record from an instance of DirParty. (Inherited from DirPartyTable.) | |
initValue | Initializes field values in a new CompanyInfo record. | |
inputStatus | Sets or returns the current input status of the table buffer. (Inherited from xRecord.) | |
insert | Inserts the current record into the database. | |
interactiveContext | Sets or returns the current interactive context of the table buffer. (Inherited from xRecord.) | |
invoiceAddress | ||
invoiceName | ||
isFieldDataRetrieved | Checks whether the data of the given field has been retrieved. (Inherited from xRecord.) | |
isFieldSet | Checks whether a field has a Set or Defaulted state. (Inherited from xRecord.) | |
isFormDataSource | Indicates whether the data source is a form. (Inherited from xRecord.) | |
isNewRecord | Returns true if the record is a new record that hasn't been persisted yet. (Inherited from xRecord.) | |
isPartOfUOWSaveChanges | (Inherited from xRecord.) | |
isTempDb | Indicates whether the type of the table is SQL TempDB. (Inherited from xRecord.) | |
isTmp | Indicates whether this is a temporary table. (Inherited from xRecord.) | |
joinChild | Finds the join child of the current record. (Inherited from xRecord.) | |
joinParent | Finds the join parent of the current record. (Inherited from xRecord.) | |
linkPhysicalTableInstance | Checks whether there is a link for the physical table instance for the record. (Inherited from xRecord.) | |
merge | Merges the current table with the specified table. (Inherited from xRecord.) | |
modifiedField | ||
modifiedFieldValue | Modifies the specified field to the original value. (Inherited from xRecord.) | |
name | ||
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
orig | Retrieves the original values of the current record. (Inherited from xRecord.) | |
overwriteSystemfields | Gets and sets the property that indicates whether system fields can be overwritten. (Inherited from xRecord.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
partyINN_RU | Is an accessor method to the current value of party attributes. | |
partyINNasOfDate_RU | Is an accessor method to the party attributes. | |
partyKPP_RU | Is an accessor method to the current value of party attributes. | |
partyKPPasOfDate_RU | Is an accessor method to party attributes. | |
partyOGRNasOfDate_RU | Is an accessor method to party attributes with respect to date effectivity. | |
partyOGRNDate_RU | Is an accessor method to the ValidFrom date of party attributes. | |
partyOKATO_RU | Is an accessor method to the current value of party attributes. | |
partyOKATOasOfDate_RU | Is an accessor method to party attributes with respect to date effectivity. | |
partyOKDPasOfDate_RU | Is an accessor method to party attributes with respect to date effectivity. | |
partyOKPOasOfDate_RU | Is an accessor method to party attributes with respect to date effectivity. | |
partyType | (Inherited from DirPartyTable.) | |
phone | ||
phoneLocal | ||
postalAddress | ||
postCacheLoad | Is executed after data is hit from the cache for the select operation on the table. (Inherited from xRecord.) | |
postLoad | ||
preRemoting | Is executed before a cross-tier call is about to be executed for the table that would pack its state to the other tier. (Inherited from xRecord.) | |
previewPaneTitle | (Inherited from DirPartyTable.) | |
primaryAddress | Gets the primary address for the selected address book record. (Inherited from DirPartyTable.) | |
primaryEmail | Gets the primary e-mail for the selected address book record. (Inherited from DirPartyTable.) | |
primaryFax | Gets the primary fax for the selected address book record. (Inherited from DirPartyTable.) | |
primaryPhone | Gets the primary telephone number for the selected address book record. (Inherited from DirPartyTable.) | |
primaryTelex | Gets the primary telex for the selected address book record. (Inherited from DirPartyTable.) | |
primaryURL | Gets the primary URL for the selected address book record. (Inherited from DirPartyTable.) | |
queryTimedOut | Indicates whether the query exceeded the time limit for execution. (Inherited from xRecord.) | |
queryTimeout | Gets and sets the property that indicates the time limit for the execution of a query. (Inherited from xRecord.) | |
readCommittedLock | (Inherited from xRecord.) | |
readPast | Gets and sets the property that indicates whether to skip rows that are locked by other processes when a record is read. (Inherited from xRecord.) | |
recordLevelSecurity | Gets and sets the property that indicates whether to apply security on a record level. (Inherited from xRecord.) | |
relatedTable | Sets or returns the related buffer of a link of a table buffer. (Inherited from xRecord.) | |
renamePrimaryKey | Renames the foreign keys in other tables according to the change of the corresponding primary key value in this table. (Inherited from xRecord.) | |
reread | Rereads the record from the table. (Inherited from xRecord.) | |
RowCount | Retrieves the number of rows in the table. (Inherited from xRecord.) | |
selectForUpdate | Gets and sets the property that indicates whether to select records for update when they are read. (Inherited from xRecord.) | |
selectLocked | Indicates whether to select locked records. (Inherited from xRecord.) | |
selectRefRecord | Selects the record by referenced field ID. (Inherited from xRecord.) | |
selectWithRepeatableRead | Gets and sets the property that indicates whether repeatable read is enabled. (Inherited from xRecord.) | |
setConnection | Sets the user connection for this table. (Inherited from xRecord.) | |
setCrossPartition | Sets or resets cross-partitioning for the table. (Inherited from xRecord.) | |
setFieldValue | Sets the field value in the record buffer. (Inherited from xRecord.) | |
setNameAlias | Sets the NameAlias from Name. (Inherited from DirPartyTable.) | |
setSQLTracing | Enables or disables SQL tracing mode. (Inherited from xRecord.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setTmp | Sets the table so that it is not persisted to the database. (Inherited from xRecord.) | |
setTmpData | Sets the contents of the temporary table to the specified data. (Inherited from xRecord.) | |
setXDSContext | Sets new XDS context. (Inherited from xRecord.) | |
showCompanyName | Gets the name from the Address book record. (Inherited from DirPartyTable.) | |
showDocHanIcon | Gets the document handling icon for the address book record. (Inherited from DirPartyTable.) | |
skipAosValidation | Gets and sets the property that indicates whether to skip validation of Microsoft Dynamics AX Application Object Server (AOS). (Inherited from xRecord.) | |
skipDatabaseLog | Gets and sets the property that indicates whether to skip database log requests. (Inherited from xRecord.) | |
skipDataMethods | Gets and sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) | |
skipDeleteActions | Gets and sets the property that indicates whether to skip delete actions on the table. (Inherited from xRecord.) | |
skipDeleteMethod | Gets and sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) | |
skipEvents | Provides an option to turn off calling the Application.event* methods for the lifetime of an xRecord object. (Inherited from xRecord.) | |
skipPostLoad | Gets and sets the property that indicates whether to skip executing the xRecord.postLoad method on the table. (Inherited from xRecord.) | |
skipTTSCheck | Gets and sets the property that indicates whether to skip the check to determine whether the record is selected for update. (Inherited from xRecord.) | |
suppressWarnings | Gets and sets the property that indicates whether to suppress warnings for this pointer. (Inherited from xRecord.) | |
tableAccessRight | Returns the table access right. (Inherited from xRecord.) | |
tableBufferAccessRight | Returns the table access right for the current record. (Inherited from xRecord.) | |
takeOwnershipOfTempDBTable | (Inherited from xRecord.) | |
teleFax | ||
telex | ||
toolTipField | Retrieves the HelpText value for the specified field. (Inherited from xRecord.) | |
toolTipRecord | Retrieves the ToolTip value for the current record. (Inherited from xRecord.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
ttsabort | Aborts a transaction that was started by a call to the ttsbegin method. (Inherited from xRecord.) | |
ttsbegin | Starts a transaction that can be either committed by the ttscommit method or aborted by the ttsabort method. (Inherited from xRecord.) | |
ttscommit | Commits a transaction that was started by a call to the ttsbegin method. (Inherited from xRecord.) | |
type | (Inherited from DirPartyTable.) | |
update | Updates the current record in the database. | |
url | ||
usageCount | Retrieves the current number of references (the value of the reference counter) that the object has. (Inherited from xRecord.) | |
useExistingTempDBTable | (Inherited from xRecord.) | |
validateCNAE_BR | Validate whether CNAE information is correct. | |
validateConsolidationChange | Indicates whether the consolidation company option can be changed. | |
validateDelete | Determines whether the current record is valid and ready to be deleted from the database. (Inherited from DirPartyTable.) | |
validateEliminationChange | Gets a value that indicates whether the elimination company option can be changed. | |
validateField | Determines whether the fieldId field is valid. | |
validateFieldValue | (Inherited from xRecord.) | |
validateIRSData | ||
validateWrite | Determines whether the current record is valid and ready to be written to the database. | |
validTimeStateUpdateMode | Sets a valid time state update mode on the cursor. (Inherited from xRecord.) | |
vendorAccountNumber | Gets the vendor account number from the VendTable record that corresponds to this DirPartyTable record (Inherited from DirPartyTable.) | |
wait | Pauses a process. (Inherited from Object.) | |
wasCached | Specifies the location from which the data was retrieved. (Inherited from xRecord.) | |
write | Updates a record if it exists; otherwise, inserts a record. (Inherited from xRecord.) | |
xml | Retrieves an XML string that represents the current object. (Inherited from xRecord.) | |
::addrFormat | ||
::checkFICreditorID | Validate an input string as an FI-Creditor ID. | |
::checkFICreditorIDEmpty | Checks whether an FI-Creditor is empty, and if it is an empty string, posts an Infolog error message. | |
::checkInn_RU | ||
::clearAllCacheScopes | ||
::clearCacheScope | ||
::current | Gets the record ID of the legal entity that is associated with the specified data area ID. | |
::directInsert | ||
::euroIsCompanyCurrency | ||
::exist | ||
::existCompanyForFC | Determines whether the record that has the specified FiscalCalendar value exists in the CompanyInfo table. | |
::find | ||
::findByCompany_IN | Finds the specified record in the CompanyInfo table, based on the company ID that is passed. | |
::findDataArea | Finds the specified record in the CompanyInfo table. | |
::findRecId | ||
::fiscalCalendarRecId | Determines whether the FiscalCalendar field is associated with the CompanyInfo table. | |
::getCacheScopeStr | ||
::getCacheValue | ||
::getCompanyCount | Gets the number of existing companies. | |
::getDataArea | Gets the data area ID of the specified legal entity. | |
::getDefaultTimeZone | ||
::insertCacheValue | ||
::isConsolidationCompany | Gets the value of the IsConsolidationCompany field of the CompanyInfo record. | |
::isEliminationCompany | Gets the value of the IsEliminationCompany field of the CompanyInfo record. | |
::isValidAccountOfficeRefNum | Validates the value of the AccountsOfficeRefNum_GB field according to the defined pattern. | |
::jumpRefCompanyInfo | ||
::languageId | ||
::numberSeqModule | ||
::numRefActivityNumber | ||
::numRefContactPersonId | ||
::numRefElementNumber | ||
::numRefHierarchyId | ||
::numRefOffSessionId_RU | ||
::numRefParmId | ||
::secondaryCurrency_RU | ||
::standardCurrency | ||
::updateSharedNumberSequenceRef |
Top
Fields
Field | Type | Configuration key | Description |
---|---|---|---|
Accountant_LT | Extended Data Type: Name Type: String |
None | Enter the full name of the chief accountant. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
AccountingPersonnel_JP | Extended Data Type: AccountingPersonnel_JP Type: String |
LedgerBasicSalesTax | The name of the accounting personnel. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
AccountOfficeRefNum | Extended Data Type: AccountOfficeRefNum Type: String |
None | The registration number issued by HMRC (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ActivityCode | Extended Data Type: CompanyActivityCode Type: String |
None | ID code of the financial activity group. |
AddrFormat | Extended Data Type: AddressFormatId Type: String |
LedgerBasic | Specify default address format when entering addresses. |
Bank | Extended Data Type: CompanyBankAccountId Type: String |
Bank | Primary bank account of the company accounts. |
BankAcctUsedFor1099 | Extended Data Type: CompanyBankAccountId Type: String |
Bank | Bank account number |
BankCentralBankPurposeCode | Extended Data Type: BankCentralBankPurposeCode Type: String |
LedgerBasic | Default code used when reporting to the central bank. |
BankCentralBankPurposeText | Extended Data Type: BankCentralBankPurposeText Type: String |
LedgerBasic | Default description of the payment purpose code. |
BranchId | Extended Data Type: CompanyBranchId Type: String |
None | Identify branch/subsidiary used in connection with tax registration number. |
BranchNumber | Extended Data Type: TaxBranchNumber Type: String |
None | Identification of a company unit. |
BusinessActivity_SA | Extended Data Type: CompanyBusinessActivityZakat_SA Type: String |
LedgerBasic | Main business activity. |
BusinessActivityDesc_SA | Extended Data Type: CompanyBusinessActivityDescZakat_SA Type: String |
LedgerBasic | Brief description of activity. |
BusinessCommencedDate_JP | Extended Data Type: AssetBusinessCommencedDate_JP Type: Date |
Asset | Start date. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
BusinessInitialCapital_JP | Extended Data Type: AssetBusinessInitialCapital_JP Type: Real |
Asset | The initial capital that is invested in the business, in units of one million yen. For example, if the initial capital investment is one hundred million yen, you must enter “100” (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
BusinessItem_JP | Extended Data Type: AssetBusinessItem_JP Type: String |
Asset | The identification of the main item or service that your company provides. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
BusinessNumber_CA | Extended Data Type: BusinessNumber_CA Type: String |
None | Specify registration number |
CertifiedTaxAccountant_JP | Extended Data Type: AssetCertifiedTaxAccountant_JP Type: String |
Asset | The name of the external accountant that is used by the company. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
CNAE_BR | Extended Data Type: CNAE_BR Type: String |
None | National classification of company economic activity (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CombinedFedStateFiler | Enumeration: NoYes |
None | Select Yes if this company participates in the IRS combined federal/state filing program. |
CommercialRegister | Extended Data Type: CommercialRegister Type: String |
None | Enter the name of the commercial register (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CommercialRegisterInsetNumber | Extended Data Type: CommercialRegisterInsetNumber Type: String |
None | Enter the inset number in the commercial register (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CommercialRegisterSection | Extended Data Type: CommercialRegisterSection Type: String |
None | Enter the section of the commercial register (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CompanyNAFCode | Extended Data Type: CompanyNAFRecId Type: Int64 |
None | NAF code of the company. |
CompanyRegComFR | Extended Data Type: CompanyRegComFR Type: String |
None | Commerce registration number of the company. |
CompanyRepresentative_JP | Extended Data Type: CompanyRepresentative_JP Type: String |
LedgerBasicSalesTax | The name of the company representative. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CompanyType_MX | Enumeration: CompanyType_MX |
None | Type of company |
ConversionDate | Extended Data Type: TransDate Type: Date |
LedgerBasic | Date of change of the company currency. |
CoRegNum | Extended Data Type: CompanyCoRegNum Type: String |
None | Company tax registration number. |
createdBy | Extended Data Type: CreatedBy Type: String |
None | |
createdDateTime | Extended Data Type: CreatedDateTime Type: UtcDateTime |
None | |
CUC_IT | Extended Data Type: CUC_IT Type: String |
None | Specify the CBI Proprietary Unique Code (CUC) code of the legal entity (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
Curp_MX | Extended Data Type: Curp_MX Type: String |
None | CURP - Federal Tax Number. |
CustomsCustomerNumber_FI | Extended Data Type: CustomsCustomerNumber_FI Type: String |
None | Customer number for customs purposes. |
CustomsLicenseNumber_FI | Extended Data Type: CustomsLicenseNumber_FI Type: String |
None | Domestic license number for customs purposes. |
DataArea | Extended Data Type: SelectableDataArea Type: String |
None | The company identifier for the legal entity |
DBA | Extended Data Type: DBA Type: String |
None | Doing business as |
DunsNumberRecId | Extended Data Type: LogisticsDunsNumberRecId Type: Int64 |
None | The unique identification number assigned to the customer's company or organization. |
DVRid | Extended Data Type: CompanyDVRid Type: String |
None | Data processing registration number of company. |
EnterpriseCode | Extended Data Type: EnterpriseCode Type: String |
None | Enter the enterprise code of the company (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
EnterpriseNumber | Extended Data Type: TaxEnterpriseNumber Type: String |
None | Enterprise number used to identify Belgian companies. |
FICreditorID_DK | Extended Data Type: FICreditorID_DK Type: String |
None | FI-Creditor ID is obtained in a DK financial institution and relates money transfers to a specific company and the financial institution chosen by the company. |
FileNumber_SA | Extended Data Type: CompanyFileNumZakat_SA Type: String |
LedgerBasic | Company's file number with DZIT. |
FiscalCode_IT | Extended Data Type: IVACode Type: String |
None | Specify the fiscal code of the legal entity. |
ForeignEntityIndicator | Extended Data Type: Tax1099ForeignEntityIndicator Type: Enum |
None | Select whether the company is owned by an entity outside of the United States. |
FSS_RU | Extended Data Type: FSS Type: String |
RPayroll | Registration code in FSS. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
FSSAccount_RU | Extended Data Type: VendAccount Type: String |
None | Code of the territorial authority of the insurer (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
Giro | Extended Data Type: GiroNum Type: String |
None | Primary giro account of the company accounts. |
GiroContract | Extended Data Type: GiroContractNum Type: String |
BankElectronicBanking | ESR contract number. |
GiroContractAccount | Extended Data Type: GiroContractAccount Type: String |
BankElectronicBanking | ESR account number. |
Head_LT | Extended Data Type: Name Type: String |
None | Enter the full name of the company manager. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ImportVATNum | Extended Data Type: VATNum Type: String |
LedgerBasicSalesTax | Tax exempt number for import (arrivals) related to statistics. |
ImportVATNumBranchId | Extended Data Type: CompanyBranchId Type: String |
None | Identify branch/subsidiary used in connection with tax exempt number for import. |
InstanceRelationType | Extended Data Type: RelationType Type: Int64 |
None | Immediate derived table in table inheritance. |
IntrastatCode | Extended Data Type: IntrastatExternalCode Type: String |
ForeignTrade | Code used for reporting to the authorities. |
IsConsolidationCompany | Enumeration: NoYes |
LedgerAdvConsolidations | Are the current company accounts a consolidation of other company accounts? |
IsEliminationCompany | Enumeration: NoYes |
LedgerAdvConsolidations | Can the current company contain elimination entries? |
IssuingSignature | Extended Data Type: IssuingSignature_IT Type: String |
None | Enter company signature for remittance. |
Key | Extended Data Type: ParametersKey Type: Integer |
None | Unique identification |
KnownAs | Extended Data Type: DirPartyName Type: String |
None | Name. |
LanguageId | Extended Data Type: LanguageId Type: String |
None | Select the language for the current text. |
LastFilingIndicator | Extended Data Type: Tax1099LastFilingIndicator Type: Enum |
None | Select Yes if this is the last year that this payer's name and TIN will be used to file information returns to the IRS. |
LegalFormFR | Extended Data Type: CompanyLegalFormFR Type: String |
None | Legal form of the company. |
LegalNature_IT | Enumeration: LegalNature_IT |
None | Select a legal nature. |
LegalRepresentative_JP | Extended Data Type: AssetLegalRepresentative_JP Type: String |
Asset | The name of the external legal representative that is used by the company. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
LegalRepresentativeCurp_MX | Extended Data Type: Curp_MX Type: String |
None | CURP - federal tax number of legal representative. |
LegalRepresentativeName_MX | Extended Data Type: LegalRepresentativeName_MX Type: String |
None | Legal representative name |
LegalRepresentativeRfc_MX | Extended Data Type: Rfc_MX Type: String |
None | RFC - federal tax number of legal representative. |
modifiedBy | Extended Data Type: ModifiedBy Type: String |
None | |
modifiedDateTime | Extended Data Type: ModifiedDateTime Type: UtcDateTime |
None | |
Name | Extended Data Type: DirPartyName Type: String |
None | Name. |
NameAlias | Extended Data Type: NameAlias Type: String |
None | Specify text for fast search |
NameControl | Extended Data Type: NameControl Type: String |
None | Name control from 1099 mail label. |
OrganizationLegalForm_RU | Extended Data Type: OrganizationLegalForm_RU Type: String |
None | Company's organizational-legal form. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
OrganizationType | Enumeration: OMInternalOrganizationType |
None | The legal, operational, and functional classification of an internal organization |
OrgId | Extended Data Type: OrgId Type: String |
None | The ID number used by the Icelandic government to identify individuals and organizations |
PackMaterialFeeLicenseNum | Extended Data Type: InventPackingMaterialFeeLicenseNum Type: String |
InventPackaging | Packing material fee license number from the recycling company. |
Partition | Extended Data Type: Partition Type: Int64 |
None | (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PartyNumber | Extended Data Type: DirPartyNumber Type: String |
None | Party identification |
PaymInstruction1 | Extended Data Type: PaymInstructionRecId Type: Int64 |
None | Code which is used in the SWIFT message for foreign banks. |
PaymInstruction2 | Extended Data Type: PaymInstructionRecId Type: Int64 |
None | Code which is used in the SWIFT message for foreign banks. |
PaymInstruction3 | Extended Data Type: PaymInstructionRecId Type: Int64 |
None | Code which is used in the SWIFT message for foreign banks. |
PaymInstruction4 | Extended Data Type: PaymInstructionRecId Type: Int64 |
None | Code which is used in the SWIFT message for foreign banks. |
PaymRoutingDNB | Extended Data Type: PaymRoutingDNB Type: String |
None | A registration number from the DNB (Netherlands Central Bank) for categorizing foreign payment. |
PaymTraderNumber | Extended Data Type: PaymTraderNumber Type: String |
None | Indication code from the DNB (Netherlands Central Bank) for transit traders. |
PersonInCharge_JP | Extended Data Type: AssetPersonInCharge_JP Type: String |
Asset | The name of the person who is in charge of fixed assets within the company. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
PFRegNum_RU | Extended Data Type: PFRegNum_RU Type: String |
None | Enter registration pension fund number. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
PhoneticName | Extended Data Type: DirPartyName Type: String |
None | Name. |
PlanningCompany | Extended Data Type: NoYesId Type: Enum |
None | Include this company in the sales and operations planning process |
PrimaryAddressLocation | Extended Data Type: LogisticsLocationRecId Type: Int64 |
None | Reference field in a different table (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PrimaryContactEmail | Extended Data Type: LogisticsElectronicAddressRecId Type: Int64 |
None | Reference field in a different table (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PrimaryContactFax | Extended Data Type: LogisticsElectronicAddressRecId Type: Int64 |
None | Reference field in a different table (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PrimaryContactPhone | Extended Data Type: LogisticsElectronicAddressRecId Type: Int64 |
None | Reference field in a different table (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PrimaryContactTelex | Extended Data Type: LogisticsElectronicAddressRecId Type: Int64 |
None | Reference field in a different table (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PrimaryContactURL | Extended Data Type: LogisticsElectronicAddressRecId Type: Int64 |
None | Reference field in a different table (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PrintCorrInvoiceLabel_DE | Extended Data Type: PrintCorrInvoiceLabel_DE Type: Enum |
None | Indicates that the corrective invoice label, instead of the credit note label, is printed on a sales credit memo form for sales invoices, free text invoices, and project invoices (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
PrintCorrInvoiceLabelEffDate_DE | Extended Data Type: PrintCorrInvoiceLabelEffDate_DE Type: Date |
None | The date on which to begin printing the corrective invoice label, instead of the credit note label, on sales credit memo forms (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
PrintEnterpriseregister_NO | Enumeration: NoYes |
None | Enable printing of the text Foretakesregisteret on all sales documents (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
PrintINNKPPInAddress_RU | Extended Data Type: PrintINNKPPInAddress_RU Type: Enum |
None | Print INN/KPP in company address field in reports. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
RAlienCorpCountry | Extended Data Type: AddressCountryRegionId Type: String |
None | Registration country (of incorporation) (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
RAlienCorpName | Extended Data Type: CompanyName Type: String |
None | Foreign organization name (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
RecId | Extended Data Type: RecId Type: Int64 |
None | |
recVersion | Extended Data Type: RecVersion Type: Integer |
None | |
RegNum | Extended Data Type: CompanyRegNum Type: String |
None | Company registration number. |
relationType | Extended Data Type: RelationType Type: Int64 |
None | |
Resident_W | Enumeration: NoYes |
None | Resident for whom to generate payment order in currency. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
Rfc_MX | Extended Data Type: Rfc_MX Type: String |
None | RFC - Federal Tax Number. |
RFullName | Extended Data Type: CompanyName Type: String |
None | Full name of company (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ShippingCalendarId | Extended Data Type: CompanyShippingCalendarId Type: String |
LogisticsBasic | Shipping calendar that represents possible shipping days |
SiaCode | Extended Data Type: CompanySIACode Type: String |
None | Code assigned by SIA to the company. |
SoftwareIdentificationCode_CA | Extended Data Type: SoftwareIdentificationCode_CA Type: String |
None | Specify software identification code |
StateInscription_MX | Extended Data Type: StateInscription_MX Type: String |
None | State inscription number |
SubordinateCode | Extended Data Type: SubordinateCode Type: String |
None | Code of subordination. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
Tax1099RegNum | Extended Data Type: Tax1099RegNum Type: String |
None | Registration number with federal authorities for 1099 reporting. |
TaxAuthority_RU | Extended Data Type: TaxAuthority Type: String |
LedgerBasicSalesTax | Russian tax and duties inspection code. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
TaxRepresentative | Extended Data Type: TaxRepresentative Type: String |
LedgerBasicSalesTax | Specifies tax representative used as supplier of data for electronic tax document. |
TCC | Extended Data Type: TCC Type: String |
None | Transmitter control code assigned by IRS/MCC. |
TemplateFolder_W | Extended Data Type: FilePath Type: String |
None | Path of report template location. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
UPSNum | Extended Data Type: UPSNum Type: String |
None | Company's number with the mail delivery service used. |
validate1099OnEntry | Enumeration: NoYes |
None | Answering yes cause to display an error message when testing for required IRS data. |
VATNum | Extended Data Type: VATNum Type: String |
LedgerBasicSalesTax | Tax exempt number for export (dispatches) related to statistics. |
VATNumBranchId | Extended Data Type: CompanyBranchId Type: String |
None | Identify branch/subsidiary used in connection with tax exempt number for export. |
Top
Field Groups
Field Group | Fields |
---|---|
Reporting_JP | |
Shipping | |
PackagingMaterialFee | |
Registration_FR | |
SalesTax | |
PFRegNum_RU | |
Planning | |
RegistrationNumbers | |
Reporting_RU | |
RPayOther | |
SIA_IT | |
AutoReport | |
AccountOfficeNum | |
BTL91 | |
BankAccount | |
BTL91NL | |
AddressFormat | |
AutoIdentification | |
AutoLookup | |
CompanyLogo | |
FiscalInformation_BR | |
BusinessNumber_CA | |
CompanyCurrencyConversion | |
ForeignOrganization_RU | |
FSSGroup_RU | |
HiddenFields | |
LedgerEntry | |
LegalRepresentative_MX | |
Misc1099 | |
Name | |
TaxRegistration_MX | |
TaxAuthority_RU | |
TemplateFolder_W | |
TaxReporting_JP | |
Zakat_SA | |
SoftwareIdentificationCode_CA |
Top
Relations
Relation | Table | Lines |
---|---|---|
BankAccount | BankAccountTable | |
BankAcctUsedFor1099 | BankAccountTable | |
BankCentralBankPurpose | BankCentralBankPurpose | |
CompanyNAFCode | CompanyNAFCode | |
CountryRegionId | LogisticsAddressCountryRegion | |
DataArea | DataArea | |
DirOrganizationBase_FK | DirOrganizationBase | |
DirPartyTable | DirPartyTable | |
DunsNumber_FK | DirDunsNumber | |
FSSAccount_RU | VendTable | |
LanguageId | LanguageTable | |
LanguageTable | LanguageTable | |
LogisticsAddressFormatHeading | LogisticsAddressFormatHeading | |
LogisticsElectronicAddress_Email | LogisticsElectronicAddress | |
LogisticsElectronicAddress_Fax | LogisticsElectronicAddress | |
LogisticsElectronicAddress_Phone | LogisticsElectronicAddress | |
LogisticsElectronicAddress_Telex | LogisticsElectronicAddress | |
LogisticsElectronicAddress_URL | LogisticsElectronicAddress | |
LogisticsLocation_PrimaryAddress | LogisticsLocation | |
OMLEInternalOrganization_FK | OMInternalOrganization | |
Partition | Partitions | |
PaymInstruction1 | PaymInstruction | |
PaymInstruction2 | PaymInstruction | |
PaymInstruction3 | PaymInstruction | |
PaymInstruction4 | PaymInstruction | |
TaxAuthority_RU | TaxAuthorityAddress | |
VATNum | TaxVATNumTable | |
WorkCalendarTable | WorkCalendarTable |
Top
Indexes
Index | AllowDuplicates | Enabled | Fields |
---|---|---|---|
CompanyNAFCodeIdx | Yes | No | |
Key | No | Yes | |
PaymInstructionIdx1 | Yes | Yes | |
PaymInstructionIdx2 | Yes | Yes | |
PaymInstructionIdx3 | Yes | Yes | |
PaymInstructionIdx4 | Yes | Yes | |
RecId | No | Yes | |
TaxAuthorityIdx_RU | Yes | Yes |
Top
Inheritance Hierarchy
xRecord Class
Common Table
DirPartyTable Table
DirOrganizationBase Table
OMInternalOrganization Table
CompanyInfo Table