Acl for fields on record producer

Primm
Tera Contributor

Hello,

 

I tried creating a catalog ui policy to make fields on a record producer I created be for only the submitter to edit. But that didn't work. So I'm trying to go the ACL route. I'm not sure how to do it correctly. Do I create a read or write acl to make sure only the submitter of the record can edit the field? 

 

The field that I have is a Due Date field. That the submitter should only be able to edit.

 

I have another field called Review Due Date, that only a assigned user or group should be able to edit.

 

Thanks for any assistance.

1 ACCEPTED SOLUTION

SunilKumar_P
Giga Sage

Hi @Primm, Record Producer is different from table. If you are talking about the record producer (before submission), then you can try with Catalog UI Policies or Client Scripts to make a variable readonly but if you are talking about the Table field after the record producer is submitted, then you can try with ACL. User should have read access and write access. Unless read access is granted, you cannot update the field.

 

Regards,

Sunil

View solution in original post

2 REPLIES 2

SunilKumar_P
Giga Sage

Hi @Primm, Record Producer is different from table. If you are talking about the record producer (before submission), then you can try with Catalog UI Policies or Client Scripts to make a variable readonly but if you are talking about the Table field after the record producer is submitted, then you can try with ACL. User should have read access and write access. Unless read access is granted, you cannot update the field.

 

Regards,

Sunil

SanjivMeher
Kilo Patron
Kilo Patron

In record producer, due date is mapped to which field of the target record on which table?

You need to update the ACL of that table to allow submitter or 'opened by' if it is a task table to be able to give submitted access to edit.


Please mark this response as correct or helpful if it assisted you with your question.