KanbanIcon.mapId Method [AX 2012]
Converts a list of kanban attributes to a single identifier that can be used in a map.
private str mapId(
Color _color,
LeanKanbanStatus _status,
boolean _express,
boolean _overdue)
Run On
CalledParameters
- _color
- Type: Color Extended Data Type
The lean schedule group color that applies to the kanban.
- _status
- Type: LeanKanbanStatus Enumeration
The kanban status.
- _express
- Type: boolean
The kanban express attribute.
- _overdue
- Type: boolean
The kanban overdue attribute.
Return Value
Type: strThe unique identifier for the attributes provided. It is created by converting all to string and concatenating them using a separator character in between.
Community Additions
ADD
Show: