Fields in extended "Task" table became read-only w/o UI policy direction.

C_dric Chen
Tera Contributor

Greetings, everyone.

Long story short: I extended the "Task" table for my app. When I impersonate another user, some of the fields that came from the "Task" table became read-only, even though none of them are affected by any UI policies.

find_real_file.png

As illustrated above, none of these fields are affected by any UI policies. The only automation is a flow that automatically populates the "Due Date" field.

find_real_file.png

For unknown reason, these fields inside the red rectangle became read-only when I impersonate another user. This is strange, because I've defined the roles in such a way that all users who have access to this extended "Task" table should have read/write access to this table. (The "Project Lead" and "Additional Assignees" fields are rendered read-only by a UI policy.)

Does anyone have any ideas?

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

Hey,

These fields are read only due to ACL on Task table, please override them by adding Write ACL of your own on your extended table and also field specific ACls

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

Best Regards
Aman Kumar

View solution in original post

4 REPLIES 4

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Please check ACL then, enable Security debugger and see which ACL is affecting, Mark my answer as correct if that helps.

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

Aman Kumar S
Kilo Patron

Hey,

These fields are read only due to ACL on Task table, please override them by adding Write ACL of your own on your extended table and also field specific ACls

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

Best Regards
Aman Kumar

C_dric Chen
Tera Contributor

Problem solved! Thank you, both of you.

@Cédric Chen 

Glad that it worked out for you.

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

Best Regards
Aman Kumar