PlanActivityServiceFindCache.exist Method [AX 2012]

Checks if a rule exists in the cache.

public boolean exist(KanbanJob _kanbanJob, [container _searchId])

Run On

Called

Parameters

_kanbanJob
Type: KanbanJob Table
The kanban job for which we are doing the check.
_searchId
Type: container
The identificator to search for, optional.

Return Value

Type: boolean
true if the rule exists; otherwise, false.

Community Additions

ADD
Show: