Create a dynamic filter option

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:4分
  • Dynamic filter options enhance filtering by allowing users to run existing script includes or JavaScript against a reference field within condition builders and dynamic reference qualifiers.

    始める前に

    Role required: admin

    このタスクについて

    This task describes how to create a new dynamic filter option and an associated script include.

    Dynamic filter options "objectize" script includes/JavaScript, enabling them to be reused in multiple condition builders and dynamic Reference qualifiers. This type of filter enables you to modify a script once and have the changes automatically take effect everywhere the dynamic filter option is used.

    When defining a dynamic filter, you can:
    • use an existing is (dynamic) dynamic filter option (condition builder only)
    • use an existing dynamic filter option (OOB or custom)
    • create a new dynamic filter option and script include/JavaScript
    All condition builder dynamic filters use the is (dynamic) operator and call a dynamic filter option. In the following example, the pre-existing dynamic filter option Me is being used. For a list of available pre-existing condition builder dynamic filter options, see Dynamic operators.
    注:
    Dynamic filters are supported in scoped applications, but they are not supported in UI policy conditions.
    図 : 1. Dynamic operands
    Dynamic operands

    手順

    1. Create a scripted filter as a client-callable script include or business rule.
    2. Navigate to System Definition > Dynamic Filter Options.
    3. Select New.
    4. Complete the form.
      表 : 1. Dynamic filter options
      Field Description
      Label Enter a descriptive name for the dynamic filter option.
      Script Enter the name of the function you created, JavaScript (no script include needed), or the complete script include/business rule call, such as new GlobalCanvasUtil().refQualPaTabs().
      Field type Select Reference.
      Referenced table Select the table to which this dynamic filter option applies.
      Order Enter a number to designate the placement of this dynamic filter option in the filter option choice list.
      Roles Select the role a user must have to see this option.
      Active Enable or disable the option.
      Reference script Optional. Select the client-callable script include or business rule you created for the scripted filter. If the Script field contains JavaScript, an encoded query, or the entire script include/business rule reference, this field can be empty.
      Available for filter Select this option to display the dynamic filter option as a filter breadcrumb.
      Available for default Select this option to allow dynamic filter option to be a default in a dictionary entry.
      Available for ref qual Select this option to allow dynamic filter option to be selected as a dynamic reference qualifier.
      注:
      Dynamic filters using Table API GET methods in scripts only work when using the same user configured in the basic authentication profile. To allow multiple users access to the dynamic filters, use global JavaScript APIs such as GlideRecord and GlideQuery APIs instead.
    5. Select Submit.