Skip to content

Codeunit WSB_ComplaintMgtCPR

Exposes procedures for managing registered complaints.

Properties

Name Value
Access Public

Methods

wgFncChangeComplaintStatus

Changes the status of a complaint to the specified status.

Parameters

Type Name Description
Record "WSB_ComplaintCPR" vRecComplaintCPR The complaint to edit the status for.
Enum "WSB_ComplaintStatusCPR" pStatus The new status.

wgFncReopenComplaint

Reopens the completed complaint.

Parameters

Type Name Description
Record "WSB_ComplaintCPR" vRecComplaintCPR The completed complaint to reopen.

wgFncRunComplaintOverviewReportForComplaint

Runs the "Complaint Overview" report for the specified complaint.

Parameters

Type Name Description
Record "WSB_ComplaintCPR" pRecComplaint The single complaint to run the report for.