 |
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: 2020.1.0.523
Syntaxpublic string BankSubaccountNumberCode { get; set; }
Public Property BankSubaccountNumberCode As String
Get
Set
Dim instance As Bank
Dim value As String
value = instance.BankSubaccountNumberCode
instance.BankSubaccountNumberCode = value
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 |
---|
- Name - BankSubaccountNumberCode
- Lookup - ReconciliationBankBankAccount
- Auto Validated - True
- Ignored On Update - True
|
See Also