HAM - Task CI - Asset Action security constrains dependent on Task Type Reference Record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 03:49 AM
Hello community, I am in need of your advice.
We have the following scenario:
1. List Edit for Incident table is restricted via an ACL - incident.* that seals the edit of all fields. This is done in order to prevent list edit on the table except for the cases where a more specific field level ACL is declared.
2. There is a need to use Asset Action (field on task_ci, this is part of HAM Pro) but for some reason and based on some behind the scene magic(I think) the asset_action field list edit operation is dependent on the incident.* restriction and also the more specific ACL declaration on the task_ci.asset_action level doesn't take precedence overt the more generic condition from incident level (this is an educated guess because there is no direct link between the tables, task_ci is not extended from any other table)
Any advice is appreciated. Thanks
*One solution would be to seal incident fields with specific field ACLs but this Is Not The Way