Country State Master Data Module

Content Type: Module
Categories:

Overview

A module for country master data, so that developers can directly import that module and they can have all the master data regarding countries & their respective states.  


Documentation


Description

Generally, the developer must manually prepare the master data for the country & their respective state.  

 

A module for country master data, so that developers can directly import the module and they can have all the master data regarding countries & their respective states.  


Typical usage scenario

If your application requires dealing with addresses from various states, and countries worldwide, you can consider incorporating a module that provides comprehensive data on countries and their respective states. By utilizing such a module, you can ensure accurate and up-to-date information for address management. Below a suggested approach for using this module:


Features and limitations

  1. Users can directly access the master data by creating an association with the module's entity.



Dependencies

  • Requires Mendix 9.1.1 or above


Installation

  1. Download the module package either from the marketplace. 
  2. Import the module package into your project. 
  3. Configure the security of the application by providing admin & user access for respective module roles. 
  4. Add CountryMasterData.Country_Overview page to the navigation.
  5. Run the application and log in with Administrator. 
  6. Navigate to the country overview page. 
  7. Click on the Import Country Data button to import all countries & state data.
  8. Once the import is finished all the country's information will be shown on the page, now you can use this master data in your project accordingly. 

 

Releases

Version: 1.0.1
Framework Version: 9.1.1
Release Notes: Unique Validations added in overview pages for creating or editing country & state
Version: 1.0.0
Framework Version: 9.1.1
Release Notes: Initial