Skip to main content
Activity information summary - number of free and busy activities. Carrier object for ActivitySummary.

Constructors

NSActivitySummary()

Initializes a new instance of the NSActivitySummary class.

Methods

GetNumBusyActivities()

Returns the number of activities and tasks in the diary that are of type ‘busy’.
Returns: CRMScript.Global.Integer - The number of activities and tasks in the diary of type busy.
Sales and documents are not activities in this case, only diary appointments and tasks.
Example:

GetNumFreeActivities()

Returns the number of activities of the type ‘free’.
Returns: CRMScript.Global.Integer - The number of activities of type free.
Sales and documents are not activities in this case, only diary appointments and tasks.
Example:

GetPercentageBusy()

Checks how much of the active work-day that is booked in appointments.
Returns: CRMScript.Global.Integer - How much of the active work-day that is booked in appointments. Example:

SetNumBusyActivities(Integer)

Sets the number of activities and tasks in the diary that are of type ‘busy’.
Returns: CRMScript.Global.Void
Sales and documents are not activities in this case, only diary appointments and tasks.
Example:

SetNumFreeActivities(Integer)

Sets the number of activities of the type ‘free’.
Returns: CRMScript.Global.Void
Sales and documents are not activities in this case, only diary appointments and tasks.
Example:

SetPercentageBusy(Integer)

Sets how much of the active work-day that is booked in appointments.
Returns: CRMScript.Global.Void Example: