Question

How to set up map locations (geocodes) for a person's address information in IFS Cloud?

  • 8 February 2022
  • 4 replies
  • 187 views

Userlevel 2
Badge +6
  • Sidekick (Employee)
  • 13 replies

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

This topic has been closed for comments

4 replies

Userlevel 2
Badge +3

Hi Jamee, i have the same issue and i don’t find any replies about it. Did you find the solution since?

Userlevel 2
Badge +6

This is the best solution I found currently

https://docs.ifs.com/techdocs/21r2/050_development/060_ifs_applications_business_components/150_application_services_development/#geocoding

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;
Userlevel 2
Badge +3

it means for geocoding adress you must go to “Map Position”?

Is it possible to geocode adress directly from Person=>Adress? See picture below

 

Userlevel 2
Badge +6

Geocodes are stored to map positions view.