const cacheFunction_loadDistributorLocations = (callbackFunction) => {
        if (cache_distributorLocations.length === 0) {
            llm.licenceEdit.loadLocationListFunction((locationList) => {
                cache_distributorLocations_idToName = new Map();
                for (const location of locationList) {