 |
ChartOfAccountChartOfAccountID Property |
Unique identifier used to specify the chart of account.
Created in Epic SDK 2019.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Configure.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.Configure.GeneralLedger (in ASI.TAM.API.Data.UI.Configure.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic int ChartOfAccountID { get; set; }
Public Property ChartOfAccountID As Integer
Get
Set
Dim instance As ChartOfAccount
Dim value As Integer
value = instance.ChartOfAccountID
instance.ChartOfAccountID = value
Property Value
Type:
Int32
ChartOfAccountID As Integer.
Remarks Note |
---|
- Name - ChartOfAccountID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also