Click or drag to resize

ActivityV1Description Property

If blank on Insert, then defaults based on the activity code.

Created in Epic SDK V4.1.

Sometimes Required

Namespace:  ASI.TAM.API.Data.UI.Activity
Assembly:  ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.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 activity 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 associated item. Unlike Epic, during Insert_Activity, Insert_GeneralLedger_Activity, Update_Activity and Update_GeneralLedger_Activity, SDK will even replace variables contained in manually entered custom description text.

Note Note
  • Name - Description
  • Length - 125
  • Accepts Multiple Lines - False
  • Required On Insert - False
  • Required On Update - True
See Also