Different WEBUI Layout

Hello Experts,
System - SAP CRM 7.0 EHP 1 - WEB UI
We have a scenario as mentioned below -
Within the organization we have say 3 brands
Brand A
Brand B
Brand C
Every brand has its own sales employees who sell specific brand (every brand has its own set of product) in which they are experts in.
Requirement
1. When Brand A sales employee will login, he/she will see WEB UI layout specific to BRAND A only.  Say BRAND A logo, BRAND A specific fields on account, lead, opportunity screens.
2. Similarly for BRAND B sales employee, all the WEB UI screen is specific to BRAND B only.
Can we achieve this in WEB UI.  If yes how?
Please revert
Thanks and Regards
DJ

HI  DJ
you need to create there different business roles
when you check the CRM organization structure the top position will be Organization Unit and in the next step we have positions
there we assign user to that positions . each position has only one business role . and each business role have only one navigation bar profile. navigation bar profile contains work centers and direct link groups and etc...
For this goto tcode : ppoma_crm then search your organization under this org structure : create three positions name as brand A brand B Brand C and create 3 bussiness roles and assign bussiness roles to positions .
One position has only one business role 1:1
one position contains N number of user  1:n
One Business role contains One navigation Bar Profile 1:1
one user can assign to n Number of positions at a time : 1:n
Regards
Siva

