ToolNoticeEntity GitHub

📊 Overview: 2 Functions 3 Getters

Extends: Entity

🕐 Last updated: 2026-01-13T16:04:13.577Z


📑 Table of Contents


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 formatted text showing when notice expires (manually deactivated, unlimited, or remaining tool changes)

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


🗂️ Tables

  • ToolNotice - ORDA Entity class for ToolNotice table
  • ToolNotice - ORDA DataClass class for ToolNotice table

� Forms


Generated from ToolNoticeEntity.4dm


This site uses Just the Docs, a documentation theme for Jekyll.