Table of Contents

Systems.Monitoring.LicenseHistory View

Namespace: Systems.Monitoring

Historical licensing events for the instance. Entity: Dmv_License_History (Introduced in version 24.1.3.88)

Renames

Old name: Systems.Dmv.LicenseHistory
New name: Systems.Monitoring.LicenseHistory
Version: 24.1.5.35
Case: 35911

Default Visualization

Default Display Text Format:
{LicensingEvent}: {LicensingDate}
Default Search Members:
__
Category: DynamicViews
Show in UI: CannotBeShown

Aggregate

An aggregate is a cluster of domain objects that can be treated as a single unit.

Aggregate Tree

Attributes

Name Type Description
LicenseCode string (64) The code of the module or functionality, which is licensed. Required Filter(multi eq;like)
LicenseCount int32 The number of licenses given (+) or taken (-). Required Filter(eq;ge;le)
LicenseDescription string (max) Description of the license code. Required
LicenseEndDate date The date (inclusive), until the license is active. Required Filter(eq;ge;le)
LicenseScaleType string (64) Denotes whether the license supports counts, different from 0 and 1. Required
LicenseStartDate date The date (inclusive), from which the license is active. Required Filter(eq;ge;le)
LicensingDate date The date, when the license was issued. Required Filter(eq;ge;le)
LicensingEvent string (128) Unique licensing event key. Can be used to group all license codes given with a single licensing event. Required

Attribute Details

LicenseCode

The code of the module or functionality, which is licensed. Required Filter(multi eq;like)

Type: string (64)
Category: System
Supported Filters: Equals, Like, EqualsIn
Supports Order By: False
Maximum Length: 64
Show in UI: ShownByDefault

LicenseCount

The number of licenses given (+) or taken (-). Required Filter(eq;ge;le)

Type: int32
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

LicenseDescription

Description of the license code. Required

Type: string (max)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: ShownByDefault

LicenseEndDate

The date (inclusive), until the license is active. Required Filter(eq;ge;le)

Type: date
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

LicenseScaleType

Denotes whether the license supports counts, different from 0 and 1. Required

Type: string (64)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 64
Show in UI: ShownByDefault

LicenseStartDate

The date (inclusive), from which the license is active. Required Filter(eq;ge;le)

Type: date
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

LicensingDate

The date, when the license was issued. Required Filter(eq;ge;le)

Type: date
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

LicensingEvent

Unique licensing event key. Can be used to group all license codes given with a single licensing event. Required

Type: string (128)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 128
Show in UI: ShownByDefault

API

Domain API Query: https://demodb.my.erp.net/api/domain/odata/Systems_Monitoring_LicenseHistory?$top=10

Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Systems_Monitoring_LicenseHistory?$top=10