 |
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
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As ActivityV1
Dim value As String
value = instance.Description
instance.Description = value
Property Value
Type:
String
Description As String.
RemarksThe 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 |
---|
- Name - Description
- Length - 125
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - True
|
See Also