Help Resources

Help Resources

 

Base Event

Base Event Overview

The Base Event object type is a foundational object type in XPOR. It is designed to be inherited by other object types that need to interact with calendars and time‑related functions. By inheriting from Base Event, a new object automatically gains a set of properties that align with calendar behaviour, making it easy to display and manage events within the system.

Editing a Base Event in XPOR System Modeller

Base Event Properties
  • StartDate - Datetime Property. The date and time the event begins.
  • EndDate - Datetime Property. The date and time the event ends.
  • LastActionDate - Datetime Property. The most recent date an action was performed on the event.
  • NextActionDate - Datetime Property. The scheduled date for the next action.
  • RecurrenceInfo - Text Property. Text describing any recurrence pattern. Usually configured with a recurrence editor control.
  • EventDescription - Text Property. A brief description of the event.
  • CalendarContent - Text Property. Additional content to display in the calendar view.
  • ActionXFLow - Guid Property. A GUID linking to a XFlow that can be triggered by the event.
  • IsAllDay - Boolean Property. A boolean flag indicating whether the event lasts the entire day.

Subtables:

Base Event Interface

The interface form for a Base Event

Base Event Associations
  • System -
    • Contained By. Allowed Types - Calendar.
    • Contains. Allowed Types - Contact.


Inherited by this Help Resource