• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"SystemEvents"

Some tooltip text!
• 5 minutes to read
 • 5 minutes to read

This provider name is implemented by the class SuperOffice.CRM.ArchiveLists.SystemEventsProviderBase inside NetServer's SODatabase assembly.

Provider base for system events.

Supported Entities

Name Description
"systemevent" [systemevent]

Supported Columns

Name Restriction Description OrderBy
getAllRows bool GetAll: Get all rows of archive - use with care, you may be fetching the whole database
getNoRows bool GetNone: Do not get any rows from the archive
SystemEvent_id int ID: Primary key x
scope int Scope: Scope of system event x
type string Type: Type of system event x
owner int Owner: The owner of this system event x
eventkey string Key: Identifier x
eventname string Event: Name of system event x
status string Status: Status of the event x
eventmess string Message: Message to display if this event occurs x
extrainfo int Extra Info: Extra information x
eta datetime Finished: Expected finish x
registered date Activated: When the event was registered x
updatedCount int Updated count: Number updated x
registered_associate_id/firstName string Activated by - First name: Displays the contact's first name x
registered_associate_id/lastName string Activated by - Last name: Displays the contact's last name x
registered_associate_id/middleName string Activated by - Middle Name: Displays the contact's middle name. x
registered_associate_id/fullName string Activated by - Full name: Displays full name of user (first, middle, last - according to settings) x
registered_associate_id/contactId int Activated by - Company ID: Database ID of the company the user belongs to
registered_associate_id/personId int Activated by - Contact ID: Database ID of the contact row
registered_associate_id/mrMrs string Activated by - Mr/Ms: Displays whether the contact is addressed as Mr or Ms x
registered_associate_id/title string Activated by - Title: Displays whether the contact is addressed as Mr or Ms x
registered_associate_id/associateDbId associate Activated by - ID x
registered_associate_id/contactName string Activated by - Owning company: Name of the company the user belongs to x
registered_associate_id/contactDepartment string Activated by - Owning department: Name of the department at the company the user belongs to x
registered_associate_id/usergroup userGroup Activated by - Primary group: The user's primary user group x
registered_associate_id/contactFullName string Activated by - Owner: Name and department of the company the user belongs to x
registered_associate_id/contactCategory listAny Activated by - Category: Category x
registered_associate_id/role listAny Activated by - Role: Role x
registered_associate_id/assocName associate Activated by - User ID: User ID x
registered_associate_id/assocTooltip string Activated by - Description: Description
registered_associate_id/assocType listAny Activated by - Type: Type of user: associate, external user, system user, anonymous account x
registered_associate_id/ejUserId int Activated by - Service user ID: The database ID of a Service user
registered_associate_id/simultaneousEjUser bool Activated by - Simultaneous Service user: If this flag is set, then the user will only have access if the maximum number of simultaneous users is not exceeded
registered_associate_id/ejDisplayName string Activated by - Nick name: User's nick name in Service x
registered_associate_id/ejStatus int Activated by - Service status: Status for Service user: Normal; Unavailable / holiday; Deleted; Read-only
registered_associate_id/credentialType None Activated by - Auth. type: What type of credentials to use when this user logs in x
registered_associate_id/credentialDisplayValue None Activated by - Auth. value: Credential value (public, visible part) to be used when this user logs in x
registered_associate_id/isActive bool Activated by - Active: Is this user active, and should be able to log in? x
registered_associate_id/isActiveText bool Activated by - Active status: Is this user active, and should be able to log in? x
registered_associate_id/portraitThumbnail None Activated by - Person image: Person image
registered_associate_id/otherGroups userGroup Activated by - Other groups: Other groups
registered_associate_id/userName string Activated by - User name: User name x
registered_associate_id/personEmail string Activated by - E-mail x
registered_associate_id/locationAddress string Activated by - Location: Location x
registered_associate_id/isLocation bool Activated by - Is a location: Is a location x

Sample

GET /api/v1/archive/SystemEvents?$select=registered_associate_id/lastName,registered_associate_id/contactName
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

See also: IArchiveAgent.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top