You can use the Choice parameters property to set predefined static filters, and the Choice parameters links property to set predefined filters that depend on other field values.
Example:
You have a document with Company and Bank Account attributes. The Bank Accounts catalog has the Companies catalog as an owner. The Bank Account catalog includes the Active attribute of Boolean type. Fill the Choice parameters and Choice parameters links properties of the Bank Account attribute of the Payment document as follows:
In the Choice parameters links property, add a table row with the following values: Filter.Owner in the Name column, Company in the Attribute column, and Clear in the Edit mode of the linked value column (this is needed for clearing the Bank Account attribute when the Company is changed). This makes the list of Bank Accounts filtered by the Owner field equal to Company value.
In the Choice parameters property, add a table row with the following values: Filter.Active in the Name column, and boolean True in the Value column. This creates a filter that bypasses only active bank accounts.