Codeunit 18123262 EOS Purchase Request Cues Mgt.
Codeunit 18123262 EOS Purchase Request Cues Mgt.
Methods
CalcAllOpenPurchRequests
procedure CalcAllOpenPurchRequests(): Integer
Calculates the total number of open purchase requests.
Parameters / Return Value
- Returns
Integer
CalcAllPurchReqToAppr
procedure CalcAllPurchReqToAppr(): Integer
Calculates the total number of purchase requests that need to be approved.
Parameters / Return Value
- Returns
Integer
CalcAllApprovedPurchReq
procedure CalcAllApprovedPurchReq(): Integer
Calculates the total number of approved purchase requests.
Parameters / Return Value
- Returns
Integer
CalcMyOpenPurchRequests
procedure CalcMyOpenPurchRequests(): Integer
Calculates the number of open purchase requests assigned to the current user.
Parameters / Return Value
- Returns
Integer
CalcMyPurchReqToAppr
procedure CalcMyPurchReqToAppr(): Integer
Calculates the number of purchase requests that need to be approved by the current user.
Parameters / Return Value
- Returns
Integer
CalcMyApprovedPurchReq
procedure CalcMyApprovedPurchReq(): Integer
Calculates the number of approved purchase requests for the current user.
Parameters / Return Value
- Returns
Integer
DrillDownAllOpenPurchRequests
procedure DrillDownAllOpenPurchRequests()
Opens a page displaying all open purchase requests.
DrillDownAllPurchReqToAppr
procedure DrillDownAllPurchReqToAppr()
This procedure filters all purchase requests that need approval and opens a page to display them.
DrillDownAllApprovedPurchReq
procedure DrillDownAllApprovedPurchReq()
Handles the drill down action for all approved purchase requests.
DrillDownMyOpenPurchRequests
procedure DrillDownMyOpenPurchRequests()
Handles the drill-down action for the user’s open purchase requests.
DrillDownMyPurchReqToAppr
procedure DrillDownMyPurchReqToAppr()
Handles the drill-down action for the user’s purchase requests that need approval.
DrillDownMyApprovedPurchReq
procedure DrillDownMyApprovedPurchReq()
Handles the drill-down action for the user’s approved purchase requests.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.