 |
DetailItemAllocationMethodID Property |
Unique identifier used to specify Allocation Method.
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 AllocationMethodID { get; set; }
Public Property AllocationMethodID As Integer
Get
Set
Dim instance As DetailItem
Dim value As Integer
value = instance.AllocationMethodID
instance.AllocationMethodID = value
Property Value
Type:
Int32
AllocationMethodID As Integer.
Remarks Note |
---|
- Name - AllocationMethodID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also