Which is the correct method to be used in Access Control scripts?
1) hasRole() and current.isNewRecord()
2) hasRole() and isNewRecord()
3) hasRole() and isNew()
4) hasRole() and record.isNew()