Write ACL on the task table

Alon Grod
Tera Expert

How can I write advance write acl on the task table that only if the current login user = assigned to, he will be able to edit the task(RITM, INC etc)

20 REPLIES 20

pablo_itguy_pl
Mega Guru

Have you checked condition:

Assigned to || is (dynamic) || Me

 

Please note that changing ACL on task table will have huge impact on many other tables (those which extend from task).

@pablo_itguy_pl its not working and idk why

@Alon Grod  you still have to review and analyze other ACL that are running against this table. If there is any other ACL that is granting write access and logged user is evaluated positively against this ACL they will be able to "write".

AnveshKumar M
Tera Sage
Tera Sage

Hi @Alon Grod 

Try an Advanced ACL like the one shown in the screen shots with script field value as:

(gs.getUserID() == current.assigned_to)

 

AnveshKumarM_0-1694695186364.png

 

 

AnveshKumarM_1-1694695201231.png

 

 

Thanks,
Anvesh