Skip to content

simplicitesoftware/module-isocountries

Repository files navigation


ISOCountries module definition

Quality Gate Status

Introduction

Countries (ISO 3166-1)

Import

To import this module:

  • Create a module named ISOCountries
  • Set the settings as:
{
	"type": "git",
	"origin": {
		"uri": "https://github.com/simplicitesoftware/module-isocountries.git"
	}
}
  • Click on the Import module button

Load data

Countries data is provided as the module's dataset.

Open this dataset and click on the Apply button after having imported the module and made a full clear cache.

ISOCountry business object definition

ISO 3166-1 country

Fields

Name Type Required Updatable Personal Description
isoCtyName char(100) yes yes Country name
isoCtyCode2 char(2) yes* yes Country code (2 letters)
isoCtyCode3 char(3) yes Country code (3 letters)
isoCtyIndependent boolean yes yes Independent country?

About

ISO countries module for Simplicité

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published