Make Concurrent Request Form more Efficient.
The Concurrent Request form is possibly the most used form in Oracle E Business Suite and probably the most unpleasant one. Throughout my implementations every business user (from a clerk to C Level managers) gives a black look when the report submission process is presented.
In order to enhance user experience and to reduce multiple steps we have developed and deployed following enhancements to the Concurrent Request Form.
Enhancement |
Steps Reduced/eliminated |
When the check box is selected the form/data is Refreshed after specified timer (2 seconds is suggested). The user deselect the check box as and when required. |
Reduces 8 to 9 Clicks or [Alt + r] on each request. Approximately 400+ unnecessary clicks per day. |
uses the cursor placement and rerun the request with same parameters, new request id and refreshes the form |
Reduces/Skips 8 Clicks and 5 Form Navigations on each run
|
although this functionality currently exists but if this is made available on the concurrent request form it eliminates few unnecessary steps. When used it takes user directly recent ran request LOV for selection |
Reduces/Skips 4 Clicks and 3 Form Navigations on each run
|
Most of the Users use Single Request Submission, they rarely use Request Sets. Therefore users suggested having separate buttons for both of them. If user Clicks on “Submit a New Request” Button it will directly open the new request form. |
Reduces/Skips 2 Clicks and 1 forms on each run
|