- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 01:48 PM
I've added Activities (filtered) to the customer_contact table/form via Form Layout. When I click on the Filter Activity filter, I'm seeing All, Attachments, and State. If I add an attachment, it's captured in Activities. But any updates to any of the other fields, is not captured. When I click on 'Configure available fields', they are all under the 'Selected' (right) column. When I check System Definition > Dictionary > customer_contact table, Audit value is showing true.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 01:59 PM
In the configure available fields, can you make some changes to the selected columns and save again to see if that works?
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 03:09 PM
Yes. The fields in the selected should be available for all the users to select.
There is a system property created for that table name glide.ui.<table_name>_activity.fields which stores the available fields. Ideally it shouldn't show all fields, but if it still shows, you should raise a support case with ServiceNow.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 03:22 PM
It's showing all fields in the system property.
As an admin, I would need to update the values here, to determine what fields users will see in their activity filter? From there, they can select which fields they want to see or not?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2023 09:33 AM
Thats right
Please mark this response as correct or helpful if it assisted you with your question.