Name | Description | Type | Additional information |
---|---|---|---|
ExternalActivityKey |
The UniqueIdentifier for the External Activity Record. |
globally unique identifier |
None. |
ExternalActivityTypeKey |
Optional. Uniqueidentifier. Our key to the type. Required unless LegacyActivityTypeKey is supplied. |
globally unique identifier |
None. |
LegacyActivityTypeKey |
Optional. Nvarchar(100). The caller’s key to the type. Required unless ActivityTypeKey is supplied. If supplied, used to lookup ActivityTypeKey in ActivityTypeRef. |
string |
None. |
ContactKey |
Optional. Uniqueidentifier. Our key to the contact affected. Required unless LegacyContactKey is supplied. |
globally unique identifier |
None. |
LegacyContactKey |
Optional. Nvarchar(100). The caller’s key to the contact affected. Required unless ContactKey is supplied. If supplied, used to lookup ContactKey in Contact. |
string |
None. |
ActivityDateTime |
Required. Datetime. The date and time the activity occurred. |
date |
None. |
ActivityTitle |
Required. nvarchar(500). The title of the activity. |
string |
None. |
ActivityDetails |
Optional. nvarchar(max). Any details the caller wants to include to describe the activity. |
string |
None. |
ActivityUrl |
Optional. nvarchar(500). An absolute URL linking to the caller’s view of the activity |
string |
None. |
LegacyActivityKey |
Optional. nvarchar(100).The caller’s key to the activity. Used for future updates and deletes. |
string |
None. |
Date1 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
Date2 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
Date3 |
Optional. Datetime. A date and time that is associated with the activity and defined by the type. |
date |
None. |
Number1 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
Number2 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
Number3 |
Optional. decimal(12,2). A numeric value that is associated with the activity and defined by the type. |
decimal number |
None. |
Text1 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
Text2 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |
Text3 |
Optional. nvarchar(max). A string value that is associated with the activity and defined by the type. |
string |
None. |