ReqCalc.hasPreviousSchedulingError Method [AX 2012]

Determines whether an issue has a previous scheduling error.

public boolean hasPreviousSchedulingError(
    InventTransOriginId _issueInventTransOriginId, 
    InventTransRefId _issueRefId, 
    ReqRefType _issueRefType)

Run On

Called

Parameters

_issueInventTransOriginId
Type: InventTransOriginId Extended Data Type
The InventTransOriginId of the issue.
_issueRefId
Type: InventTransRefId Extended Data Type
The InventTransRefId of the issue.
_issueRefType
Type: ReqRefType Enumeration
The ReqRefType of the issue.

Return Value

Type: boolean
true if the issue has a previous scheduling error; otherwise, false.

Community Additions

ADD
Show: