רשומות

מוצגים פוסטים עם התווית siebel open UI

Customizing Theme Synergy in 15.1 Siebel Open UI

תמונה
Customizing Theme Synergy in 15.1 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 <install_dir>/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(...

How to set your custom theme as Default theme

In Siebel Open UI, user can change theme from their user preferences.  If they did not choose any thing a default theme will get loaded. By default that is "Gray Tab". Suppose you created a new theme called "Golden Tab" and you have to make it by default, Otherwise we have to force our clients to change their theme from their user preference and that is not recommended. You can change this thing by using some tool level change. In order to do that please follow the steps. 1. Using Siebel Tools, navigate to "User Preferences" BC. 2. Update the calculated value for field "Behavior/DefaultTheme" to "<custom theme>" 3. Update the Predefault value for field "Behavior/DefaultTheme" to "<custom theme>" 4. Compile the changes and re-test the behavior You will need to remove the user pref file (spf) file to make the changes take effect.

8.1.1.11 Installation Fails when attempting to create a backup of the current Installation

8.1.1.11 Installation Fails when attempting to create a backup of the current Installation Oracle provide a solution for this issue In the installation location ...\Siebel_Enterprise_Server\Disk1\install there is a file named oneclick.properties Open it into an editor and locate the line BACKUP_FOLDER= Please specify the location where the backup should be taken. The backup will be made to $BACKUP_FOLDER\$SIEBEL_ROOT e.g In Siebel is installed in /sblqa, and the BACKUP_FOLDER=/temp/backup, then the backup will be made to /temp/backup/sblqa The installer then needs to copy the contents of the existing installation to backup location specified above and then try to delete the contents of existing installation directory. Modify the backup command line to do a copy instead of a move command: e.g. #UNIX_BACKUP_CMD will be used in case BACKUP_FOLDER parameter has a non empty value. Do not change %SOURCE_ORACLE_HOME_LOCATION% and %BACKUP_LOCATION% in command UNIX_BACKUP_CMD=cp -r ORACLE_HOME_...

Custom File Upload Applet Based On Class CSSSWEFRImpExp / CSSSWEFRImpExp Fails

We have an Import Button in an Applet, on clicking that button, a small popup applets comes and we can upload CSV which is to be imported in to parent applet. This functionality works well in HI mode. But this functionality fails in OpenUI. Oracle support says this issues addressed in 8.1.1.11, but still I am getting error. We can Implement this feature with some tricks. lets create a button on applet and give method name as "FilePopup". And make sure that CanInvoke is true for this method. function WebApplet_PreCanInvokeMethod (MethodName, &CanInvoke) {     if(MethodName == "FilePopup")     {             CanInvoke="TRUE";             return (CancelOperation);     }     return (ContinueOperation); }  Now open Applet Browser script.  function Applet_PreInvokeMethod (name, inputPropSet) {     switch(name)  ...

Siebel Open UI : Migrating a renderer from 8.1.1.10 to 8.1.1.11

תמונה
Siebel Open UI : Migrating a renderer from 8.1.1.10 to 8.1.1.11 This tutorial is all about how to migrate code from 8.1.1.10 to 8.1.1.11 thanks to  Duncan Ford

White screen issue after patching openUI (8.1.1.11)

Some of developers getting white screen after patching open UI, and error console says.   Message: Object doesn't support this action Line: 38 Char: 799 Code: 0 URI: http://192.168.1.104/callcenter_enu/23030/scripts/siebel/navctrlmngr.js?_scb= Oracle support web came with a solution for this problem. Cause FP 8.1.1.11, aka Innovation Pack 2013, contains many changes for the Siebel Open UI. When the pre-8.1.1.11 SRF is used for Siebel Open UI, it cannot perform the operation correctly and the above error is shown Solution Please download the new SRF to replace the pre-8.1.1.11 SRF as below. 1) Login to Oracle Software Delivery Cloud, aka edelivery (https://edelivery.oracle.com/) 2) Search Siebel CRM product with the following criteria then click "Go" button. Select a Product Pack: Siebel CRM Platform: (corresponding platform) 3) Find the description below then select it. Description: Siebel Industry Applications Innovation Pack 2013 Release 8.1.1.11 Media Pack for "...

Siebel OpenUI 8.1.1.11 Fix Pack - Features

The next release on 8.1.x is 8.1.1.11. This innovation pack is releasing with lot of features, that is available in non -open UI versions and missed in older open UI versions(8.1.1.9/10) Siebel Mobile Disconnected Customer Facing Sales Applications Partner Facing self Registration Marketing - HTML/Rich Text Editor, Allocation, Calender, Flow Universal Inbox C/OM - Sum totals on list: Contact hierarchy view Sales - Funnel Chart Right-to-left language support List views - Column lock, column resizing, save state Online Help- Searchable, Context sensitive help Personalization, Applet Location/Hide Expression/Rule Designer Outbound email f9/Email Response Calendar Drag/Drop Validation Applet right click menu Bar code toolbar Chat CTI toolbar - Hotelling GANTT Chart Chart program Designer SmartScript -Designer/Player

Benchmark of a Siebel OpenUI Theme from OpenUIThemes.com

In my previous post, I told you about the contact I had with the OpenUIThemes� staff and said that a test was scheduled. Well, yesterday, I could get my hands on their themes. My review below, I had access to their Gmail Theme and  every major topic I tested is listed here:   Design o   Being a daily user of Gmail as well as a global Google fan, I could feel the impression to work on my desktop using their test machine. o   The UI is easy to navigate and the visuals are ok. o   Some menus have changed position (like sitemap and so on) but as a user you don�t want to use this menu every day. In fact thinking again about it, I think that it adds something to user navigation as UI is focused on what will be immediately useful for the Siebel user.   Performance o   Performance was fine on this theme, the theme did not contain heavy images but I was on a low-bandwidth connection so for me it�s OK. I don�t know how it would behave with mo...

Benchmark of a Siebel OpenUI Theme from OpenUIThemes.com

In my previous post, I told you about the contact I had with the OpenUIThemes’ staff and said that a test was scheduled. Well, yesterday, I could get my hands on their themes. My review below, I had access to their Gmail Theme and  every major topic I tested is listed here:   Design o   Being a daily user of Gmail as well as a global Google fan, I could feel the impression to work on my desktop using their test machine. o   The UI is easy to navigate and the visuals are ok. o   Some menus have changed position (like sitemap and so on) but as a user you don’t want to use this menu every day. In fact thinking again about it, I think that it adds something to user navigation as UI is focused on what will be immediately useful for the Siebel user.   Performance o   Performance was fine on this theme, the theme did not contain heavy images but I was on a low-bandwidth connection so for me it’s OK. I don’t know how it would behave with mo...

Homepage EditLayout Issue

תמונה
In Siebel 8.1.1.10, Edit layout is not working. As per their document, no Quick fixes are available for this issue & next version (8.1.1.11) may not fix this issue.

GetProfileAttr/SetProfileAttr not Working in Siebel 8.1.1.10

תמונה
In 8.1.1.10 version, SetProfileAttr() has been disabled for HTTP calls as a security fix. That means if you have a browser scripts uses SetProfileAttr(), it won't work. No change to GetProfileAttr() access. Oracle disable this "SetProfileAttr()" as a security fix. So enabling this is not recommended. SetProfileAttr() access can be turned on by setting the server parameter �EditProfileAttr� value to TRUE