ACL - current ?
I'm writing ACLs for TimeCards and here is the issue I faced: within ACL Script I want to log:gs.log('**** TimeCard.Sunday.acl.week_starts_on = '+current.week_starts_on);However value of current.week_starts_on is always different and unpredictable. S...