5 years, 8 months ago
#19548
::
update:
I created the autofields for “longitude” and “latitude”, when trying to map the fields to a variable, i get “uncaught path points to undefiend field” in the generated source code lines.
this.getGlobals().setVar(“ScanResult”,this.evalAutoField(“Geolocation”,{“QueryParameter”:”latitude”}),”latnum”);
this.getGlobals().setVar(“ScanResult”,this.evalAutoField(“Geolocation”,{“QueryParameter”:”longitude”}),”longnum”);
The variable “ScanResult” has been defined in the data work bench of course.

thx.