Country State Master Data Module
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
- 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
- Download the module package either from the marketplace.
- Import the module package into your project.
- Configure the security of the application by providing admin & user access for respective module roles.
- Add CountryMasterData.Country_Overview page to the navigation.
- Run the application and log in with Administrator.
- Navigate to the country overview page.
- Click on the Import Country Data button to import all countries & state data.
- 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.