Configure the list page in Service Operations Workspace for ITSM

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Configure the fuzzyCount property to modify how the number of records is displayed on the Service Operations Workspace (SOW) list page. Configuring the fuzzyCount property helps improve the system performance.

    About this task

    The input of the fuzzyCount property is JSON key value pair. The property applies to any new list component used across SOW pages where record count limit input for the component isn't defined.

    The fuzzyCount property applies to all SOW list including related list and Multi Record Associator (MRA) list in the SOW records pages.

    Before you begin

    Role required: admin

    Procedure

    1. Navigate to All > Service Operations Workspace > Configurations.
    2. On the SOW Admin Center page, navigate to Initial setup > SOW properties.
    3. On the SOW properties page, in the Set display count to improve list loading tile, select Configure.

      The fuzzyCount UX property page opens on a separate tab.

      Alternatively, you can also access the fuzzyCount UX property page by navigating to All > Now Experience Framework > Experiences. From the list of UX applications, select Service Operations Workspace and then from the UX Page Properties related list, select the fuzzyCount property.

    4. On the UX Page Property page, edit the Value field.
      Table 1. fuzzyCount
      Value Description
      {"default":-1}. Displays the count of the total number of records in a list. The fuzzyCount UX property is not applied to the SOW list page.

      Count of incidents

      {"default":<integer>}. Displays the count of the number of records in a list as <integer+>.

      For example, if the incident has 124 records, if you configure the value of the property as 10, the system displays the count of incidents as 10+.

      Count after updating the value of fuzzyCount property

      {"default":<integer>, "incident": <integer1>}. Displays the count of the number of records in a list as <integer+>. You can also set the count of the records to be displayed for a specific table or record type such as incident.

      For example, if the incident has 14 records, if you configure the incident value in the property as 10 and default value as 20, the system displays the count of incident records as 10+ and for the non incident list, the count is displayed based on the default value defined in the property which is 20+.

    5. Select Update.