Click or drag to resize

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
Syntax
public int AssociatedToID { get; set; }

Property Value

Type: Int32
AssociatedToID As Integer.
Remarks
Note Note
  • Name - AssociatedToID
  • Is Identity - True
  • Required On Insert - False
  • Required On Update - False
See Also