ShiftSummaryDetailEntity
| 📊 Overview: 2 Functions | 3 Getters |
Extends: Entity
🕐 Last updated: 2026-01-13T16:04:13.382Z
📑 Table of Contents
- ⚙️ Functions
- Regular Functions
- fillDowntimeSincePrevious 🖥️
- fillRealTimeOutputMachine (1 param) 🖥️
- Computed Attributes (Getters/Setters/Query/OrderBy)
- Status 🔍 →
Integer - StatusColor 🔍 →
Integer - StatusText 🔍 →
Text
- Status 🔍 →
- Regular Functions
- 🔗 Related Items
Functions
Regular Functions
fillDowntimeSincePrevious
[🖥️ local]
Function fillDowntimeSincePrevious
Calculates downtime since previous shift by accounting for production, planned downtime, and current downtime periods
fillRealTimeOutputMachine
[🖥️ local]
Function fillRealTimeOutputMachine($RealTimeMachinesEntity : cs.RealTimeMachinesEntity)
Populates RealTimeOutputMachine object from the given machine entity, excluding entity and selection references
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$RealTimeMachinesEntity | cs.RealTimeMachinesEntity | - | - |
Computed Attributes (Getters/Setters/Query/OrderBy)
Status
[🔍 get only, 🖥️ local]
Function get Status -> Integer
Returns status code based on works order dates (1=Finished, 2=Tool Change, 3=In Progress)
Returns: Integer
StatusColor
[🔍 get only, 🖥️ local]
Function get StatusColor -> Integer
Returns color indicating shift status (amber=Finished, light blue=Tool Change, green=In Progress)
Returns: Integer
StatusText
[🔍 get only, 🖥️ local]
Function get StatusText -> Text
Returns human-readable status text based on works order progress (“Finished”, “Tool Change”, or “”)
Returns: Text
Related Items
🗂️ Tables
- ShiftSummaryDetail - ORDA Entity class for ShiftSummaryDetail table
� Forms
- ShiftSummaries - Data source for ShiftSummaries form
Generated from ShiftSummaryDetailEntity.4dm