Browse Screen display rows conditionally
Posted: Wed Nov 28, 2018 7:52 am
How can I do this: Each user only sees his own entries but the globadmin and all users with the role "super" see all entries (of all users).
Code: Select all
SELECT * FROM customer
WHERE cus_employee_id = '#USER_ID#'
OR '#USER_GROUP_ID#' = ''
Code: Select all
nuDebug(nuHash());