 |
BankBankIncludeSubaccounts Property |
Indicate if include the sub account for the title account selected. Ignored if the bank account is not a tile account with sub accounts.
Created in Epic SDK 2018.
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 Nullable<bool> BankIncludeSubaccounts { get; set; }
Public Property BankIncludeSubaccounts As Nullable(Of Boolean)
Get
Set
Dim instance As Bank
Dim value As Nullable(Of Boolean)
value = instance.BankIncludeSubaccounts
instance.BankIncludeSubaccounts = value
Property Value
Type:
NullableBoolean
BankIncludeSubaccounts As Boolean?.
Remarks If blank on insert, then defaults to false.
Note |
---|
- Name - BankIncludeSubaccounts
|
See Also