Managing the range configurations
The range configuration is the set of objects that describe the columns that are required to check space
overlapping. For example, the account table has account start and account end. Such values must not overlap.
The application checks for such overlapping when insert, update, and copy functions are completed for any
business rules with range configurations.
Note: The range start and end values that are specified need to have
the same number of digits. Examples are shown in the following list.
- Setting account start to 001000 and account end to 100000 is valid because they have the same number of digits.
- Setting account start to 1000 and account end to 100000 is not valid because the start value has four digits and the end value has six digits.
The range configurations page helps you to view and update the current range configurations. All rows that constitute the composite key are displayed together.
Predefined range configurations
By default, the Business Rules provides the following predefined range configurations:
| Table name | Low-Range key | High-Range key |
|---|---|---|
| ACCOUNT | ACCOUNT_START | ACCOUNT_END |
| AMOUNT | AMOUNT_START | AMOUNT_END |
| AUXONUS | AUXONUS_START | AUXONUS_END |
| POCKET_MAP | RECORD_ID_START | RECORD_ID_END |
| PROCESS_CONTROL | PC_START | PC_END |
| ROUTING_TRANSIT | ROUTING_TRANSIT_START | ROUTING_TRANSIT_END |
Actions
The actions that are available on the page are shown in the following list.
- Open documentation opens the help page.
- Build query displays the conditions that can be used to display records.
- Create opens the create range key page that you can use to add a range configuration.
- Update updates the comment line that is being edited using the edit icon.
- deletes the comment line from the adjustment error.
- Filter column displays the build filter link that you can use to create a filter for the columns on the page.
- Search entry field. Typing text in this field automatically filters the records that are displayed in the table. The table displays only those records that match what was typed in the search field.
- Refresh redisplays the list of records to show any new records and the updates that are made to existing records.
- Download CSV saves the displayed table view as a .csv file.
- Show more text in table cells (up to 50 lines) shows up to 50 lines of text in a single table cell. The default is to show 5 lines. You can set the table view to either 50 lines or 5 lines at a time.
- Show less text in table cells for easier reading (up to 5 lines) shows a maximum of 5 lines of text in a single table cell. You can set the table view to either 50 lines or 5 lines at a time.
- Customize columns displays a page to select which columns are shown or hidden on the page.
- Row settings configures the size and the spacing of the text that is displayed in the cells of the table.
- Click a range configuration record to display its range key details.
- deletes the record.