Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

How To Display Google Map In Siebel OpenUI Enabled Application?

edited Nov 30, 2018 12:41AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 6 commentsAnswered ✓

Hi Team,

We are trying to configure google Maps as per the instructions provided in Doc ID <<1528618.1>>. The files provided are for upto 8.1.1.10 version. We had modified the PR file with define as per 8.1.1.11

Removed code - SiebelApp.S_App.RegisterConstructorAgainstKey( "GoogleMapApiPR", "SiebelAppFacade.GoogleMapApiPR" );

Code introduced - define("siebel/custom/GoogleMapApiPR", [], function () { -----------------------

     }());

     return "SiebelAppFacade.GoogleMapApiPR";

Code Changed: src="'+SIEBEL_BUILD+'3rdParty/markerclusterer.js">';

     to     src="3rdParty/markerclusterer.js">';

Mapped PR file in manifest admin screens to the applet.

Expected Result: Google map should get loaded

Actual Result: The applet is not getting rendered (the whole view is not getting loaded seems some issue with code inside PR).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center