 |
DisbursementPayToTheOrderOfPayeeContactID Property |
Used to populate related properties with information of contact of specified ID. Ignored if voided or month locked posted or finalized.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic int PayToTheOrderOfPayeeContactID { get; set; }
Public Property PayToTheOrderOfPayeeContactID As Integer
Get
Set
Dim instance As Disbursement
Dim value As Integer
value = instance.PayToTheOrderOfPayeeContactID
instance.PayToTheOrderOfPayeeContactID = value
Property Value
Type:
Int32
PayToTheOrderOfPayeeContactID As Integer.
Remarks Note |
---|
- Name - PayToTheOrderOfPayeeContactID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also