Share via


PlanActivityService.outputServiceDimensions Method

Gets the output product dimensions for the current PlanActivityService record.

Syntax

public InventDim outputServiceDimensions([KanbanJob _kanbanJob, boolean _createInDatabase])

Run On

Called

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    A kanban job from which to derive the dimensions; optional.
  • _createInDatabase
    Type: boolean
    A Boolean value that indicates whether the output dimension is to be stored in the database.

Return Value

Type: InventDim Table
An InventDim buffer that contains the output service dimensions.

Remarks

In the case that the service is marked to derive one or more dimensions from the output product, the kanban job parameter must be provided; otherwise, an error will be raised.

See Also

Reference

PlanActivityService Table