VendDocumentLineMap.editReasonComment Method [AX 2012]
Gets and sets the reason comment using a ReasonCodeMap object.
public ReasonComment editReasonComment(boolean _set, ReasonComment _reasonComment)
Run On
CalledParameters
- _set
- Type: boolean
a Boolean value that specifies whether the reason comment is set.
- _reasonComment
- Type: ReasonComment Extended Data Type
The new reason comment the when _set parameter is true.
Return Value
Type: ReasonComment Extended Data TypeThe reason comment of the record in the ReasonTableRef table.
Community Additions
ADD
Show: