SiebelSupport

-Learning the sharing way :)

Tuesday, September 15, 2015

Customizing Theme Synergy in 15.1(IP2015 Patchset 1)


By on 4:51 PM

Starting Siebel Release 15.1 (IP2015 Patchset 1), theme 'SUI' has be renamed to theme 'Synergy'. Theme 'Synergy' implements the Cloud applications Dark Blue Theme, which is the default theme for Oracle Cloud R10 applications. There are 6 additional variants:
  • Crisp Green Theme
  • Bright Blue Theme
  • Dark Gray Theme
  • Light Blue Theme
  • Steel Gray Theme
  • Vanilla Theme
These additional themes are not available in Siebel CRM out-of-the-box, but you can add any of them with the steps below.

  • Create /eappweb/PUBLIC/enu/files/custom/theme-green-synergy.css with the following content:
  • #_sweclient {
      background-color: #d7ebc5;
    }
    #_sweclient > div {
      background-color: #d7ebc5;
      background-image: url("../images/bkgd_watermarkfoliage.png");
    }
    .siebui-logo {
      background-image: url("../images/fuse-brand-oracle-black.png") !important;
    }
    .siebui-button-toolbar {
      background-image: url("../images/menu_ena.png") !important;
    }
    .siebui-toolbar-enable,
    .siebui-search-tb-btn,
    .siebui-msgbar {
      color: #38535a !important;
    }
    .siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
    .siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
      color: #147c80 !important;
    }
    .siebui-landing #_sweview,
    .siebui-landing .siebui-applet {
      border-radius: 3px;
    }
  • Add a new LOV in Administration – Data -> List of values:
    • Type: OUI_THEME_SELECTION
    • Display Value: Green Synergy
    • Translate: False
    • Language-Independent Code:  SUI_THEME_GREEN_SYNERGY (Note: The SUI_THEME_ prefix is required)
    • Parent LIC: NAVIGATION_TAB
  • Clear cache from applet menu
  • Create a new Manifest Expression:
    • Name: Green Synergy Theme
    • Expression: LookupName (OUI_THEME_SELECTION, Preference ("Behavior", "DefaultTheme")) = "SUI_THEME_GREEN_SYNERGY"
  • Create a record in Manifest File
    • Name: files/custom/theme-green-synergy.css
  • Go to Manifest Administration and select a record in UI Objects with below details and make a copy of it and its child (Object Expression and Files)
    • Type: Application
    • Usage Type: Theme
    • Name: PLATFORM DEPENDENT
  • For the newly created UI Object, create a new record in Object Expression with below details and reorder the level reflect below





    •  
    • Create a new record in Object Expression with expression Green Synergy Theme and set the level as 2
    • Add files/custom/theme-green-synergy.css in Files applet with sequence 2
  • Logoff and Login again
Follow the same steps and the CSS below to add the themes you need:

ThemeUI & CSS
Bright Blue
Theme Synergy Crisp Green
#_sweclient {
  background-color: #6ec1ef;
}
#_sweclient > div {
  background-color: #6ec1ef;
  background-image: url("../images/bkgd_watermarkdandelions.png");
}
.siebui-toolbar-enable,
.siebui-search-tb-btn,
.siebui-msgbar {
  color: #0e4973 !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
  color: #0e4973 !important;
}
.siebui-landing #_sweview,
.siebui-landing .siebui-applet {
  border-radius: 0;
}
Crisp Green
Theme Synergy Crisp Green
#_sweclient {
  background-color: #d7ebc5;
}
#_sweclient > div {
  background-color: #d7ebc5;
  background-image: url("../images/bkgd_watermarkfoliage.png");
}
.siebui-logo {
  background-image: url("../images/fuse-brand-oracle-black.png") !important;
}
.siebui-button-toolbar {
  background-image: url("../images/menu_ena.png") !important;
}
.siebui-toolbar-enable,
.siebui-search-tb-btn,
.siebui-msgbar {
  color: #38535a !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
  color: #147c80 !important;
}
.siebui-landing #_sweview,
.siebui-landing .siebui-applet {
  border-radius: 3px;
}
Dark Gray
Theme Synergy Dark Gray
#_sweclient {
  background-color: #424345;
}
#_sweclient > div {
  background-color: #424345;
  background-image: url("../images/bkgd_watermarkdots.png");
  background-repeat: repeat !important;
}
.siebui-toolbar-enable,
.siebui-search-tb-btn,
.siebui-msgbar {
  color: #fff !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
  color: #fff !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a:hover,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a:hover {
  color: #206398 !important;
}
.siebui-landing #_sweview,
.siebui-landing .siebui-applet {
  border-radius: 0;
}
Light Blue
Theme Synergy Light Blue
#_sweclient {
  background-color: #d2e9f9;
}
#_sweclient > div {
  background-color: #d2e9f9;
  background-image: url("../images/bkgd_watermarkdunes.png");
}
.siebui-logo {
  background-image: url("../images/fuse-brand-oracle-red.png") !important;
}
.siebui-button-toolbar {
  background-image: url("../images/menu_ena.png") !important;
}
.siebui-toolbar-enable,
.siebui-search-tb-btn,
.siebui-msgbar {
  color: #1b4d7f !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
  color: #2d5c8b !important;
}
.siebui-landing #_sweview,
.siebui-landing .siebui-applet {
  border-radius: 3px;
}
Steel Gray
Theme Synergy Steel Gray
#_sweclient {
  background-color: #4c6890;
}
#_sweclient > div {
  background-color: #4c6890;
  background-image: url("../images/bkgd_watermarkfacets.png");
  background-repeat: repeat !important;
}
.siebui-toolbar-enable,
.siebui-search-tb-btn,
.siebui-msgbar {
  color: #fff !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
  color: #fff !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a:hover,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a:hover {
  color: #252525 !important;
}
Vanilla
Theme Synergy Vanilla
#_sweclient {
  background-color: #fafafa;
}
#_sweclient > div {
  background-color: #fafafa;
  background-image: url("../images/bkgd_watermarkdiagonals.png");
  background-repeat: repeat !important;
}
.siebui-logo {
  background-image: url("../images/fuse-brand-oracle-red.png") !important;
}
.siebui-button-toolbar {
  background-image: url("../images/menu_ena.png") !important;
}
.siebui-toolbar-enable,
.siebui-search-tb-btn,
.siebui-msgbar {
  color: #000 !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a {
  color: #000 !important;
}
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a:hover,
.siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a:hover {
  color: #145c9e !important;
}
.siebui-landing #_sweview,
.siebui-landing .siebui-applet {
  border-radius: 3px;
}
  • Note: The above steps requires IP2015 Patchset 1 (15.1) or above 

