Lifecycle activity set is showing in the timeline unexpectedlyIssue The user had created a Lifecycle Activity Set which had the "display to opened_for" set to "false". Even so, the Activity Set was still showing in the Portal when impersonating the "opened_for" user. They wanted to know why this was.CauseThere is a UI Policy Out of Box (OOB), "Display config options for display to subject person" which makes a second field "display to subject_person" not visible.ResolutionIt was found in the XML of the Activity Set (sn_hr_le_activity_set) that the "display_to_opened_for" field value was indeed "false". However, there was another field which was later found to have been hidden by an OOB UI Policy (discussed above), "display_to_subject_person". This second field had a value of "true". The issue the user was facing was that the value in their opened_for field on the HRC was also the subject_person value on the same HRC - the same user was populated in both fields. Therefore, the Activity Set displayed as a result of meeting the second field (display to subject_person = true). Once both the display to opened_for and display to subject_person were set to "false", the expected result occurred - namely, that the Activity Set was completely hidden in both the Platform UI and the Portal. To access the second field's value, the OOB UI Policy can be set to active = false, or else the sn_hr_le_activity_set record can be exported to XML, the value changed in any text editor, and the record re-imported in any list-view.