Resolved! should ACL script return true explicitly to grant access?
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....