Resolved! Difference between table . * and TABLE . none
Hey Team,When we create ACL's, we are asked for table name and column names. Please let me know what is the difference between TABLE_NAME . * and TABLE_NAME . None?
Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details
Hey Team,When we create ACL's, we are asked for table name and column names. Please let me know what is the difference between TABLE_NAME . * and TABLE_NAME . None?
On the CMS website users can access their own profile page, I need to have all the fields grayed out for anyone without admin role or higher … except "date format" & "Time Zone" fields - these users with any role can edit/update. Tried modifying ACL ...
should ACL script return true explicitly to grant access?will this below ACL return true if any of the condition satisify ? current.isNewRecord() || current.request.opened_by == gs.getUserID() || current.request.requested_for == gs.getUserID() || gs....
