Skip to main content
Follow-ups are the foundation of the SuperOffice diary. These entities are always tied to an associate and have some form of time reference. Follow-ups are part of a broader group of entities labeled activities: When working with follow-ups, data will often intersect with the following entities:

Owner

Associate acts as the owner of the follow-up. If you don’t assign an associate to the Associate property of the appointment, the current user will become the owner of the appointment and only one row will be added to the appointment table when the appointment is saved.

Create appointments

You can create an appointment at multiple levels of NetServer, for example web services and in CRMScript. For other options, see the linked “working with” sections at the bottom of this page.

Invitations

When two appointments have a shared text record and different status values it can be called an invitation.

Examples

Recurrence

A repeating follow-up is a series events scheduled to occur at regular intervals. For example, a weekly status meeting. A recurring appointment is stored in two parts: See also:

Example (SQL)

The system generates appointment records for all the recurrence instances:
Let’s look at the rule:
This recurrence rule has:
  • pattern = 2 (weekly) (corresponds to the radio-button choice in the dialog).
  • subPattern = 0 (none)
  • cyclicWeek = 1 = “every 1 week(s)“

Reference

Frequently used database fields

For a complete list of fields, see the database reference.

Appointment types

Appointment status

Timestamp values

Relevant invitation statuses

Frequency

A cycle is the number of days between each recurrence. The enum values correspond to what you see in the Pattern dialog.

Enum RecurrencePattern

Enum RecurrenceSubPattern

The sub-pattern should match the pattern. There is little error-checking if you mix the wrong set. You can set pattern = yearly and sub-pattern = dailyEveryDay and something strange will probably happen.

Weekdays

Enumeration flag values can be combined.

Week of month

How-tos by API