We are using a custom menu in APPS 10 to create a location and add it to a functional object. The map position does not automatically generate. Is there any way to make this automatic or is there some process that can be run via an event to make it set the map positions?
Hi
IFS uses same geocoder as Bing Maps therefor you can always compare data between retrieved map positions and by searching the address in Bing Maps. If they are different, then you need to change your configurations so that it will retrieve correct data.
Is there an API that we can call to run this automatically? I tried running debug and don’t see it calling one.
Is there an API that we can call to run this automatically? I tried running debug and don’t see it calling one.
If you want to do actual geocoding, it cannot be done in the server today. The geocoding that we have in IFS Applications is currently only available in the client, as
The “funny” thing here is that, some forms (don’t remember which ones now) actually does this automatically. But since you want to do it from a custom menu, from which you can only call PL/SQL code, you’re out of luck…
Since I know very little about your use case I cannot say if there could be another way of solving the problem. For example, how do you create the location? Why? What name do you give it? How do you find the address? Etc. Could you create or locations on beforehand and give then addresses, then use the standard form mentioned above to generate map positions from them? Then, as I remember it, if you set a location on the object, via the standard LOV, it should inherit the map position from the location. And, even if it does not, you could do that with a custom event or in your custom menu.
Normally in the service related areas, the address is automatically converted if the mapping is done correctly in the window referred to by Amila.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.