Master Data

What is Master Data ?

Master Data feature provides a dedicated interface for managing static datasets that are essential for your application's operation. This data, often referred to as "lookup data," is foundational and rarely changes, such as user types, country lists, or status codes.

This feature allows you to select any table from your database schema and designate it as a source of master data. Once a table is selected, you gain a powerful set of tools to directly manage its content, ensuring data integrity and consistency across your entire system.

Description

Key Capabilities

  1. Data Management - The core of this feature is a user-friendly interface that allows you to directly manipulate the records within the selected master data table. 
- **Create**: Add new records (e.g., a new user type like "personal").  
- **Read**: View and search all existing records.  
- **Update**: Edit the values of existing records.  
- **Delete**: Remove records that are no longer needed.
Description
  1. SQL Migration Script Generation - To ensure that your master data is consistent across all development, testing, and production environments, the feature automatically generates the necessary SQL scripts. This allows you to include your master data setup as part of your standard database migration process, guaranteeing that every instance of your application starts with the same, correct set of foundational data.
Description