רשומות

מוצגים פוסטים עם התווית Google Maps

Google Maps in Siebel (Open UI): The Penultimate Edition - Part 2

תמונה
Welcome to the second part of our 'penultimate' edition of Google Maps in Siebel Open UI. In the first part , we focused on the scaffolding, used templates to create a custom PM and PR for the SIS Account Entry Applet and downloaded and registered the colorbox plugin. Today we will look at the actual implementation, starting with some requirements: As stated in part 1, the code should be generic enough to work with all form applets that display address data The solution should be SRF-independent. A clickable map icon should be displayed next to the address fields. When the icon is clicked, the map of the address displayed in the applet should be shown in a colorbox iFrame. So, let's get to work: 4. Implement the Presentation Model The purpose of a presentation model is to capture the business logic behind the scenes. In our example, the PM's task will be to extract the address information and create the link which leads to the map vendor's web site. The following s...

Google Maps in Siebel (Open UI): The Penultimate Edition - Part 1

תמונה
Displaying Siebel address data in a Google map seems to become one of the most discussed topics here on Siebel Essentials. Just recently, I received a friendly email from Mattias Johansson from  Accelsior Corporation  who  published a follow-up  on one of my posts , upgrading the pre-IP 2013 example in the post to version 8.1.1.11 or higher ( click here to access Mattias' original article ). I really liked Mattias' initiative and decided to rewrite the Google maps example for Siebel Open UI again on my own. In the below article I will discuss the steps to achieve the following in IP 2013 or higher: Siebel Open UI with a Google map in a colorbox iFrame. To spice things up a bit, I added the following ingredients: The code should be generic, i.e. it should work on any form applet displaying address data. There should be no dependency on the SRF. It should be easy to "switch" to another map engine. Colorbox should be used for displaying the map. And here are the steps ...