Custom filter for relate field pop up view
Add where condition in popup list view so we can customise the relate filed popup view. In this post, we will add filter on report to field in users module. Step 1 : Create custom/modules/Users/metadata/editviewdefs.php and write the following code into it. array ( 'name' => 'report_to_name', 'label' => 'LBL_REPORTS_TO', 'displayParams'…