SiebelSupport - Learning the sharing way :)

When you know a thing, to hold that you know it, and when you do not know a thing, to allow that you do not know it - this is knowledge.

0 comments:

Post a Comment

Labels

ADSI authentication ADSISecAdpt apiinstaller.jar Applet User Properties Barcode fonts in PDF Best Practices BI Publisher BI Publisher 11g BI Publisher Desktop BI Publisher Desktop 10.1.3.2 BI Publisher template error BIP Performance tuning BUG 19469254 Create iPad Reports CRM on Demand R19 Deployment Guide - IP2014 Desktop Integration Siebel Agent (DISA) EAI Object Manager EnableURLCredentials ENTERPRISE NAME IS TRUNCATED DURING MIGRATION INSTALL IN LINUX PLAT Escripting External Business Components (EBCs) Generate Trigger Get a 20% Discount on Oracle Training How To Incorrect missing encryption key Incremental Repository Merge (IRM) Install Barcode fonts in BIP Server Integration Object IP2014 IP2014 Patch Set 1 IP2014 Patchset 2 IP2015 IP2015 Patchset 1 (15.1) IsRecordSensitive JDeveloper jqmtoolbarrenderer.js LDAP LDAPSecAdpt log level of SWSE Menu in Siebel Open UI new theme in Siebel 8.1.1.11 Open UI NFS OBIEE Integration on Siebel 7.8.2 Oracle Database XE Oracle Fusion Middleware Oracle Integration Cloud Services (ICS) Oracle WebLogic Server Override Custom Theme In Open UI Without Deleting The User Preferences Files Of All Users Performance Tuning Quiz Release Notes Responsive Web Design REST SAI REST SAP BusinessObjects Data Quality SavePreferences SBL-DAT-00222 SBL-DAT-00522 SBL-DBC-00107 SBL-SEC-10001 and SBL-DAT-00565 SBL-SEC-10018 Siebel - Oracle Real-time Scheduler Integration SIEBEL 8.1.1.14 ENVIRONMENT VARIABLE INSTALL ISSUE Siebel 8.1.1.8 Fix Pack Siebel 8.1.1.9 / 8.2.2.2 Siebel Administration Siebel Analytics Siebel BI Publisher Reports Siebel Composer Siebel Composer Developer Preview Siebel CRM 15.0 Siebel CRM 8.1.1.10/8.2.2.3 Siebel CRM Innovation Pack 2015 Siebel Delta Files (SDF) Siebel Email Marketing Siebel Filesystem Siebel Innovation Pack 2016 Siebel License Keys Siebel Open UI Siebel Open UI Manifest Siebel Release 15.1 Siebel Reports Siebel RESTful Services Siebel Server Cloning SPF Symbolic URL Synergy Open UI Theme Synergy Theme Open UI - Siebel CRM Innovation Pack 2015 Videos What is Workflow Policy OR

Tags