|
SG-9467 CLONE - Reservation Requests - records with empty Vehicle field disappear from the list when DEPTSEC =ON |
|
|
Description |
|
|
Reservation requests where the vehicle field is left empty disappear from the user's list view on the screen Reservation requests WSCREQ screen when DEPTSEC =ON . The reason seems to be the condition EXISTS (SELECT 1 FROM r5departmentsecurity WHERE dse_user ='USER1' AND dse_mrc = COALESCE(obj_loaneddept, obj_mrc) at the end of the grid query. Steps to reproduce # Install parameters - DEPTSEC = ON # User setup | Department Security - add all departments for your user. # Reservation requests - add a record with required values, leave vehicule empty # Reservation requests - list view grid does not display the record added. Current behavior - records with empty Vehicle field disappear from the list when DEPTSEC =ON Expected behavior - records with empty Vehicle displayed in list when DEPTSEC =ON |
|