There is a possibility to select several conditions in the selection in the 8.0.8 version:
But this should be also available in the previous versions. You need to update your app to 8.0.8 and then you will be definitely able to select conditions needed.
But if we are talking about two separate columns then indeed there is no such possibility in the current application versions. I will register a suggestion for our R&D team to implement one. Thank you for helping us in making the app better!
if we are talking about two separate columns then indeed there is no such possibility in the current application versions. I will register a suggestion for our R&D team to implement one. Thank you for helping us in making the app better!
In order to delete the object from this list, there is a need to delete corresponding records from the EntityConnection system table.
You can delete all the records from this table that refer to the objects which you do not need (for example, contact, requests etc).
You can do the following:
delete from EntityConnection where SysEntitySchemaUid in (select Uid from SysSchema where Name = ''),
where '' is the name of the object, for example, Contact.
But let me mention, that if you delete the records from the EntityConnection table - the corresponding fields will be deleted not only from this list but also from the "Connected to" detail of the email activity page: