Closed psteiwer closed 5 years ago
Longitude, Latitude, and Zip Code data is not generated in the HoleFoods.Transaction record because ^ZipCodeData is not provided.
HoleFoods.Utils:CreateGeoIndex() tries to loop through each Zip Code: Set z = $O(^ZipCodeData(""),1,tData)
Since this global does not exist, ^||HoleFoods.GeoData is not populated and no GeoData is populated in the Transaction record
Longitude, Latitude, and Zip Code data is not generated in the HoleFoods.Transaction record because ^ZipCodeData is not provided.
HoleFoods.Utils:CreateGeoIndex() tries to loop through each Zip Code: Set z = $O(^ZipCodeData(""),1,tData)
Since this global does not exist, ^||HoleFoods.GeoData is not populated and no GeoData is populated in the Transaction record