View Concurrent Requests with "Date Completed"
Hello,
If I search for concurrent requests by "Date Completed" under "Specific Request" it returns no rows, hence users are unable to locate and view concurrent requests.
strings -a $AU_TOP/forms/US/FNDRSRUN.fmb | grep Header
FDRCSID('$Header: APPSTAND.fmb 115.35 2008/04/17 08:34 mzasowsk ship $');
$Header: APPSTAND.fmb 115.35 2008/04/17 08:34 mzasowsk ship $
CFDRCSID('$Header: FNDRSRUN.fmb 115.197 2009/10/28 13:08 smadhapp ship $');
$Header: FNDRSRUN.fmb 115.197 2009/10/28 13:08 smadhapp ship $
When I perform the same search for concurrent requests using my user account and the exact same responsibility, navigation to the form, and parameters, the concurrent requests are found. Looking at the last query using Examine, I find that my query uses actual_completion_date in the where clause while the query for the other user shows request_date.