- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
3 hours ago
Problem
When working with a custom table that extends the Task table, you may notice that field value changes (for example, changing the State from Work in Progress to Pending) are reflected correctly on the form but are not displayed in the Activity Stream.
Instead, the Activity Stream continues to display the previous field value, making it appear as though the update was never recorded.
Example: The form shows the State as "Work in progress," while the Activity Stream still displays "Open."
Root Cause
This behavior occurs because the Audit property is disabled (false) for the custom table's dictionary entry. (Attached image)
The Activity Stream relies on audit history to display field value changes. When auditing is disabled, field updates are not written to the audit tables, so those changes cannot be displayed in the Activity Stream.
Solution
To enable field change tracking:
- Navigate to System Definition > Dictionary.
- Open the Dictionary list.
- Click the List Layout (gear) icon and add the Audit column for easier visibility.
- Search for the dictionary record where:
- Type = Collection
- Name = Your custom table
- Verify that the Audit field is currently set to False.
- Open the record and change "Audit" to "True."
- Save the record.
Result
After enabling the Audit property, all subsequent field changes will be audited and displayed in the Activity Stream. (Attached image)
Note: Enabling auditing does not populate historical changes. Only changes made after the Audit property is enabled will appear in the Activity Stream.
Additional Information
- This behavior is commonly observed with custom tables that extend the Task table.
- Enabling auditing allows the platform to record field value changes in the audit history, which is then used by the Activity Stream.
- Consider the storage implications before enabling auditing on tables with a high volume of updates.
- 64 Views