ReqEventProcessKanban.addResultMap Method [AX 2012]

Adds kanban record IDs to the specified map.

protected void addResultMap(
    Map _map, 
    KanbanRuleRefRecId _kanbanRuleRefRecId, 
    KanbanRefRecId _kanbanRefRecId)

Run On

Called

Parameters

_map
Type: Map Class
A Map object to which to add data.
_kanbanRuleRefRecId
Type: KanbanRuleRefRecId Extended Data Type
The map key.
_kanbanRefRecId
Type: KanbanRefRecId Extended Data Type
The data to add to the map.

The map must be a insert result kanban, update result kanban, or a delete result kanban.

Community Additions

ADD
Show: