Indicates whether a given record is in a given Named List or not.
Minimum FH Version:
3
No. of Parameters:
2
Return Type:
Boolean (True or False).
Parameter 1:
A reference to a Record.
Parameter 2:
The Named List.
Examples:
=
IsInList(%INDI%,"Bookmarks")
or
=IsInList(%INDI%,["Select List"])
The second example, when used in a query, causes a prompt to be displayed so that you can either type in the
list name, or select it from a dropdown list, when the query is run.