Skip to main content

Record Limit Control

Overview

The Record Limit Control plugin is designed to maintain data integrity by imposing a maximum limit on the number of records that can be added. This prevents data sprawl and ensures that the application operates efficiently. The plugin dynamically hides the 'Add New' button when the record limit is reached, providing a seamless and user-friendly experience.

Use Cases

  • This plugin is ideal for applications where data volume needs to be controlled, such as in task management systems, inventory control, or any scenario where a maximum number of entries should be enforced.

Installing the plugin

Prerequisites:

  1. The page must have a table component
  2. Javascript must be enabled (applicable if your're on trial account)

Step-by-Step Installation:

  1. Navigate to the page with this table, this can be a parent or child page. 
  2. Click on the Plugins
  3. Find the Record Limit Control plugin
  4. Select the table

Removing the Plugin

To remove the plugin, find the Javascript code that is surrounted with a comment for the plugin name and delete the code. Do the same for the CSS as well.