Table of Contents

Systems.Monitoring.PrintImages View

Namespace: Systems.Monitoring

Information about print sizes, grouped by document type and print type. Entity: Dmv_Print_Images (Introduced in version 24.1.0.15)

Renames

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

Default Visualization

Default Display Text Format:
{PrintoutLayoutName}: {TypeName}
Default Search Members:
__
Category: DynamicViews
Show in UI: ShownByDefault

Aggregate

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

Aggregate Tree

Attributes

Name Type Description
DocumentEntityName string (64) The entity name of the document type. Required Filter(eq;like) ORD
PrintoutLayoutName string (64) Printout layout name. Required Filter(eq;like) ORD
PrintsCount int32 Total number of prints. Required Filter(eq;ge;le) ORD
SizeMB decimal (12, 3) Total size of the print in megabytes. Required Filter(eq;ge;le) ORD
TypeName MultilanguageString (254) Name of the document type. Required Filter(eq;like) ORD
UnitSizeMB decimal (12, 3) Average print size in megabytes. Required Filter(eq;ge;le) ORD
Year string (30) The year to which the current data refers. Required Filter(eq;like) ORD Introduced in version 24.1.3.32

Attribute Details

DocumentEntityName

The entity name of the document type. Required Filter(eq;like) ORD

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

PrintoutLayoutName

Printout layout name. Required Filter(eq;like) ORD

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

PrintsCount

Total number of prints. Required Filter(eq;ge;le) ORD

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

SizeMB

Total size of the print in megabytes. Required Filter(eq;ge;le) ORD

Type: decimal (12, 3)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault

TypeName

Name of the document type. Required Filter(eq;like) ORD

Type: MultilanguageString (254)
Category: System
Supported Filters: Equals, Like
Supports Order By: True
Show in UI: ShownByDefault

UnitSizeMB

Average print size in megabytes. Required Filter(eq;ge;le) ORD

Type: decimal (12, 3)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault

Year

The year to which the current data refers. Required Filter(eq;like) ORD Introduced in version 24.1.3.32

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

API

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

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