Configure The Minimum Length Property

Overview

The Minimum length of Number property instructs the Numbering API to prefix the generated number with zeros based on the value provided. Example: If the would-be generated number is 5 and the minimum length value is 3, the generated number would be 005. If the would-be generated number is 10 and the minimum length value is 3, the generated number would be 010.

Below is a tutorial on how to configure this:

  1. In the Agilit-e Admin Portal, in the Numbering module's section, open the Leave Numbering profile.
1232
  1. Click on the Actions menu icon Numbering profile's title bar.
1524
  1. Click on the Reset Numbering Counters menu item.

  2. Edit the Minimum Length property, set the value to "3"

1564
  1. Click on Submit to save the Numbering Profile.

  2. Navigate to the Agilit-e API Reference Docs and execute the Numbering API

The Response Data will contain a newly generated number with a prefix and suffix, starting at 5 with the minimum length of 3.

Response:

LEAVE-005-2018