 |
ActivityV1AssociatedToID Property |
When AccountTypeCode is LEAD, AssociatedToID is ignored and set to the AccountID value. Unique identifier used to specify item activity is associated with. Ignored if AssociatedToType is 'Account'. Ignored if AssociatedToGUID is supplied. AssociatedToID='AttachmentID' when using ActivityCode which is associated to an event of type Attachment.
Created in Epic SDK V4.1.
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 int AssociatedToID { get; set; }
Public Property AssociatedToID As Integer
Get
Set
Dim instance As ActivityV1
Dim value As Integer
value = instance.AssociatedToID
instance.AssociatedToID = value
Property Value
Type:
Int32
AssociatedToID As Integer.
Remarks Note |
---|
- Name - AssociatedToID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also