Click or drag to resize

BankBankSubaccountNumberCode Property

The active bank sub account. If BankIncludeSubaccounts is set to true, then BankSubaccountNumberCode should be blank.

Created in Epic SDK 2018.

Sometimes Required

Namespace:  ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:  ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntax
public string BankSubaccountNumberCode { get; set; }

Property Value

Type: String
BankSubaccountNumberCode As String.
Remarks

Inorder to obtain the list of sub bank accounts that is associated to a parent bank account, use Get_Lookup with the ReconciliationBankBankAccount enum.

Note Note
  • Name - BankSubaccountNumberCode
  • Lookup - ReconciliationBankBankAccount
  • Auto Validated - True
  • Ignored On Update - True
See Also