 |
DetailItemAllocationStructureGroupingID Property |
Unique identifier used to specify Allocation Structure Grouping.
Created in Epic SDK 2022 R2.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic int AllocationStructureGroupingID { get; set; }
Public Property AllocationStructureGroupingID As Integer
Get
Set
Dim instance As DetailItem
Dim value As Integer
value = instance.AllocationStructureGroupingID
instance.AllocationStructureGroupingID = value
Property Value
Type:
Int32
AllocationStructureGroupingID As Integer.
Remarks Note |
---|
- Name - AllocationStructureGroupingID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also