How to add filter to an Embedded list as on related listIssue Is it possible to add a filter on an embedded list same as on related list?ReleaseAny ReleaseResolutionOn the related list, the filter can be added/edited from the filter icon that you see on the list but it doesn't work the same way for the embedded list.To add a filter on the embedded list, it needs to add the filter via relationship that is created to display the embedded list. Steps: Navigate to sys_relationship.list tableSearch for the embedded list name to get the relationshipAdd desired filter condition in Query with fieldSave In this way, the filter condition will get applied to the relationship and get the filtered embedded list.