Configure the maximum number of records returned for list UI parameters

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • To configure the maximum number of records returned for a list of parameters, add the system property glide.sg.list.max_items_number.

    시작하기 전에

    Role required: admin

    이 태스크 정보

    Default is 1000.
    주:
    The maximum number of rows returned for a parameters list is limited by the maximum number of rows returned for data items. In other words, the value for system property glide.sg.list.max_items_number cannot be greater than the value for system property glide.sg.data_item.row_count. For example, if you set the value of glide.sg.list.max_items_number to 50 but the value of glide.sg.list.max_items_number is 20, then you may only receive 20 records in your parameters list.

    프로시저

    1. Type sys_properties.list in the Application Navigator.
    2. Open the record for glide.sg.list.max_items_number.
    3. In the form, match the following values:
      Field Description
      Name glide.sg.list.max_items_number
      Type string
      Value <maximum-number-of-parameters-items>