Generate an encoded query string through a filter

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • You can generate an encoded query string through a filter on any list and paste the string into a URL query or a reference qualifier.

    시작하기 전에

    Role required: none

    프로시저

    1. Open a list of records.
    2. Construct the filter.
    3. Click Run.
    4. Right-click the end of the filter breadcrumb and select Copy query from the context menu.
      그림 1. Copy the query from the breadcrumb
      Copy the query

      If you are in split mode in List v3, right-click the blue filter text in the left pane.

    5. Copy the query to your system clipboard.
    6. Use the query string to Navigate to a record or module using a URL or an Reference qualifiers.
      When you use the CONTAINS operator on a list filter, the system translates the filter to a LIKE query. For example, if you filter for active records with numbers that contain 123, the URL is https://InstanceName.service-now.com/incident_list.do?sysparm_query=active%3Dtrue%5EGOTOnumberLIKE123.