How to show only incidents created by currently logged in user?
Hi,I am in a scenario to show only logged-in user-created incidents. I tried it, but it is not working. Kindly help. if(current.sys_created_by == gs.getUserID()){ answer = true; } else{ false; } RegardsSuman P.
