- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 01:25 AM
Hi,
I selected (via configuring activities) extra (custom) fields in the Filter activity. But when changing the specific field it won't show up in Activities. Still using UI16 on Tokyo release.
Any thoughts?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 02:21 AM - edited 09-25-2023 02:35 AM
In this example:
I got a custom field "u_example" its type "string" in change_request table.
I have it added in and checked in the Activity filter. When I change the field it does not give information that the field is changed in Activities field.
EDIT: Found the solution, in the custom field under attributes I added: "audit=true"
When setting the option Audit on true with the choicelist true or false did not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 01:33 AM
Hi @Mike Strik
Is it for a specific user or all users. If it is for a specific user check his preference. Try the following,
- Ask the user to uncheck and check (assignment group) field from the filter icon on the incident that is not appearing, this will update the user preference <tablename>.activity.filter and will add <missing field>, true Admin can do that too for the user by impersonating the user.
- If you want all users to see specific fields in the activity stream create user preference with these details:
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 02:03 AM - edited 09-25-2023 02:09 AM
Its for every user, and there are no user preference filters set.
Uncheck and check will make a updated user preference but still not showing the added fields in Activities field.
EDIT: Also tried "Äudit=true" on the specific field at "System Definition -> Dictionary".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 02:16 AM
@Mike Strik What is the field name and table the issue is with?
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 02:21 AM - edited 09-25-2023 02:35 AM
In this example:
I got a custom field "u_example" its type "string" in change_request table.
I have it added in and checked in the Activity filter. When I change the field it does not give information that the field is changed in Activities field.
EDIT: Found the solution, in the custom field under attributes I added: "audit=true"
When setting the option Audit on true with the choicelist true or false did not work.