 |
BalanceTransferTransferToAccountLookupCode Property |
Transfer To Account Lookup Code
Created in Epic SDK 2022 R2.
Required
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic string TransferToAccountLookupCode { get; set; }
Public Property TransferToAccountLookupCode As String
Get
Set
Dim instance As BalanceTransfer
Dim value As String
value = instance.TransferToAccountLookupCode
instance.TransferToAccountLookupCode = value
Property Value
Type:
String
TransferToAccountLookupCode As String.
Remarks Note |
---|
- Name - TransferToAccountLookupCode
- Length - 10
- Required On Insert - True
- Required On Update - True
- Lookup - TransactionBalanceTransferAccount
|
See Also