Configure the list page in Service Operations Workspace for ITSM

  • Release version: Yokohama
  • Updated January 30, 2025
  • 1 minute to read
  • Configure the fuzzyCount property to modify how the number of records is displayed on the SOW list page thus improving system performance.

    About this task

    The input of the fuzzyCount property is JSON key value pair.

    Note:
    The property applies to any new list component used across SOW pages where record count limit input for the component isn't defined.
    On the SOW list page, right-click on a record to use the following options:
    • Copy URL: Copy the URL of the record to a clipboard and share the record URL with other stakeholders.
    • Copy sys ID: Copy the sys ID of the record to a clipboard and share the sys ID of the record with other stakeholders
    Note:
    You can resize the modal in the SRP and list pages in SOW.

    Before you begin

    Role required: admin

    Procedure

    1. Navigate to All > Now Experience Framework > Experiences.
    2. From the list of UX applications, select Service Operations Workspace.
    3. On the UX Application form, 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.

      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+>.

      For example, if the incident has 14 records, if you configure the incident value in the property as 10, the system displays the count of incidents as 10 and for the non incident list, the count will be based on the default value defined in the property.

    5. Select Update.