Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IActivity

Used by saveActivity and registerSaveActivity to create and update activities in CRM.

Normally these are used to store notes and dispositions of interactions. These activities should contain as much information as possible about the interaction the produced them.

Hierarchy

  • IActivity

Index

Properties

Optional callDurationInMinutes

callDurationInMinutes: number

Optional callResult

callResult: string

description

description: string

Optional dueDate

dueDate: Date

Optional email

email: string

Optional end

end: Date

id

id: string

interactionDirection

interactionDirection: INTERACTION_DIRECTION_TYPES

Optional location

location: string

Optional phoneNumber

phoneNumber: string

priority

Optional private

private: boolean

Optional relatedTo

relatedTo: IRecord

Optional start

start: Date

status

subject

subject: string

type

Generated using TypeDoc