GeoData 1.3.0

Welcome to GeoData - created and maintained by Sascha Wildgrube.

This app was built to help organizing the shipment of medical supplies to the Ukraine during the full-scale invation that started in February 2022.

It is dedicated to the people of Ukraine, their resistance and to everyone who invests their time and resources to help.

Features

Provides information about which country is a member of

  • the European Union
  • the Eurozone
  • the Schengen agreement
  • NATO

Sets the name for "Taiwan".

Sets the name for "Türkiye".

Sets the name for "North Macedonia".

Disclaimer

GeoData is NOT an officially supported ServiceNow product.

GeoData does NOT come with any kind of warranty. If you use it, you own it!

System Requirements

Installation

  1. Create an account on GitHub - if not done already.
  2. Create a personal access token for your GitHub account.
  3. Add credentials to access GitHub - use "Basic Auth".
  4. Fork the repository https://github.com/saschawildgrube/servicenow-devtools.
  5. Go to Studio and import the DevTools application from source control.
  6. Perform all installation steps for the DevTools application documented here: https://www.wildgrube.com/servicenow-devtools 
  7. Fork the repository https://github.com/saschawildgrube/servicenow-geodata.
  8. Go to Studio and import the GeoData application from source control.
  9. The InstallApp() function must be executed.
    Run the following script as a background script in scope x_snc_geodata:
  10. x_snc_devtools.InstallApp("x_snc_geodata");

License

Copyright 2022-2024 by Sascha Wildgrube

Licensed under the Apache License, Version 2.0 (the "License")

You may not use GeoData except in compliance with the License.

You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Release Notes

1.3.0 - 2024-03-10

  1. Utah and Tokyo are no longer actively supported.
  2. GeoData has been fully tested in Vancouver and Washington.
  3. DevTools 1.83.0 is now required.
  4. Sweden joined NATO. Welcome!
  5. Added links to the link diretory.

1.2.0 - 2023-04-07

  1. San Diego is no longer actively supported.
  2. GeoData is fully tested in Utah.
  3. Added NATO member status. Welcome Finland to NATO!
  4. Set name for Türkiye.
  5. Set name for North Macedonia.
  6. Added Eurozone to the Country form section.
  7. AppInstall() no longer executes DevTools' AppInstall() function.
  8. Updated feature description to cover Eurozone.

1.1.0 - 2023-01-02

  1. Rome and Quebec are no longer actively supported.
  2. Tokyo is now supported.
  3. DevTools 1.50.0 is now required.
  4. Croatia joined the Schengen area on January 1st, 2023.
  5. Eurozone member status is now supported.
  6. AppInstall() now also executes DevTools' AppInstall() function.

1.0.0 - 2022-04-16

First baselined version