 |
VoucherPayToTheOrderOfAccountLookupCode Property |
Lookup code for the account.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic string PayToTheOrderOfAccountLookupCode { get; set; }
Public Property PayToTheOrderOfAccountLookupCode As String
Get
Set
Dim instance As Voucher
Dim value As String
value = instance.PayToTheOrderOfAccountLookupCode
instance.PayToTheOrderOfAccountLookupCode = value
Property Value
Type:
String
PayToTheOrderOfAccountLookupCode As String.
Remarks Note |
---|
- Name - PayToTheOrderOfAccountLookupCode
- Lookup - VoucherPayToTheOrderOfAccount
- Auto Validated - True
- Ignored On Update - True
|
See Also