//SiebelApp.S_App.RegisterConstructorAgainstKey(AccountGoogleMapRenderer","SiebelAppFacade.AccountGoogleMapPR" );
As of IP 2013, the concept of keys and mapping files (and manifest files) is deprecated, so we have to remove (comment out) this line of code and replace it with the define method, add a new line like this:
define("siebel/custom/accountgooglemap_PR", [], function(){
define("siebel/custom/accountgooglemap_PR", ["siebel/phyrenderer"], function(){
return "SiebelAppFacade.AccountGoogleMapPR";});
Labels: Installing a Siebel CRM 8.1.1.11, Siebel Configuration, Siebel Open UI, Siebel OpenUI