Systems.Core.Reports Entity
Namespace: Systems.Core
User-defined reports. Reports retrieve data from data sources and present it in a user-defined layout. Entity: Sys_Reports
Renames
Old name: Systems.Reporting.Reports
New name: Systems.Core.Reports
Version: 24.1.5.35
Case: 35911
Default Visualization
Default Display Text Format:
{Name}
Default Search Members:
Name
Name Data Member:
Name
Category: Settings
Show in UI: ShownByDefault
Track Changes
Min level: 0 - Do not track changes
Max level: 4 - Track object attribute and blob changes
Aggregate
An aggregate is a cluster of domain objects that can be treated as a single unit.
Aggregate Tree
Attributes
Name | Type | Description |
---|---|---|
DisplayText | string | Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object. |
Id | guid | |
LayoutFormat | string (32) nullable | Format specifier of the layout. Recognized by the application. Filter(multi eq) |
Name | string (254) | Multi-language report name. Required Filter(eq;like) |
Notes | string (512) nullable | Notes for this Report. |
ObjectVersion | int32 | The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking. |
OneRow | boolean | True means that report can be used for one-row forms only. False means that the report can be used for navigators only. Required Default(false) Filter(eq) |
QueryName | string (128) | The query on which the report is based. Required Filter(eq) |
ReportBinaryLayout | byte[] nullable | The printout layout, when the format requires binary storage. Alternative to Report_Layout. |
ReportLayout | string (max) nullable | The textual representation of the printout layout, when the format requires text representation. Alternative to Report_Binary_Layout. |
TemplateFilterXml | string (max) nullable | Specifies the filter condition, which must be satisfied in order for this report to be prioritized for printing as a template sub-report. null when the current report cannot be used as template sub-report. |
TemplatePriority | int32 nullable | Specifies the priority of the current report, relative to other reports. Used only when choosing which report to show as a template subreport, null otherwise. |
References
Name | Type | Description |
---|---|---|
DataSource | DataSources (nullable) | Report data source. If specified should be based on the query in Query_Name. null means that the report is based directly on the query. Filter(multi eq) |
Attribute Details
DisplayText
Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Type: string
Category: Calculated Attributes
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
Id
Type: guid
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown
LayoutFormat
Format specifier of the layout. Recognized by the application. Filter(multi eq)
Type: string (32) nullable
Category: System
Supported Filters: Equals, EqualsIn
Supports Order By: False
Maximum Length: 32
Show in UI: CannotBeShown
Name
Multi-language report name. Required
Filter(eq;like)
Type: string (254)
Category: System
Supported Filters: Equals, Like
Supports Order By: False
Maximum Length: 254
Show in UI: ShownByDefault
Notes
Notes for this Report.
Type: string (512) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 512
Show in UI: ShownByDefault
ObjectVersion
The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking.
Type: int32
Category: Extensible Data Object
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
OneRow
True means that report can be used for one-row forms only. False means that the report can be used for navigators only. Required
Default(false)
Filter(eq)
Type: boolean
Category: System
Supported Filters: Equals
Supports Order By: False
Default Value: False
Show in UI: ShownByDefault
QueryName
The query on which the report is based. Required
Filter(eq)
Type: string (128)
Category: System
Supported Filters: Equals
Supports Order By: False
Maximum Length: 128
Show in UI: ShownByDefault
ReportBinaryLayout
The printout layout, when the format requires binary storage. Alternative to Report_Layout.
Type: byte[] nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: CannotBeShown
ReportLayout
The textual representation of the printout layout, when the format requires text representation. Alternative to Report_Binary_Layout.
Type: string (max) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: ShownByDefault
TemplateFilterXml
Specifies the filter condition, which must be satisfied in order for this report to be prioritized for printing as a template sub-report. null when the current report cannot be used as template sub-report.
Type: string (max) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: ShownByDefault
TemplatePriority
Specifies the priority of the current report, relative to other reports. Used only when choosing which report to show as a template subreport, null otherwise.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
Reference Details
DataSource
Report data source. If specified should be based on the query in Query_Name. null means that the report is based directly on the query. Filter(multi eq)
Type: DataSources (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
API Methods
Methods that can be invoked in public APIs.
GetAllowedCustomPropertyValues
Gets the allowed values for the specified custom property for this entity object. If supported the result is ordered by property value. Some property value sources do not support ordering - in that case the result is not ordered.
Return Type: Collection Of CustomPropertyValue
Declaring Type: EntityObject
Domain API Request: GET
Parameters
customPropertyCode
The code of the custom property
Type: stringsearch
The search text - searches by value or description. Can contain wildcard character %.
Type: string
Optional: True
Default Value: nullexactMatch
If true the search text should be equal to the property value
Type: boolean
Optional: True
Default Value: FalseorderByDescription
If true the result is ordered by Description instead of Value. Note that ordering is not always possible.
Type: boolean
Optional: True
Default Value: Falsetop
The top clause - default is 10
Type: int32
Optional: True
Default Value: 10skip
The skip clause - default is 0
Type: int32
Optional: True
Default Value: 0
CreateNotification
Create a notification immediately in a separate transaction, and send a real-time event to the user.
Return Type: void
Declaring Type: EntityObject
Domain API Request: POST
Parameters
user
The user.
Type: UsersnotificationClass
The notification class.
Type: stringsubject
The notification subject.
Type: string
CreateCopy
Duplicates the object and its child objects belonging to the same aggregate. The duplicated objects are not saved to the data source but remain in the same transaction as the original object.
Return Type: EntityObject
Declaring Type: EntityObject
Domain API Request: POST
Business Rules
None
Front-End Business Rules
None
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Systems_Core_Reports?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Systems_Core_Reports?$top=10