Staff GitHub

📊 Overview: 4 Functions

Extends: DataClass

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


📑 Table of Contents


Functions

Regular Functions

getUsingKeyfob

[🖥️ local]

Function getUsingKeyfob($ShowWarning : Boolean; $KeyFob : Text) -> $StaffEntity : cs.StaffEntity

Finds staff member by keyfob ID (prompts user if $KeyFob not provided), optionally shows warning if not found

Parameters:

Name Type Optional Description
$ShowWarning Boolean - -
$KeyFob Text - -

Returns: cs.StaffEntity


getCurrentUser

[🖥️ local]

Function getCurrentUser -> cs.StaffEntity

Returns the staff entity for the currently logged-in user from Storage

Returns: cs.StaffEntity


getNonArchived

[🖥️ local]

Function getNonArchived -> cs.StaffSelection

Returns selection of staff members that are not archived

Returns: cs.StaffSelection


newUsingEntry

[🖥️ local]

Function newUsingEntry -> cs.StaffEntity

Creates new staff member by displaying entry dialog for name, keyfob, email, and mobile information

Returns: cs.StaffEntity


🗂️ Tables

  • Staff - ORDA DataClass class for Staff table

� Forms


Generated from Staff.4dm


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