KanbanJobIcon.mapId Method [AX 2012]

Converts a list of kanban job attributes to a single identifier that can be used in a map.

private str mapId(
    Color _color, 
    LeanKanbanJobStatus _status, 
    boolean _express, 
    boolean _overdue)

Run On

Called

Parameters

_color
Type: Color Extended Data Type
The lean schedule group color that applies to the kanban job.
_status
Type: LeanKanbanJobStatus Enumeration
The kanban job status.
_express
Type: boolean
The kanban express.
_overdue
Type: boolean
The kanban job overdue.

Return Value

Type: str
The unique identifier for the attributes provided.

The unique identifier is created by converting each parameter to a string. They are then concatenated, with a delimiting character in between.

Community Additions

ADD
Show: