📚 SAP Business One SDK Help

ApprovalRequestsService Object Members
See Also  Overview 

Public Methods

Public Method CancelApprovalRequestCancelApprovalRequest
Public Method GetAllApprovalRequestsListReturns all approval requests in your company.
Public Method GetApprovalRequestRetrieves an ApprovalRequest.

The approval request is specified by its key (WddCode), which is contained in the ApprovalRequestParams object passed to the method.

Public Method GetApprovalRequestListReturns approval requests of the logged-on user as authorizer.
Public Method GetDataInterfaceCreates an empty data structure. This means the structure contains the default settings/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates a data structure from a specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates a data structure from a specified XML string.
Public Method GetOpenApprovalRequestListReturns the open approval requests of the logged-on user as authorizer.
Public Method RestoreApprovalRequestRestoreApprovalRequest
Public Method UpdateRequestReply this ApprovalRequest with the approval decision.

See Also