Description
ApprovalRequestsService is a business object that manages the approval requests process in the SAP Business One environment.
This object enables users to do the following:
- Get an approval request from the approval process.
- Get a list of approval requests from the approval process.
- Get a list of open approval requests from the approval process.
- Update an approval request within the approval process.
- Get data interfaces.
Source table: OWDD.
Object Model
Remarks
From the SAP Business One application, you can do the following:
-
Approve draft documents in the Request for Approval window when you are reviewing messages in the Messages/Alert Overview window.
-
Approve draft documents in the Approval Decision Report window when you generate a report of the status of draft documents requiring approval.
Approving draft documents from the Request for Approval window:
- Choose Window --> Messages/Alert Overview. The Messages/Alert Overview window appears.
- To display the details of the message in the Request for Document Approval area, select the required message.
-
To open the Request for Approval window, click the link arrow.
-
In the Decision list, select your decision for the approval request.
-
Choose the Update button. An internal message is sent to the document originator regarding the approval.
Approving draft documents from the Approval Decision Report window:
-
Choose
. The Approval Decision Report - Selection Criteria window appears. -
To generate the report, choose the required criteria.
-
Choose the OK button. The Approval Decision Report window appears.
-
In the Answer column, select your decision for the approval request.
-
Choose the Update button. An internal message is sent to the document originator regarding the approval.
Example
Getting approval request details and the draft document (C#) | ||
---|---|---|
|
Approving a request (C#) | ||
---|---|---|
|