Hi all, just to know how perfectly the Custom Filter can handle more than hundreds or maybe for thousands of items?
I have seen the options available to Summary Screen and there is no option like Related Items with custom filter but both these are separate. So I need to show only the items for the logged in person like we do for Podio in ProcFu…I have applied these filters and currently its working fine. So how well it can handle the multiple filters i.e. what If I need to add a Text Filter to search for items related to the logged in person and having status as Active?
custom_tokens.account = ‘[{“field_id”: “12345”,“field_type”: “single_relation”,“match_type”: “equal”,“values”: [{“value”:’+my_variables[“teamMember_Id”]+‘}],“type”: “app”},{“field_id”: “12345”,“field_type”: “single_category”,“match_type”: “equal”,“values”: [{“value”: “Active”}],“type”: “category”}]’
to get the items for a Logged In person and then items having status Active.