- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2015 01:07 PM
Hello,
Looking for some help. On the incident management screen, we have included a related list which extends to the task table (Time Worked). This would allow the ITIL users to put in time for any activity they are performing on the ticket to better capture their time they have put on it.
The issue that I am seeing is that ITIL users cannot see the "New" button to create a record in the extended list for time worked. I am thinking that it could be related to ACL but I have tried everything and cannot get the "New" to appear on the list. I can however see this button if I am logged in with admin privilleges.
This is not the case if ITIL users need to relate a ticket to an existing one they are working on. They have the option to add a new related incident. I was hoping that I can see the ACL and apply the similar concept to the task time worked but I cannot seem to find an option. Any help is appreciated.
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2015 02:11 PM
There are no ACLs for this table out-of-box so it ends up being a default deny where only admins can do anything with those records. You'll need to create a total of 6 ACLs for the 'task_time_worked' table...2 each for read, write, and create.
Read, Write, and Create should each have 2 ACLs like this granting the 'itil' role access:
task_time_worked (row/record level)
task_time_worked.* (all fields)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2015 02:11 PM
There are no ACLs for this table out-of-box so it ends up being a default deny where only admins can do anything with those records. You'll need to create a total of 6 ACLs for the 'task_time_worked' table...2 each for read, write, and create.
Read, Write, and Create should each have 2 ACLs like this granting the 'itil' role access:
task_time_worked (row/record level)
task_time_worked.* (all fields)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2020 02:31 PM
Question on this, do your recommended ACL changes above apply to Madrid? I created the 3 record ACLs as instructed but I don't see row level ACLs as an option on Madrid...
Thanks!
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2021 11:42 AM
and
so --None-- and *
You may have already figured this out, but maybe someone else needs the help 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2021 09:19 AM
Thanks