BankAccountTable Table
The BankAccountTable table contains account values that do not include dimension attribute values.
Configuration Key: Bank
Methods
Method | Description | |
---|---|---|
aosValidateDelete | Validates on the server that the specified record can be deleted from a table. (Inherited from xRecord.) | |
aosValidateInsert | Validates on the server that the specified record can be inserted. (Inherited from xRecord.) | |
aosValidateRead | Validates on the server that the specified record can be read. (Inherited from xRecord.) | |
aosValidateUpdate | Validates on the server that the specified record can be updated. (Inherited from xRecord.) | |
balanceCur | ||
balanceMST | ||
balances | ||
bankAccountOpenedIn_RU | ||
bankAccountValidation | ||
bankBIC_RU | ||
bankIsBranch_RU | ||
bankName_RU | ||
bankShortAddressing_RU | ||
baseBankName_RU | ||
baseBankShortAddressing_RU | ||
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.) | |
checkActiveDates | Indicates whether the date in the ActiveFrom field is after the date in the ActiveTofield. | |
checkBankNegInstExist | Indicates whether a bill of exchange or promissory note exists. | |
checkCanEnableAdvancedReconciliation | Checks whether the advanced reconciliation can be enabled. | |
checkCurrency | ||
checkDefault_LV | ||
checkInvalidFieldAccess | Gets and sets invalid field access. (Inherited from xRecord.) | |
checkIsActiveForAllTransactions | Indicates whether the BankAccountHoldStatus enumeration value is set to InactiveForAllTransactions. | |
checkLedgerDimension | Indicates whether the main account from the LedgerDimension class has been used on a different bank account. | |
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.) | |
company | Gets and sets the property that indicates a legal entity for the record. (Inherited from xRecord.) | |
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.) | |
context | Gets and sets the context property. (Inherited from xRecord.) | |
countryRegionId | Retrieves the country/region ID value of the bank account’s postal address. | |
data | Retrieves a row from the table. (Inherited from xRecord.) | |
dataSource | Retrieves the data source of the table. (Inherited from xRecord.) | |
dateLastReconciled | ||
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.) | |
enableAdvancedBankReconciliation | Performs an operation after enabling the advanced bank reconciliation. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from xRecord.) | |
existUnreconciledBankTransInClosedPeriod | Indicates whether there are any unreconciled bank transactions in the closing period. | |
existUnreconciledStatement | Indicates whether there are any reconciled statements. | |
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.) | |
getAllowRedefault | Returns the list of fields that are allowed to re-default. (Inherited from xRecord.) | |
getBalanceByDate | Gets the balance on the cutoff date. | |
getBankAccountBalanceCur | Gets the bank account balance in the currency of the bank account. | |
getBankAccountBalanceMST | Returns the bank account balance in the currency of the company. | |
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.) | |
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.) | |
initFromBankGroup | ||
initValue | Initializes field values in a new BankAccountTable record. | |
inputStatus | Sets or returns the current input status of the table buffer. (Inherited from xRecord.) | |
insert | Inserts a BankAccountTable record. | |
interactiveContext | Sets or returns the current interactive context of the table buffer. (Inherited from xRecord.) | |
isBankReconciliationEnabled | Indicates whether the bank reconciliation feature is enabled. | |
isBankStatementUsedAsPaymentConfirmation | Indicates whether the functionality for using a bank statement as payment confirmation is enabled. | |
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.) | |
isMatchAutoAfterImport | Indicates whether you must match automatically after a bank statement is imported. | |
isNewRecord | Returns true if the record is a new record that hasn't been persisted yet. (Inherited from xRecord.) | |
isPartOfUOWSaveChanges | (Inherited from xRecord.) | |
isPTTBankAccount | ||
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.) | |
lastCreatedNegInst | ||
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.) | |
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.) | |
postalAddress | ||
postCacheLoad | Is executed after data is hit from the cache for the select operation on the table. (Inherited from xRecord.) | |
postLoad | Is executed after a record is read. (Inherited from xRecord.) | |
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.) | |
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.) | |
remittedAmount | ||
remittedAmountMST | ||
renamePrimaryKey | ||
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.) | |
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.) | |
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.) | |
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.) | |
update | Updates a BankAccountTable record. | |
updateBankStatementAsPaymConfirm | Performs an operation after turning on or turning off the functionality for using a bank statement as payment confirmation. | |
usageCount | Retrieves the current number of references (the value of the reference counter) that the object has. (Inherited from xRecord.) | |
useExistingTempDBTable | (Inherited from xRecord.) | |
validateBankDocumentWhenInActiveBank | Validates the bank document agreement status to make sure that, if the bank account is closed, the related bank document agreement is not still open. | |
validateDelete | Determines whether the current record is valid and ready to be deleted from the database. (Inherited from xRecord.) | |
validateField | Determines whether the _fieldId field is valid. | |
validateFieldValue | (Inherited from xRecord.) | |
validateWrite | Validates the current bank record before it is written to the database. | |
validTimeStateUpdateMode | Sets a valid time state update mode on the cursor. (Inherited from xRecord.) | |
vendAccount_RU | ||
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.) | |
::accountNum | ||
::checkDefaultGiroBank_W | ||
::checkExist | Indicates whether the specified record exists in the BankAccountTable table and displays a message if the record does not exist. | |
::checkIsActive | Indicates whether the specified bank account is active. | |
::checkIsAdvancedBankReconEnabled | Validates whether a specified bank account is an enabled for advanced bank reconciliation. | |
::createExistingBankDocForAdvancedRecon | Creates the existing bank documents when advanced bank reconciliation is enabled. | |
::deployBankStatementService | Deploys the bank statement service. | |
::exist | ||
::existByCompany | Determines whether the specified record exists in the BankAccountTable table. | |
::find | ||
::findBankDocumentOfPaymentSent | Finds the LedgerJournalTrans record that is a possible electronic payment in sent status. | |
::findByCompany | Finds the specified record in the BankAccountTable table. | |
::findByLedgerDimension | ||
::findDefault_LV | ||
::findLedgerDimension | ||
::findOnAccountNum | ||
::isActive | Indicates whether the specified transaction date is in the period that is specified by the ActiveFrom and ActiveTo fields. | |
::isActiveForAllTransactions | Indicates whether the BankAccountHoldStatus status has the InactiveForAllTransactions enumeration value. | |
::isAdvancedBankReconciliationEnabled | Indicates whether advanced bank reconciliation is enabled for a specified bank account. | |
::isSingleCurrency | ||
::jumpRef | Adds the Go to Main Table Form command to the shortcut menu. | |
::lookupBankAccount | ||
::lookupBankReconEnabledBankAccount | Looks up the bank account that is enabled for advanced bank reconciliation. | |
::lookupGiroBank_W | ||
::name | ||
::regNum | ||
::remainRemittanceAmountMST | ||
::remittedCurrent | ||
::txtNotExist | Gets the message to use when a specific record in the BankAccountTable table does not exist. | |
::updateExistingBankDocForPaymentSent | Populates or removes the bank documents of an existing payment in sent status. |
Top
Fields
Field | Type | Configuration key | Description |
---|---|---|---|
AccountID | Extended Data Type: CompanyBankAccountId Type: String |
Bank | Bank account number |
AccountNameKana_JP | Extended Data Type: BankAccountNameKana_JP Type: String |
Bank | Kana name of the bank account. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
AccountNum | Extended Data Type: BankAccount Type: String |
Bank | The account number that is assigned by the bank |
ActiveFrom | Extended Data Type: UTCTimestamp Type: UtcDateTime |
None | Enter the date when the bank account becomes active and is available for new transactions |
ActiveTo | Extended Data Type: UTCTimestamp Type: UtcDateTime |
None | Enter the date when the bank account becomes inactive and is not available for new transactions |
BankAccountStatus | Enumeration: BankAccountHoldStatus |
None | Select whether the bank account is available to process transactions |
BankCIN | Extended Data Type: BankCIN Type: String |
None | Control internal number. |
BankClearingCode | Extended Data Type: BankClearingCode Type: String |
Bank | Control code of bank. |
BankCodeType | Enumeration: BankCodeType |
Bank | Code identifying the type of the routing number. |
BankCompanyStatementName | Extended Data Type: BankCompanyStatementName Type: String |
None | Your company name as you want it to appear on your bank statement. |
BankConstantSymbol | Extended Data Type: RefRecId Type: Int64 |
None | Identification of the constant symbol. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankContractAccount | Extended Data Type: GiroContractAccount Type: String |
BankElectronicBanking | Post account number |
BankDestinationName | Extended Data Type: BankDestinationName Type: String |
None | The name of the ACH or receiving point of an EFT transaction. |
BankGroupId | Extended Data Type: BankGroupId Type: String |
Bank | A group the bank can be attached to. Used for general information and grouping of accounts. |
BankInterbankClearingCode_BE | Enumeration: BankInterbankClearingCode_BE |
None | Interbank clearing code for Belgian national payments. |
BankMultiCurrency | Extended Data Type: BankMultiCurrency Type: Enum |
Bank | Allow posting currency other than account currency? |
BankPositivePayFormat | Extended Data Type: RefRecId Type: Int64 |
None | The name of the file format that is used to send a list of checks to the bank (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
BankPositivePayStartDate | Extended Data Type: StartDate Type: Date |
None | Checks dated on or after the positive pay start date will be included in the positive pay files (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
BankReconAllowedPennyDifference | Extended Data Type: BankReconAllowedPennyDifference Type: Real |
Bank | The maximum amount in difference allowed to match a statement line and a bank document. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankReconciliationEnabled | Extended Data Type: BankReconciliationEnabled Type: Enum |
Bank | If this check box is selected, the advanced bank statement reconciliation is activated for the bank account. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankReconciliationMatchRuleSet | Extended Data Type: BankReconciliationMatchRuleSetRefRecId Type: Int64 |
Bank | The matching rule set to run during reconciliation (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankReconciliationStmtAsPaymConfirm | Extended Data Type: BankReconciliationStmtAsPaymConfirm Type: Enum |
Bank | If the check box is marked, bank documents will be generated when the payment status of payment journal lines are changed to sent; and will be updated as received when bank documents are reconciled. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankReconMatchAutoAfterImport | Extended Data Type: BankReconciliationMatchAutoAfterImport Type: Enum |
Bank | If the check box is selected, a new reconciliation worksheet is created, and reconciliation occurs after importing the bank statements. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankReconMatchRuleManualMatch | Extended Data Type: BankReconciliationMatchRuleRefRecId Type: Int64 |
Bank | The matching rule that is used to select and mark a bank document when browsing the statement line in the reconciliation worksheet (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankReconMatchRuleManualReversal | Extended Data Type: BankReconciliationMatchRuleRefRecId Type: Int64 |
Bank | The matching rule that is used to select and mark reversal statement lines and its original statement lines (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankSortCode | Extended Data Type: BankSortCode Type: String |
BankElectronicBanking | Sort code to be used with BACS. |
BankStatementFormat | Extended Data Type: BankStatementFormatRefRecId Type: Int64 |
Bank | Bank statement format to be issued by bank accounts. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankStatementName | Extended Data Type: BankStatementName Type: String |
Bank | Bank name shown in bank statements; can be used to locate or verify the bank account after importing. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
BankSuffix | Extended Data Type: BankSuffix Type: String |
PaymMan | Suffix of the bank. |
BankTransferCode | Extended Data Type: BankTransferCode Type: String |
PaymMan | Code of drawer. The code is given by the bank. |
CellularPhone | Extended Data Type: PhoneMobile Type: String |
None | Mobile phone number |
CompanyPaymId | Extended Data Type: CompanyPaymId Type: String |
Bank | Bank or postal giro identification of the paying company. |
ContactPerson | Extended Data Type: PersonName Type: String |
None | Name of contact. |
CorrAccount_W | Extended Data Type: BankCorrAccount_W Type: String |
Bank | Correspondence bank account. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CurrencyCode | Extended Data Type: CurrencyCode Type: String |
None | Current currency code |
CurrencyOrder_TemplateName_RU | Extended Data Type: Filename Type: String |
None | Purchase of funds in hard currency template (Microsoft Office Word). (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CurrencySellOrder_TemplateName_RU | Extended Data Type: Filename Type: String |
None | Microsoft Office Word template for order for currency sale. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
CustomerPaymentFeeLedgerDimension | Extended Data Type: LedgerDimensionDefaultAccount Type: Int64 |
LedgerBasic | Ledger account for deposit fee. |
CustPaymFeePost | Extended Data Type: NoYesId Type: Enum |
None | Post fee of the deposit? |
dataAreaId | Extended Data Type: DataAreaId Type: String |
None | |
DebitDirectId | Extended Data Type: BankDebitDirectId Type: String |
Bank | Customer number of the company for debit direct. |
DefaultDimension | Extended Data Type: DimensionDefault Type: Int64 |
LedgerBasic | Default dimensions |
DiscCreditMaxMST | Extended Data Type: BankDiscCreditMaxMST Type: Real |
CustVendNegotiableInstrument | The maximum credit limit to use when discounting bills, in the accounting currency (0 = no maximum) |
DiscDelayNoticeDays | Extended Data Type: BankDiscNoticeDelayDays Type: Integer |
CustVendNegotiableInstrument | Time limit, in days, for feedback from the bank on payments. |
DivisionPaymId | Extended Data Type: BankDivisionPaymId Type: String |
None | Bank's or postal giro's division identification of the paying company. |
Extended Data Type: Email Type: String |
None | Internet e-mail address | |
FeeContractAccount | Extended Data Type: FeeContractAccount Type: String |
BankElectronicBanking | ESR account number. |
GiroContract | Extended Data Type: GiroContractNum Type: String |
BankElectronicBanking | ESR contract number. |
GiroContractAccount | Extended Data Type: GiroContractAccount Type: String |
BankElectronicBanking | ESR account number. |
IBAN | Extended Data Type: BankIBAN Type: String |
Bank | International bank account number. maximum of 34 alphanumeric characters. |
IncludeBankBarCode_FI | Extended Data Type: IncludeBankBarCode_FI Type: Enum |
CustGiro | Account included in the bank bar code? |
InvoiceRemitAmount | Extended Data Type: AmountCur Type: Real |
VendPromissoryNote | The amount in the transaction currency |
InvoiceRemittanceLedgerDimension | Extended Data Type: LedgerDimensionDefaultAccount Type: Int64 |
VendPromissoryNote | Default main account used for posting in ledger |
isBankPrenote | Extended Data Type: BankPrenote Type: Enum |
Prenotes | Select this check box if the bank requires prenotes for electronic transactions |
LedgerDimension | Extended Data Type: LedgerDimensionDefaultAccount Type: Int64 |
LedgerBasic | Default main account used for posting in ledger |
LedgerJournalNameId | Extended Data Type: LedgerJournalNameId Type: String |
CustBillOfExchange | Journal which will hold the generated remittance fees. |
Location | Extended Data Type: LogisticsLocationRecId Type: Int64 |
None | Reference field in a different table |
LvDefaultBank | Extended Data Type: LVDefaultBank Type: Enum |
None | Select the check box if the bank account is the default bank account for the selected currency (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
LvPayOrderType | Enumeration: LvPaymentOrderType |
None | The layout of payment order report. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
Name | Extended Data Type: Name Type: String |
None | Name of the bank. |
NsfFeeMarkupGroupId | Extended Data Type: CustNsfFeeMarkupGroupId Type: String |
Collections | Charges group that will be used when NSF payment transactions are created in the Collections form |
NsfFeeMarkupGroupModule | Extended Data Type: CustNsfFeeMarkupGroupModule Type: Enum |
Collections | Specify which module the charges group is attached to |
NsfLedgerJournalName | Extended Data Type: CustNsfJournalName Type: String |
Collections | Journal that will be used when NSF payment transactions are created in the Collections form |
OverDraftLimit | Extended Data Type: BankOverDraftLimit Type: Real |
None | Credit limit that the bank offers |
Pager | Extended Data Type: Pager Type: String |
None | Number of pager. |
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)) |
PaymForeignExportPath_LT | Extended Data Type: FilePath Type: String |
None | The path to export the foreign payments to the banking system (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PaymLocalExportPath_LT | Extended Data Type: FilePath Type: String |
None | The path to export the local payments to the banking system (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PaymManKeepIfRemovedFromBatch | Extended Data Type: NoYesId Type: Enum |
PaymMan | Keep the bank account number of the payment transaction if the transaction is removed from a remittance batch. |
PaymOrderNumSeqId_W | Extended Data Type: NumberSequenceCode Type: String |
None | Number sequence for payment order numbering (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
Phone | Extended Data Type: Phone Type: String |
None | Phone number of bank. |
PhoneLocal | Extended Data Type: PhoneLocal Type: String |
None | Employee's extension at work. |
PrenoteResponseDays | Extended Data Type: PrenoteResponseDays Type: Integer |
Prenotes | The number of days the bank requires to process the prenote |
PrintGiro_FI | Extended Data Type: PrintGiro_FI Type: Enum |
CustGiro | Print the account on the giro slip? |
RecId | Extended Data Type: RecId Type: Int64 |
None | |
recVersion | Extended Data Type: RecVersion Type: Integer |
None | |
RegistrationNum | Extended Data Type: BankRegNum Type: String |
Bank | Routing number of the bank. |
RemitCollectionAmount | Extended Data Type: AmountCur Type: Real |
CustBillOfExchange | The amount in the transaction currency |
RemitDiscountAmount | Extended Data Type: AmountCur Type: Real |
CustBillOfExchange | The amount in the transaction currency |
RemittanceCollectionLedgerDimension | Extended Data Type: LedgerDimensionDefaultAccount Type: Int64 |
CustBillOfExchange | Default main account used for posting in ledger |
RemittanceDiscountLedgerDimension | Extended Data Type: LedgerDimensionDefaultAccount Type: Int64 |
CustBillOfExchange | Default main account used for posting in ledger |
Rfc_MX | Extended Data Type: Rfc_MX Type: String |
None | RFC - Federal Tax Number. |
SMS | Extended Data Type: SMS Type: String |
None | E-mail address for sending SMS to a mobile phone. |
SpecificSymbol | Extended Data Type: SpecificSymbol Type: String |
None | Identifies the specific symbol for bank payments. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
SWIFTNo | Extended Data Type: SWIFTNo Type: String |
LedgerBasic | SWIFT code, also known as BIC (Bank Identifier Code). |
TeleFax | Extended Data Type: TeleFax Type: String |
None | Fax number of bank. |
Telex | Extended Data Type: Telex Type: String |
None | Telex number of the bank. |
TemplateFileName_RU | Extended Data Type: Filename Type: String |
None | Microsoft Office Word template for a payment order in currency. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
TransType_JP | Enumeration: BankTransType_JP |
Bank | Type of bank transaction. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
URL | Extended Data Type: URL Type: String |
None | WWW address for Internet homepage |
Top
Field Groups
Field Group | Fields |
---|---|
Administration | |
Activation | |
AutoReport | |
BankConstantSymbol | |
BankReconciliation | |
BankReconciliationAutomation | |
BankPositivePayFormat | |
AutoSummary | |
AutoLookup | |
BankAccountDetails | |
ContactInfo | |
NonSufficientFunds | |
Overview | |
PaymentManagement | |
PaymentOrder_W | |
BillOfExchange | |
Credit | |
Dimensions | |
Currency | |
Description | |
ExportPath_LT | |
Identification | |
GiroSlip_FI | |
Ledger | |
PurchaseOfFundsInHardCurrency_RU | |
Prenotes | |
TaxRegistration_MX | |
Setup | |
SWIFT | |
PaymentOrderInCurrency_RU |
Top
Relations
Relation | Table | Lines |
---|---|---|
AccountID | BankAccountTable | |
BankConstantSymbol | BankConstantSymbol | |
BankGroup | BankGroup | |
BankReconciliationMatchRuleManualMatch | BankReconciliationMatchRule | |
BankReconciliationMatchRuleManuaReversal | BankReconciliationMatchRule | |
BankReconciliationMatchRuleSet | BankReconciliationMatchRuleSet | |
BankStatementFormat | BankStatementFormat | |
Currency | Currency | |
CustomerPaymentFeeLedgerDimension | DimensionAttributeValueCombination | |
CustVendAifPaymTable | CustVendAifPaymTable | |
dataAreaId | DataArea | |
DefaultDimension | DimensionAttributeValueSet | |
InvoiceRemittanceLedgerDimension | DimensionAttributeValueCombination | |
LedgerDimension | DimensionAttributeValueCombination | |
LedgerJournalName_LedJourNameId | LedgerJournalName | |
LedgerJournalName_NsfLedJourName | LedgerJournalName | |
Location_FK | LogisticsLocation | |
MarkupGroup | MarkupGroup | |
NumberSequenceTable | NumberSequenceTable | |
Partition | Partitions | |
RemittanceCollectionLedgerDimension | DimensionAttributeValueCombination | |
RemittanceDiscountLedgerDimension | DimensionAttributeValueCombination |
Top
Indexes
Index | AllowDuplicates | Enabled | Fields |
---|---|---|---|
AccountIdx | No | Yes | |
BankConstantSymbolIdx | Yes | Yes | |
BankStatementFormatIdx | Yes | Yes | |
CustomerPaymentFeeLedgerDimensionIdx | Yes | Yes | |
DefaultDimensionIdx | Yes | Yes | |
InvoiceRemittanceLedgerDimensionIdx | Yes | Yes | |
LedgerDimensionIdx | Yes | Yes | |
RecId | No | Yes | |
RemittanceCollectionLedgerDimensionIdx | Yes | Yes | |
RemittanceDiscountLedgerDimensionIdx | Yes | Yes |
Top
Security Note
Use of this table could lead to an Elevation of Privileges attack or a Denial of Service attack. Therefore, the AOSAuthorization property is set to an enumeration value of CreateReadUpdateDelete. The Application Object Server authorizes each create, read, update, and delete action on the table by confirming that the current user has permission to perform the requested operation on that table. If the user who initiates the operation is not authorized to perform the operation, an exception occurs.
Top
Inheritance Hierarchy
xRecord Class
Common Table
BankAccountTable Table