 |
TransactionV1Description Property |
If blank, defaults based on TransactionCode. Ignored if BasicInstallmentOption is Installment.
Created in Epic SDK V4.1.
Sometimes 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 Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As TransactionV1
Dim value As String
value = instance.Description
instance.Description = value
Property Value
Type:
String
Description As String.
RemarksThe descriptions corresonding to the transaction codes can contain variables that are enclosed with ampersands. Similar to Epic, when the Description is defaulted, these values are replaced with appropriate correspnding values based on the transaction. Unlike Epic, during Insert_Transaction SDK will even replace variables contained in manually entered custom description text.
Note |
---|
- Name - Description
- Length - 70
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - True
|
See Also