ToolNoticeEntity
| 📊 Overview: 2 Functions | 3 Getters |
Extends: Entity
🕐 Last updated: 2025-12-10T11:45:24.464Z
📑 Table of Contents
- ⚙️ Functions
- Regular Functions
- displayWorkOrders 🖥️
- deactivate 🖥️
- Computed Attributes (Getters/Setters/Query/OrderBy)
- ActiveUntilText 🔍 →
Text - IsActive 🔍 →
Boolean - RemainingRuns 🔍 →
Integer
- ActiveUntilText 🔍 →
- Regular Functions
- 🔗 Related Items
Functions
Regular Functions
displayWorkOrders
[🖥️ local]
Function displayWorkOrders
Displays list of works orders started while this tool notice was active
deactivate
[🖥️ local]
Function deactivate
Deactivates this tool notice after permission check, locking, and user confirmation
Computed Attributes (Getters/Setters/Query/OrderBy)
ActiveUntilText
[🔍 get only]
Function get ActiveUntilText -> Text
Returns: Text
IsActive
[🔍 get only]
Function get IsActive -> Boolean
Returns true if notice is active and has remaining runs (or unlimited runs with RunsActiveFor=-1)
Returns: Boolean
RemainingRuns
[🔍 get only]
Function get RemainingRuns -> Integer
Returns number of remaining work orders before notice expires, 0 if unlimited (RunsActiveFor=-1)
Returns: Integer
Related Items
🗂️ Tables
- ToolNotice - ORDA Entity class for ToolNotice table
� Related Classes
- ToolNotice - ORDA DataClass class for ToolNotice table
� Forms
- ToolManager - Data source for ToolManager form
Generated from ToolNoticeEntity.4dm