There is totally missing retrieve map positions functionality in person address information.
I miss a feature similar to location address:
- Retrieve Map Positions
- Clear Map Positions
There is totally missing retrieve map positions functionality in person address information.
I miss a feature similar to location address:
Hi Jamee, i have the same issue and i don’t find any replies about it. Did you find the solution since?
This is the best solution I found currently
When geocoding is enabled, you can also make use of a simple API to geocode addresses or place names into map positions, to be stored against objects. This can be used from, for example, an event action connected to a custom event.
You can use the geocoding API for your own configurations in custom events, by calling the following method:
BEGIN
Map_Position_API.Retrieve_Map_Position(address_, lu_name_, key_ref_);
COMMIT; -- Don't forget!
END;
it means for geocoding adress you must go to “Map Position”?
Is it possible to geocode adress directly from Person=>Adress? See picture below
Geocodes are stored to map positions view.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.