Loading State and Country Picklist
-
Requirement for this tool to help the customers since You can’t use the Metadata API to create or delete new states, countries, or territories
-
This app helps to fill-in this gap, of creating new states and countries, or territories
-
This app uses Chrome's new Recorder feature
Topics
Demo
Where I can find this app?
Using SF-LAND Data Viz to get All Countries data
-
I prepared this data by web scraping the Wikipedia, feel free to use it.
Visualizing State and Country - AddressSettings
- package.xml to retrieve the data
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>Address</members>
<name>Settings</name>
</types>
<version>56.0</version>
</Package>
- Transform to get the visualization
xmlutil transform --xsl=addresssettings --xml=Address.settings --out=/tmp/address.html