Skip to content

Latest commit

 

History

History
87 lines (61 loc) · 2.95 KB

Systems.Dmv.Licenses.md

File metadata and controls

87 lines (61 loc) · 2.95 KB
uid
Systems.Dmv.Licenses

Systems.Dmv.Licenses View

Namespace: Systems.Dmv

The currently active licenses for the instance. Entity: Dmv_Licenses (Introduced in version 24.1.3.66)

Default Visualization

Default Display Text Format:
{LicenseCode}: {LicenseDescription}
Default Search Members:
__
Category: Views
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) Introduced in version 24.1.3.88
LicenseCount int32 The current count (as of now) of active licenses. Required Filter(eq;ge;le) Introduced in version 24.1.3.88
LicenseDescription string (max) Description of the license code. Required Introduced in version 24.1.3.88
LicenseScaleType string (64) Denotes whether the license supports counts, different from 0 and 1. Required Introduced in version 24.1.3.88

Attribute Details

LicenseCode

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

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

LicenseCount

The current count (as of now) of active licenses. Required Filter(eq;ge;le) Introduced in version 24.1.3.88

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

LicenseDescription

Description of the license code. Required Introduced in version 24.1.3.88

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

LicenseScaleType

Denotes whether the license supports counts, different from 0 and 1. Required Introduced in version 24.1.3.88

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

API

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

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