Similar Messages

  • Different page layout from template?

    In the new Pages with Maverick I can't find a way to use a different page layout from a template than the two layouts in miniature by default. Have you found a way?

    The templates doesn't have several different pages layouts anymore, which they had in Pages 09. Pages 5.0 is a very strpied down Pages. You could say Pages very Lite should be the name.
    What you could try is open the old Pages 09 ( in the application folder > iWork 09 folder) the templates you like. Add the different page layouts in templates so they not are hidden. Save as a documents. Now open them in Pages 5.0 and save as templates.

  • How would I link different templates layout together

    Hi
    I'm new here but not new to Dreamweaver. But having said that I never used the "save as template" for multiple page layout, if that's possible at all.
    The website I'm working on has 4 different page layout and I'm wondering if I can link the templates together so I don't have to go over each templates to make changes to the navigation as the site grows.
    The site will eventually end up with hundreds of pages using the 4 layouts and possibly more down the road. Hence the reason why I'm trying to find a way to link all the templates together.
    I'm using Dreamweaver cc and the site is html.
    Any advice would be much appreciated.
    Thank
    Joe

    Nested Templates are bad news. There's no reason to use them.  Don't go down this slippery slope. In fact, there's no reason to use 4 Templates.  It unnecessarily complicates your site.  One template that contains  everything you need for your entire site is all that's required.  Learn to use "Optional Editable Regions" and embedded CSS code for page specific styles.  One Template makes your life so much easier .
    Nancy  O.

  • I want to see different font layouts in keyboard viewer

    Up until Mac OS 10.4.x it was possible to look for different keyboard layouts in different fonts. This was very handy if you wanted to know, which key combination to press for a certain Zapf Dingbats character.
    This feature was already limited with 10.5.x and has disappeared with 10.6.x
    I want to have this feature back!
    Or How Do You Manage to key in characters from fonts like Zapf Dingbats or Wingdings???
    Thanks for any help

    Hi Tom!
    This is a huge step in the right direction! Thanks!
    But it doesn't tell me which keyboard keys represent e.g. the aircraft or a black scissors.
    With keyboard viewer I knew , what to keys to hold and what to type. In our case all of our users knew the had to press Shift - 9 (on German keyboard layout) to get the airplane. Now, with 10.6 a new ZapfDingbats , Shift-9 isn't working anymore and no way to see which keys to press.
    This slows down the creation process.
    So , i stick with my demand for the keyboard viewer as it was in 10.4.x -- although I love to have it as big as it can be in 10.6.x
    Thanks again
    Holger

  • Rman restore to windows server with different drive layout

    I'm restoring to a server with a different drive layout. I'm using the set newname for the datafiles and it's working fine. However. My redo logs show that they are on the f: drive and the f: drive doesn't exist on the new server (recovery). so when I'm all done I get an error saying that it cant find the redo02.log. Any ideas?
    TIA
    Dave

    no problem, thanks for the reply.
    Here's what I tried in the init.ora
    LOG_FILE_NAME_CONVERT=('F:\ORADATA\ORCQA08','D:\ORADATA\ORCQA08')
    I didn't even create the spfile I figured I could do that later.
    The datafiles alll go to the correct drive, here's my restore statement:
    run
    allocate channel disk_channel1 type disk;
    allocate channel disk_channel2 type disk;
    SET NEWNAME for datafile 1 to 'd:\ORADATA\ORCQA08\SYSTEM01.DBF';
    SET NEWNAME for datafile 2 to 'd:\ORADATA\ORCQA08\SYSAUX01.DBF';
    SET NEWNAME for datafile 3 to 'e:\ORADATA\ORCQA08\UNDOTBS01.DBF';
    SET NEWNAME for datafile 4 to 'd:\ORADATA\ORCQA08\USERS01.DBF';
    SET NEWNAME for datafile 5 to 'e:\ORADATA\ORCQA08\PLATDATA.DBF';
    SET NEWNAME for datafile 6 to 'd:\ORADATA\ORCQA08\PLATHISTDATA.DBF';
    SET NEWNAME for datafile 7 to 'd:\ORADATA\ORCQA08\TS_MV.DBF';
    SET NEWNAME for datafile 8 to 'e:\ORADATA\ORCQA08\PLATNDX.DBF';
    SET NEWNAME for datafile 9 to 'd:\ORADATA\ORCQA08\POADATA.DBF';
    SET NEWNAME for datafile 10 to 'd:\ORADATA\ORCQA08\POABDATA.DBF';
    SET NEWNAME for datafile 11 to 'd:\ORADATA\ORCQA08\POANDX.DBF';
    SET NEWNAME for datafile 12 to 'd:\ORADATA\ORCQA08\TS_REPORT_DATA.DBF';
    restore database;
    release channel disk_channel1;
    release channel disk_channel2;
    i then do a switch database to copy and this registers the datafiles under the correct drive BUT when I try to open the database this is what i get:
    ORA-00280: change 15613734 for thread 1 is in sequence #861
    ORA-00278: log file
    'D:\oracle\flash_recovery_area\ORCQA08\ARCHIVELOG\2012_08_03\ARC0000000860_07815
    80447.0001' no longer needed for this recovery
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    Media recovery cancelled.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-00344: unable to re-create online log 'F:\ORADATA\ORCQA08\REDO01.LOG'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    You can see that it's still looking on the f: drive for the redo log. Is my syntax correct?? - - LOG_FILE_NAME_CONVERT=('F:\ORADATA\ORCQA08','D:\ORADATA\ORCQA08')
    I can get rid of the other redo logs by dropping them and recreating under the proper drive but 01 is the active log.
    any other ideas?
    Dave

  • Different PO layout for different users - issue

    Dear Experts
    I am facing following issue: in ME23N in the item detail tab 'Purchase Order History) I have two end-users who see different columns; user A can see columns like Amount (=value of GR) and Amount in LC (=value of GR in local currency) while user B can see these fields.
    First I checked the view in the PO History tab and both are using Basic list. And then I compared the layout and the point is that user A cannot even select mentioned columns in the Change Layout option - the columns Amount and Amount in LC simply aren't available to be added in Change Layout option.
    I hope some of you could share any experience what else could control the layout of PO item details on the user level.
    Many thanks to all in advance and best regards
    Miha Egart

    Dear Jürgen
    Perhaps dfo you have some hint which authorization object could control this?
    Thx, Miha

  • Pages 5.2.2 : Different section layouts in a same doc.

    Hello,
    I have the latest version of Pages 5.2.2.
    In one document I want to create multiple sections with different layout: orientation (portrait or landscape) and margins.
    According to information provided, including online help, this should be possible. Yet every time I change one of parameters in a section, all the document "layout" is changed.
    Do you have a solution?
    In advance thank you
    (For french speakers only ;-) )
    Bonjour,
    Je dispose de la dernière version de Pages 5.2.2.
    Dans un même document je souhaite créer plusieurs sections avec des mise en page différentes : orientation (Portrait ou Paysage) et marges.
    D'après les informations diffusées, notamment dans l'aide en ligne, cela devrait être possible. Pourtant chaque fois que je modifie un des parmaetres dans une des sections, c'est tout le document qui est modifié.
    Disposez-vous d'une solution ?
    Par avance merci

    Thanks Picas for this direct and simple answer, even if this disappointed me
    Never mind, I have to use another app or find a "way-to", hoping this will be upgrade in a future version.
    To answer to your question :
    1st link - The french app's online help - Related Page :  "Create sections", you'll find this : "Un document peut contenir une ou plusieurs sections. Vous pouvez ajouter une section pour utiliser un format différent pour une partie du document, par exemple. Chaque section possède sa propre pagination, ses en-têtes, bas de page et image d’arrière-plan."
    I translate for you or perhaps are you french speaking ? : "A document can contain one or more sections. You can add a section to use a different format for a portion of the document, for example. Each section has its own pagination, its headers, footers, and image background."
    Perhaps I misunderstood the 2 sentences
    2nd link and others : using this google search "Mac Pages 5.2 Document section layouts"
    Reading the french online help and flying over the results of my Google searches, it seems to appear to me that it was possible, by simply choose the section in the preview and change the parameters of the chosen section.
    One more time, thanks for your time and you answer.

  • Final print completely different to layout in LR 5.3

    Hi,
    I use a Macintosh with mountain lion 10.8.5.
    Until I started changing what layout I wanted the final print from my epson 7900 was ok. I had it as a customised A2 on A1 layout.
    When I changed it to an A2 layout from the dropdown menu the final print was 609mm square and the image itself was near the left hand border in the middle and occupied only 25% of teh total area of teh paper. I tried different print sizes but they all came out the same.
    I tried what an other forumite did and updated the firmware for the printer but thus made no difference.
    When I opened an LR4.4 application that I still had I was able to print it on the custom setting for 609x 420mm without a problem.
    Ant suggestions?
    Many thanks,
    Hardy

    There are two factors that can contribute to the coordinates being displaced or not being applied. I'm assuming here that you are using gps4cam to generate a tracklog and applying the tracklog to the images.
    1. The camera time must be in exact sync with the phone time, including time zones. If you forgot to adjust for daylight savings time, or if the clock on the EOS-M got reset, that could be one source of this issue.
    2. When using GPS witha smart phone, sometimes wifi hotspots are used for "greater accuracy" but occasionally a hotspot may be associated with an incorrect location.
    Based on your details above, and the fact that we just changed clocks last month, I'm betting on #1.
    For what it's worth, I use my EOS-M with an Eye-Fi SD card and that will allow me to record GPS data directly into XMP data without the use of a separate tracker app. It does wear down the battery faster, though.
    mh++

  • Same role but want different order layouts OR & KL orders

    Not easily seeing how to allow a KL order to have a different layout than the OR order in the same role.
    Looking at the Role configuration Key, Component Usage, Object Type, Object subtype but do not see how or where to tie one of those to an order type.  No reason to have pricing info on a KL order type, is free by nature.

    Hello,
    I think you'll need to create this link yourself... with very few lines of coding.
    For this, redefine method DO_CONFIG_DETERMINATION of the relevant view, and implement something like this:
    lr_entity ?= me->typed_context->btadminh->collection_wrapper->get_current().
    IF lr_entity->get_property_as_string( 'PROCESS_TYPE' ) EQ 'OR'.
      me->set_config_keys( iv_object_type          = <your_value_for_OR>
                           iv_object_sub_type      = ' '
                           iv_propagate_2_children = abap_true ).
    ELSE.
      me->set_config_keys( iv_object_type          = <your_value_for_KL>
                           iv_object_sub_type      = ' '
                           iv_propagate_2_children = abap_true ).
    ENDIF.
    This will allow you to load different configurations depending on the process type of the current business transaction.
    Regards,
    Nicolas Busson.
    PS: you need to define your object types first in IMG:
    SPRO >> CRM >> UI Framework >> UI Framework Definition >> Define UI object types

  • Buy a different keyboard layout

    Hi
    I'm a Swiss guy living in Spain. Now I'd like to get a new MacBook Pro but with Swiss keyboard layout. It looks as if that wouldn't be possible from the shop. In the Spanish shop I can only choose between español and international english and US (I guess). In the Swiss store, I cannot ship to Spain...
    So, what can I do?

    Sure, that are possibilities but they would or could all get me in problems with customs (or force me to spend a lot more money).
    And my next visit home isn't planned so soon
    My question rather is wether there's some possibility to get a different keyboard via the apple store.

  • Order a Macbook Pro with a different Keyboard layout?

    In a Swedish, I want to order a Macbook Pro with an US or UK keyboard layout. The Swedish one is very different. Note that I am aware that I can change the keyboard language settings in preferences but this will obviously not change the layout of the actual keyboard.
    By some reason, there seem to be numerous threads all over the net about this particular issue but with no definite answer, which is certainly odd considering that the question is simple. So let's solve this mystery once and for all.
    Is there an official word on this? Is it possible?

    It's difficult to find a MacBook Pro with a US keyboard on a physical shop, but you should be able to order it at the Apple Online Store > http://store.apple.com/se
    If you can't order a MacBook Pro with a US keyboard from the Apple Online Store, call Apple and try to order it. Note that the delivery may be longer

  • Layout on iOS differs from Layout on Android

    I am getting (remaining) very frustrated with my choice to use Flex and Adobe products for my mobile app. Adobe making SWFLoader an available object in mobile WITHOUT TELLING US IT WON'T WORK IN PRODUCTION cost me a lot of time and money. My last post here was at the beginning of November when I believed I was about ready to deploy my app but I've had to take all this time to re-write it given that SWFLoader was added to the dist just to make it possible for programmers to really go the wrong direction. Sorry to be so annoyed but honestly, this has cost me a lot of money and I don't have the rest of my life to screw around with software that does not do what the vendor says it will do.
    In any event, my latest frustration, now that I'm back to being done with all the re-coding aspects of the app, is getting it to lay out on screen properly. On my Android device, I just add the flex component to the screen, find the registration point, center on that and it lays out properly. In iOS, it does not work. Here is an example of laying out a screen with a center registration point.
    var xPixels:uint = Capabilities.screenResolutionX;
    var yPixels:uint  = Capabilities.screenResolutionY;
                    if(xPixels < yPixels) {
                        //phone is tilted and we're measuring the incorrect orientation.
                        //reverse x and y and double them to get proper screen dim.
                        var yPix:uint = xPixels + xPixels;
                        xPixels = yPixels + yPixels;
                        yPixels = yPix;
                    //the following will be sure that we've centered the
                    //screen.
                    xPixels = xPixels / 2;
                    yPixels = yPixels / 2;
                   this.busyLoader = new LoaderMessageCurtain;
                    busyLoader.x = xPixels;
                    busyLoader.y = yPixels;               
                    enemyViewContainer.addChild(busyLoader);
                    loaderShowing = true;
    In the above code, busyLoader was created in FlashPro (as all my screens and animations are). It was converted to a Flex component. It has  registration at the center of the screen. On Android, this code causes the screen to lay out properly. On iOS, I'll get the top left corner in the center of the screen. WHY?????????????? WHY, WHY, WHY? I'm sick of it. Can anyone help me understand the voodoo that is going on behind the scenes to actually be done with this project with a professional looking piece of software that behaves as expected on ALL platforms it is touted as being able to be run on?
    Notice as well that on Android, I don't have to tell busyLoader what dimensions it is. That's great. However, on iOS, if I don't set the width and height of the component, it will be giant or super small but not properly sized in either case. When I do set the dimensions, the outcome is problematic. Sometimes it fits and sometimes I need to add or subtract an arbitrary number of pixels to get it size properly. Sigh.
    Also, I write software on a large monitor. Using the emulators to lay out code is a total waste. If I use the iPhone 4 emulator, for instance, it reports that my screen size is 1900 by 1200. Well, my monitor is 1900 by 1200 but an iPhone is not (it's 960 by 640 if I recall). It does me no good to have an emulator lay out based on my screen size. That too has cost me dearly. No offense and your tools are cool and I hope that I'll be able to solve my frustrations with Flex and continue to use your tools, but why don't you guys try doing what I do before I release software... make sure it works?

    The reason the objects have a center registration is because the animator was trying to ensure that the animations work for different screen sizes without changing the length to width ratio of the animations. He drew a black border around the entire stage. On platforms where the screen does not fill the stage properly, the black border shows up at bottom. While I will make sure that he keeps them registered at top left from now on, I don't see why that makes any difference. A center point is a center point and should work as well as any other point on a screen (I would think).
    Well the problem is that it requires you to know ahead of time how a particular asset is registered in order to properly layout and position it through code. Display objects are much easier to work with if you can assume they are always registered in their natural top left corner, and should not extend passed the desired width/height (IE. setting a negative x/y value to get a "border"). This allows the developer to know exactly where it should be positioned based on it's measured size, without having to worry about varying registration points.
    I'm very interested in your thoughts on the Capabilities.screenResolutionX and Y function. Given that screens are not laying out properly without explicitly setting their size, and I want them to be the size of the screen in question (it's a full-screen mobile app), I have no choice but to call Capabilities.screenResolution X and Y and set myFlexComp.w and h as these values. If there is a better way to do this, please point me toward the resource so I can learn about it.
    One should never assume the application fits the entire screen (as you have seen first hand). There are numerous better way to do this. It really depends on how your application is set up.
    Here is an example AIR app that shows one possible way these assets can be correctly imported and positioned within your application. If you run the app and resize the window, you will see that the icon will always remain centered and the background will always fill the size of the window (notice how the MainView_background symbol has 9-slice scaling enabled in the fla, which is how the border remains a uniform size regardless of the window size).
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
                                                                                  xmlns:views="views.*" width="1024" height="768">
                   <fx:Style>
                                  @namespace s "library://ns.adobe.com/flex/spark";
                                  @namespace views "views.*";
                                  views|MainView
                                                 backgroundClass: Embed(source="assets.swf", symbol="MainView_background");
                                                 iconClass: Embed(source="assets.swf", symbol="MainView_icon");
                   </fx:Style>
                   <views:MainView top="0" left="0" bottom="0" right="0" />
    </s:WindowedApplication>
    package views
                   import flash.display.DisplayObject;
                   import mx.core.IFlexDisplayObject;
                   import mx.core.ILayoutElement;
                   import mx.core.UIComponent;
                    * This class takes 2 styles for a background and icon class. The background is
                    * scaled to the size of the component, while the icon is centered within it.
                    * I also copied a few utility methods from the MobileSkin to show how the various
                    * class formats are supported.
                   public class MainView extends UIComponent
                                  public function MainView()
                                                 super();
                                   * Copied from spark.skins.mobile.supportClasses.MobileSkin
                                  public static function getElementPreferredHeight(element:Object):Number
                                                 if(element is ILayoutElement)
                                                                return ILayoutElement(element).getPreferredBoundsHeight();
                                                 else if(element is IFlexDisplayObject)
                                                                return IFlexDisplayObject(element).measuredHeight;
                                                 else
                                                                return element.height;
                                   * Copied from spark.skins.mobile.supportClasses.MobileSkin
                                  public static function getElementPreferredWidth(element:Object):Number
                                                 if(element is ILayoutElement)
                                                                return ILayoutElement(element).getPreferredBoundsWidth();
                                                 else if(element is IFlexDisplayObject)
                                                                return IFlexDisplayObject(element).measuredWidth;
                                                 else
                                                                return element.width;
                                   * Copied from spark.skins.mobile.supportClasses.MobileSkin
                                  public static function setElementPosition(element:Object, x:Number, y:Number):void
                                                 if(element is ILayoutElement)
                                                                ILayoutElement(element).setLayoutBoundsPosition(x, y, false);
                                                 else if(element is IFlexDisplayObject)
                                                                IFlexDisplayObject(element).move(x, y);
                                                 else
                                                                element.x = x;
                                                                element.y = y;
                                   * Copied from spark.skins.mobile.supportClasses.MobileSkin
                                  public static function setElementSize(element:Object, width:Number, height:Number):void
                                                 if(element is ILayoutElement)
                                                                ILayoutElement(element).setLayoutBoundsSize(width, height, false);
                                                 else if(element is IFlexDisplayObject)
                                                                IFlexDisplayObject(element).setActualSize(width, height);
                                                 else
                                                                element.width = width;
                                                                element.height = height;
                                  private var _background:DisplayObject;
                                  private var _icon:DisplayObject;
                                  override protected function createChildren():void
                                                 super.createChildren();
                                                 var bgClass:Class = this.getStyle("backgroundClass") as Class;
                                                 if(bgClass != null)
                                                                _background = new bgClass();
                                                                this.addChild(_background);
                                                 var iconClass:Class = this.getStyle("iconClass") as Class;
                                                 if(iconClass != null)
                                                                _icon = new iconClass();
                                                                this.addChild(_icon);
                                  override protected function measure():void
                                                 super.measure();
                                                 //lets say our prefered dimensions are at least the size of the icon...
                                                 if(_icon)
                                                                this.measuredWidth = getElementPreferredWidth(_icon);
                                                                this.measuredHeight = getElementPreferredHeight(_icon);
                                                                trace("this.measuredWidth = " + this.measuredWidth);
                                                                trace("this.measuredHeight = " + this.measuredHeight);
                                   * @private
                                  override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
                                                 trace("MainView.updateDisplayList(" + unscaledWidth + ", " + unscaledHeight + ")");
                                                 super.updateDisplayList(unscaledWidth, unscaledHeight);
                                                 //bet let's actually scale the contents to the full size as set by the parent...
                                                 if(_background != null)
                                                                setElementSize(_background, unscaledWidth, unscaledHeight);
                                                                setElementPosition(_background, 0, 0);
                                                 //and we will center the icon within those bounds...
                                                 if(_icon != null)
                                                                var iconWidth:Number = getElementPreferredWidth(_icon);
                                                                var iconHeight:Number = getElementPreferredHeight(_icon);
                                                                var iconX:Number = (unscaledWidth - iconWidth) / 2;
                                                                var iconY:Number = (unscaledHeight - iconHeight) / 2;
                                                                trace("iconWidth = " + iconWidth);
                                                                trace("iconHeight = " + iconHeight);
                                                                trace("iconX = " + iconX);
                                                                trace("iconY = " + iconY);
                                                                setElementPosition(_icon, iconX, iconY);
    This methodology uses the appropriate stages in the flex component life-cycle to create, measure, and position its contents.
    *note: I was going to attach an example project, but I can't seem to figure out how to add an attachment. Send me a PM if you would like me to email it to you.
    *edited a few typos*

  • Two different keyboard layout issues

    I have two computers, each with a separate issue that's been driving me nuts:
    1. My G5 PowerMac (running 10.4) is set to use the Dvorak layout. That's it. It's the only one selected in the input menu list. Not even the standard US layout is selected. However, what kills me is that if I have to start up the computer holding down keys (like booting to a CD, resetting the Pram or PMU, etc.), or when I logout as one user and have to enter a password to log in again (yes, I know fast user switching bypasses this, but I still have to do it this way on occasion), the computer defaults to the US Qwerty keyboard layout. Is there a way to shut that off completely? It's driving me nuts because my keyboard doesn't show me the Qwerty layout and I have to rack my brain trying to remember where the letters are.
    2. On my G4 PowerMac (running 10.4) I have to toggle between Dvorak and Qwerty (my wife uses one, I use the other, and I don't want to set us up on different accounts). The problem is, the system toggles it back and forth all the time without warning--going to form fields, switching between apps, etc. There was a time (back with Panther for one of the updates), when a layout would stick the whole time until I switched it to the other, but it hasn't done it for a while. Is this a bug, or is there a workaround?
    Thanks.

    Here is a solution to problem 1, i had this problem a couple of months ago and eventually managed to figure it out.
    1. Go to: System preferences->accounts->login options
    2. Turn on: Show input menu in login window
    u can now use whatever language for login
    if u want it as default
    1. log out
    2. change language
    3. sign in
    4. Turn off the thing u just turned on
    it is now the default
    it seems to be another setting entirly
    As for the second issue i am currently having that issue and as yet have not found a solution.
    let me know if u figure something out for it

  • Skype versions: 6.18 but different chat layouts

    I have Skype for Windows version 6.18.0.106, a friend has Skype for Windows version 6.18.64.106. Both of us are told we have the latest version when we check for updates. Why is this?
    My friend sees a new UI with profile picture thuimbnails and balloons in the chat window.
    Sid.
    Solved!
    Go to Solution.

    I updated skype and I was ready to stop using it entirely because of the 64 layout that made me want to gouge my eyes out. I had to come looking online when I found that you simply cannot change it in the client and found this.
    I'm still not satisfied with the 0 version. For some reason, someone thought it would be good to add excess padding between each message.  In the space that used to fit around 20 messages now fits about 8. Why in gods name would you not give the user the ability to change the padding of the messages. And why would you even make TWO SEPARATE RELEASES OF THE SAME **bleep** VERSION. Confuses the **bleep** out of me.

  • CRM WebUI Layout Profile after upgrade.

    Hi All,
    We have upgraded CRM system from 6.0 to EHP1. In the earlier system, there was a custom layout profile. Somehow that is not working after the system upgrade. On Web ui in personalize option, when i select that profile, i can see only the text on UI, all graphics are not visible, and for buttons cross image comes.
    I opened the BSP application "THTMLB_STYLES" in the upgraded system and found that after system upgrade, few files have been added to standard layout profile i.e. default. These CSS files are not there in the customized layout profile after upgrade.
    Now my question is "Is there any report program kind of thing that can synchronize the standard and customized layout profile?" like we have report for runtime repositories comparisons.
    If not, then should i create another layout profile by copying the default and make changes to that or is there any way to edit the current custom layout profile.
    Thanks,
    Raman

    Hi Raman,
    How are you?
    Did you find any solution for this problem?
    We are also facing same problem after upgrade. So far, we have found only one solution i.e. create a new skin in EHP1 and do the required changes.
    Thanks,
    Ansal

Maybe you are looking for

  • Open dialog crashing in Photoshop Elements 11 (Mac OS X Mountain Lion)

    I downloaded the trial for Photoshop Elements 11 for Mac. I'm using Mac OS X Mountain Lion (10.8.4). In the File > Open dialog, if I touch either of the two pop-up menus at the bottom of the dialog, Photoshop Elements crashes. This is 100% consistent

  • Are Oracle-Validated patches available in OEL 6?????????????

    I have a plan to install OEL 6 and Oracle EBS R12 in my Server. But I need to make sure all Oracle-validated patches available in OEL 6 & I can install EBS R12 in OEL 6 properly....I had seen a mail in OTN which mentioned there is no RPMs available f

  • Still hesitating...

    So... I'm still not sure which one would be the best option for me between these two : A macbook (+external monitor keyboard and mouse for my home) or a Macbook Pro for everything. I won't be using the extra power from the MBP, but I will definitely

  • Queue vs Distributed queue

    Hi Guys, Could you please help me resolve some doubts on Regular Queue and Distributed Queues. 1. What is the basic Difference between regular q and distributed q. 2. Can we deploy the regular q on clustered weblogic, If yes, how will this be differe

  • STRUTS-XML-MYSQL_INTEGRATION

    Actually I have a jsp page that has 5 fields �Stock name ,Stock Symbol,Qty purchased,Price Purchased,Brokerage. In the XML file , that will be given by Mr.X that will contain Stock Name , Stock Symbol , 52 week high , 52 week low, intra day high , in