Activities_NewLead
New person/record is added to the lead database
Columns
| Name | Type | Operators | Description |
| ActivityId [KEY] | String | Unique id of the activity. | |
| ActivityDate | Datetime | >,>=,=,<,<= | Datetime of the activity. |
| LeadId | Int | =,IN | Id of the lead associated to the activity. |
| CampaignId | Int | Id of the associated Smart Campaign, if applicable. | |
| PrimaryAttributeValueId | Int | Id of the primary attribute field. | |
| PrimaryAttributeValue | String | Value of the primary attribute. | |
| ListId | Int | = | Mirror column that can be used only as a filter. Will retrieve activities for all leads that are members of this static list. Not available when UseBulkAPI=true. |
| SourceType | String | ||
| FormName | String | ||
| ListName | String | ||
| SFDCType | String | ||
| LeadSource | String | ||
| CreatedDate | Date | ||
| APIMethodName | String | ||
| ModifyingUser | String | ||
| RequestId | String |