What does the property glide.history_set.pull_journal_entries_from_journal_table do?Issue What does the property glide.history_set.pull_journal_entries_from_journal_table do? This property is suggested as workaround for the PRB1767585.Release Washington and AboveResolution1. When a record is loaded then system tries to check the sys_history_set table and , if entry is not there it creates one using the data from sys_audit and sys_journal_field table.2. sys_journal_field is a subset of sys_audit table and when the property is not in place, system actually fetches the data from both the tables and displays it on activity stream which causes the duplication.3.When property is enabled, for journal fields (i.e. comments, work_notes etc.) , data is fetched only from sys_journal_field table , eliminating the duplication.There is no impact on other functionalities.