Click or drag to resize

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
Syntax
public string Description { get; set; }

Property Value

Type: String
Description As String.
Remarks

The 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 Note
  • Name - Description
  • Length - 70
  • Accepts Multiple Lines - False
  • Required On Insert - False
  • Required On Update - True
See Also