Users can define their own filter for the Phone List once they have arrived that the Phone List page. However, there may be occasions when you wish to link a user to the Phone list with a filter already pre-defined. Here are instructions on how to create a link to a Phone list that already contains a filter.
/intranet/people/phonelist.php?&fields[]=firstname
/intranet/people/phonelist.php?&fields[]=firstname&fields[]=surname
/intranet/people/phonelist.php?&fields[]=firstname&fields[]=surname&fields[]=job_title&fields[]=city&fields[]=landline&fields[]=mobile&fields[]=emailad
NB: The order of the fields will not define the order they appear in the list.
Metadata fields can be called using their symbolic name prefixed with “meta_”
Example: Metadata field is called “car_reg”
Use: fields[]=meta_car_reg
Discussion