 |
ActivityV1GeneralLedgerItemIDForAssociatedToID Property |
Unique identifier used to specify the general ledger item ID. (e.g. receipt ID/disbursement ID etc.)
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntaxpublic int GeneralLedgerItemIDForAssociatedToID { get; set; }
Public Property GeneralLedgerItemIDForAssociatedToID As Integer
Get
Set
Dim instance As ActivityV1
Dim value As Integer
value = instance.GeneralLedgerItemIDForAssociatedToID
instance.GeneralLedgerItemIDForAssociatedToID = value
Property Value
Type:
Int32
GeneralLedgerItemIDForAssociatedToID As Integer.
Remarks Note |
---|
- Name - GeneralLedgerItemIDForAssociatedToID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also