ReqCalcTaskController.assignTask Method [AX 2012]

Assigns a task to a record.

Syntax

public boolean assignTask(ReqCalcTask _reqCalcTask)

Run On

Called

Parameters

  • _reqCalcTask
    Type: ReqCalcTask Table
    A ReqCalcTask record with the task that was assigned.

Return Value

Type: boolean
Always returns false.

Remarks

This method is obsolete.

See Also

Reference

ReqCalcTaskController Class