Configure left padding of a system number in a table

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • You can configure the left padding of the system numbers on a table. For example, pad the Number field on an Incident, Problem, or Change Request.

    시작하기 전에

    If you are configuring numbers on a custom table or a table that does not extend the task table, then, before performing the following procedure, you must prepare business rules and script includes. For more information, see Prepare to left-pad number fields in custom tables.

    Role required: admin

    프로시저

    1. Navigate to the form, then right-click the Number field and select Configure Dictionary.
    2. Enter the following script in the Default value field and click Update.
      javascript:getNextObjNumberPadded();
    3. Navigate to System Definition > Number Maintenance.
    4. Open the table record.
    5. Enter a value in the Number of digits field.
    6. Click Update.
      Number padding is applied to both existing and new records.
      Sys number padded
      The result of the configuration in the image is an Incident number that is left padded.
      Padded incident number