- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2019 01:10 AM
Hi,
I have created a new field on incident form, its a normal date/type field called "callback due date", the only thing customized by me with it, is 2x UI Policy: one to make it mandatory field when status is awaiting, the other to prevent date to be in the past; and also a business rule which prevents this date to be in the past on a list view. There are no ACLs on that field.
The problem that i have, is that a non-admin users (service desk mainly) cant select this field on a list view from personalize list slushbucket. Its not there on available list.
So, i have added that field as an admin, on the views they are using, by List Layout. Its there now, for them, in selected list. But, whenever they remove it from selected, its not appearing back on available slushbucket, it disappears again and adding it by themselves is no longer possible. So i have to add it again as admin.
Hence my two question:
1) why this field is not on available slushbucket list for non-admins?
2) why when admin adds it by list layout, for service desk views they are using, and when they remove it from selected, it disappears entirely and is no longer there on available list?
Anyone here have a clue why is that?
KINGSTON version
Picture: Callback due date was added by me to list layout.
Picture 2: as service desk agent. I have removed that field from selected and its not longer even on available list.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019 11:18 AM
Hi Szymon,
Check the Security Rules for the Incident table. Probably there is an add_to_list rule that prevents this field to be visible in the slushbucket for users.
Open any incident, then click the Additional actions menu and go to Configure>Security Rules
Group the list by Operation to see if there are any add_to_list rules.
There are a few options to check:
1. Check if you have any .* or .none overall rules on the Incident table or on the Task table. If yes, then this is the rule that prevents this field to be visible in slushbucket.
2. If point 1 is yes, then either deactivate this rule or create a field-specific rule to mask the overall one. This way you will enable this field to be available in slushbucket. Create this rule without any role so that it will not be filtered out.
Hope this helped.
Best regards,
Łukasz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019 10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 12:37 AM
Tried that @Jaspal Singh but it didnt help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019 11:18 AM
Hi Szymon,
Check the Security Rules for the Incident table. Probably there is an add_to_list rule that prevents this field to be visible in the slushbucket for users.
Open any incident, then click the Additional actions menu and go to Configure>Security Rules
Group the list by Operation to see if there are any add_to_list rules.
There are a few options to check:
1. Check if you have any .* or .none overall rules on the Incident table or on the Task table. If yes, then this is the rule that prevents this field to be visible in slushbucket.
2. If point 1 is yes, then either deactivate this rule or create a field-specific rule to mask the overall one. This way you will enable this field to be available in slushbucket. Create this rule without any role so that it will not be filtered out.
Hope this helped.
Best regards,
Łukasz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 12:40 AM
Thanks @Lukasz Bojara. That was the case. someone before me added task.* ACL on add_to_list and made a few separate incident.<field> add to list, which i didn't notice
So i only had to add my field to that too.