Share via


PlanActivityService::findKanbanJob Method

Finds a PlanActivityService record for a specific kanban job.

Syntax

client server public static PlanActivityService findKanbanJob(
    KanbanJob _kanbanJob, 
   [boolean _useCache, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    The KanbanJob record for which the service will be matched.
  • _useCache
    Type: boolean
    A Boolean value that indicates whether caching must be used.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: PlanActivityService Table
A PlanActivityService for the kanban job; otherwise, an empty buffer.

Remarks

The caching is not per kanban job, but per combination of activity, item, and item dimensions.

See Also

Reference

PlanActivityService Table