Basket element's color in listing

Hello, professionals,
OrgChart 3.0 SP2
I've met following problem:
color for employees selected elements in basket is default, not like in OrgChart structure.
I am using in OrgChart structure OrgUnits and Positions, Orgunits selected elements has same custom color in structure's basket and in lisiting basket. And employees elements has default grey color. How can I customize this color?
Thanks
Best regards,
Alexander.

The basket detail uses presentation "BasketItemXSL", so try looking at:
        ...\Templates_SAP\BasketItemXSL.xsl
But my feeling is that this is not your root cause.
I think the object colour should be controlled by the extrainfo item in the orgchartconfiguration file (e.g. "SAPOrgUnitOrgChart.xml") for the hierarchy in question.
e.g. for position hierarchy:
<item name="objectcolor">FFE76B</item>
OSS could be the route to go ...
Regards,
Stephen

Similar Messages

  • How to change background color in List of Values (LOV) ?

    Hiya
    In Forms 10g, the background color in list of values (LOV) is White whereas it was grey in Form 6i. Also, the position of 3 buttons i.e. Find, OK and Cancel on LOV is different than what it used to be in Forms 6i.
    Is it possible to change the background color and the position of buttons of LOV in Forms 10g ?
    Cheers
    Mayur

    I would like to share the outcome of this issue.
    I had posted this same issue on Metalink yesterday. They (Metalink guys) have confirmed that its an bug in Oracle 10g DS R2 and it would be fixed in subsequent releases.
    Following is an official response from Metalink:
    This issue has been addressed to Oracle Development to be investigated/fixed in the published Bug:
    Bug 1559776 <BACKGROUND COLOR SETTING FOR LOV OBJECT DOES NOT WORK ON WEB>
    Cheers
    Mayur

  • Write two functions to find the the number of elements in a linked list?

    I am trying to Write two functions to find the the number of elements in a linked list. One method using recursion and One method using a loop...
    //The linked List class is Represented here.
    public class lp {
    public int first;
    public lp rest;
    public lp(int first1, lp rest1)
    first = first1;
    rest = rest1;
    The program i wrote so far is
    import java.util.*;
    import linklist.lp;
    public class listCount{
    //loop function
    public static void show_list(lp list)
    int counter = 0;
    while(list != null)
    list = list.rest;
    counter++;
    System.out.println ("length computed with a loop:" + counter);
    //recursive function
    public static int recursive_count(lp list)
    if (list.first == null)
    return 0;
    else
    return recursive_count(list.rest) + 1;
    //main method
    public static void main (String args[])
    lp list1 = new lp(1, new lp(2, new lp(3, null)));
    show_list(list1);
    System.out.println("length computed with a recursion:" +
    recursive_count(list1));
    at the if (list.first == null) line i get the error " incomparable types:
    int and <nulltype>" I know this is a beginners error but please
    help...What should I do?

    byte, char, short, int, long, float, double, and boolean are primitives, not objects. They have no members, you cannot call methods on them, and they cannot be set to or compared with null.

  • How do I extract the length of an element in an Array List

    Hello there,
    I am facing this problem with an Array List of elements. I am trying to extract the individual length of a particular element in the array list . Now if I know the element is a String is this valid?
    int lengthOfElement = 0;
    lengthOfElement = ((String)parms.get(i)).length();
    Your answer is much appreciated
    Regards

    Snap!I don't know how many times I've seen people post
    saying that they have a list where each element is a
    String, but they keep on getting ClassCastException :)Damn those Integers!
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to save only newly added elements from the trailing list

    Dear,
    I have a shuttle bean with left and right trailing lists.
    At some point I save the right trailing list content to DB. Then I add additinal elements to the trailing list. Trying to save again gives me oracle.jbo.TooManyObjectsException: JBO-25013: Too many objects match the primary key oracle.jbo.Key
    exception.
    What is the approach I can take to only save newly added elements from the shuttle?
    I am wondering if I can put the extra logic (what logic would that be - do I need to check the PK value that is already in the database?) in the AM method with which I save the shuttle like here (TicketID and ResponsibilityID are primary key)
    if (items != null)
    Object ia[] = items.toArray();
    for(int i=1; i<ia.length; i++)
    Row rowApproval = vo.createRow();
    vo.insertRow(rowApproval);
    rowApproval.setNewRowState(Row.STATUS_INITIALIZED);
    Row row = vo.getCurrentRow();
    row.setAttribute("TicketId",items.get(0));
    row.setAttribute("ResponsibilityId",items.get(i) );
    row.setAttribute("Status",items.get(i));
    or should I do something in the EO?
    Thank you
    Anatoliy

    Hi,
    Can you please clarify - do I have to make a loop? I mean for every record/element in the trailing list
    I run the VO (that I will create) VO.executeQuery?Yes you do need to execute the VO for every record....by passing the different parameter in each iteration.
    Regards,
    Gyan

  • Conditional Color Coded List

    I have done this in excel long time ago and I though it was going to be as simple as it was with excel.
    I'm trying to implement a conditional color coded list with the criteria below:
    Fields:
    - Health (blank cell that will change colors)
    - Due Date (cell with dates)
    Criteria:
    - Red if [due date] < date.now
    - Yellow if [due date] > date.now - 10
    - Green everything else
    How would I implement that in SharePoint?
    Thanks in advance
    ps:I'm not a C# programmer so I don' t know if the syntax for datetime or dude date column are right. 

    Hi mpaulopes,
    Here is a step by step guide reference to provision conditional formatting using SharePoint designer. It will give you proper idea about how to do this. It is for SP2010 however it won't make much difference.
    http://blog.sharepointrx.com/2010/12/03/conditional-formatting-and-date-comparisons-with-sharepoint-designer-2010/
    I hope this helps.
    Regards,
    Tapan

  • Pager Element in PCUI result list

    Hi,
    Am facing a very peculiar issue(s) described below, if anyone has faced this issue or has a solution i look forward to their replies on the same
    The pager element on the result list screen of the PCUI application seems to be resetting to 1.
    When we navigate to a page say 5 of 8 and select a row in the result list. The pager element index is automatically set to 1 of 8, the displayed result list how ever is the same as it was on page 5.
    These application(s) was working fine before the application of patch SAPKA70007 which updated some of the PCUI framework elements.
    The other problem being that for the initial display detail level 1 layout comes up as soon as the application is started, it should ideally not come up till a row in the result list is selected.
    Thanks and Regards,
    Aniruddha Gargya

    Yes, as the element can be empty for new records (as long as you didn't choose anything), this empty element has to be part of the elements as long as you didn't choose anything.
    The only way to remove it completly is to define a Initial value for the element. But, because your list is dynamic, you cannot use the property "Initial value". Use a WHEN-CREATE-RECORD-trigger to assign the default value.

  • Color Definitions List - No Scroll

    I have a large color definitions list that matches my standard swatches in Illustrator.
    I want to go in and thin out some old/obsolete swatches (color definitions).
    I've recently upgraded to FrameMaker 11. I cannot scroll in the Color Definitions Name field. I use the drop down arrow to dig into the list, but the list itself won't scroll. Hovering on the scroll arrow does nothing. Clicking it just selects that color at the bottom of the list.
    Ideas? Is there any other way to scroll through the list or see the list?
    I'm in FrameMaker 11.0.1
    View > Color > Definitions...

    As Van says, it's a very poor implementation of th scroll list. I just created an Indexed PNG to get a large list of values for the colours to test this out.
    You have to click&hold on the arrow at the lower left and then drag the pointer down *outside* of the list window to start to scroll. On a fast machine, it just jumps to the end. If you let go, the list disappears. When you're past the first screen of the list, there's also an up arrow at the top that behaves in a similar way.
    The FM UI designer must have been having a very bad day...

  • Elements 10-color management settings

    Using Elements 10 with MAC; color management settings aren't available

    My understanding is in the Print Command, there should be a Color Management option that gives you two options:
    -Printer manages colors
    -Photoshop Elements manages colors
    In Print command, I don't have that option.

  • E-sourcing Add new Element in Actions dropdowmn list in Project Document

    Hi Evrybody ,
    I am trying to add new element in Actions dropdown list in Project document (in drop down already has Create Auction ,Create demand ,create agreement, Create RFx   elements ) .
    i am able to change the text of existing but not able to add new elements .
    Could you please help me on this .
    Thanks
    Pavan Reddy.

    Pavan,
    My understanding is that the Actions tab is used to execute scripting.  Some of the scripting is embedded in the system, like Create RFx or Create Auction.  This you can not change easily. 
    If you want to add a new item to the Actions for Projects create a Script Definition with Script Type: Toolbar and Class: Project (1100).  Keep in mind that you will also have to have a functioning Script Definiton.
    Regards,
    James

  • Change color of List link

    Hi,
    I'm trying to change the color of the links in one of my Lists. Can somebody please tell me how to do this? I'm not sure where to put it or what the syntax is.
    Thanks,
    Nora

    Take a look at:
    Change color of row links
    Basically, create a class for your links and change the attributes using the :link,:visited,and :hover pseudo-classes. Even better, apply a class to the UL element, such as "myList" then add the following to your css:
    ul.myList li a:link,ul.myList li a:visited{color:#00ff00;text-decoration:none;}
    ul.myList li a:link,ul.myList li a:hover{color:#ff0000;text-decoration:underline;}
    That way you don't have to repeat the 'class=".." ' for every link in your li, thus reducing the size of the page.
    Thanks,
    Tyler

  • WBS element in Material Document List Report

    Hi Guru,
         I have a problem about WBS element which is not show up any data in Material Document List (MB51) movement type 281 and 281 Q event I add WBS in the document.  Anyone know how can i config or do anything to let the system show up, please let me know.
         Thanks in advance.

    Hi,
    Go to SPRO > MM > Inventory Management and Physical Inventory > Reporting > Define Field Selection for Material Document List > Here for Program Name "RM07DOCS", Table "MSEG" add field "MAT_PSPNR" (Valuated Sales Order Stock WBS Element) and activate "Output" indicator.
    And Then check in MB51

  • How to change color of list box highlighting in Acrobat 9 Pro?

    When you create a list box in Acrobat 9 Pro you select the default value.  That default value displays on the form in a highlighted color.  Does anyone know how to change the color of the highlight or ideally make it no color?  Thanks.

    When you create a list box in Acrobat 9 Pro you select the default value.  That default value displays on the form in a highlighted color.  Does anyone know how to change the color of the highlight or ideally make it no color?  Thanks.

  • B2B 11g - B2B-51507 - A data element contains characters not listed in the

    How can we change the character set used in b2b ? We are getting the following error when some non english characters are present in the payload. We see the issue also when CRLF characters are present in the payload.
    Error : Element NTE02 (Description) contains characters not listed in the allowed character set. Segment NTE is defined in the guideline at position 030.{br}{br}This error was detected at:{br}{tab}Segment Count: 4{br}{tab}Element Count: 2{br}{tab}Characters: 5077 through 5121

    What is the version and release of B2B are you using? Have you applied any patches?
    I am asking above questions because there is a known bug in B2B with similar problem and there is a patch available for the same.
    Regards,
    Anuj

  • Change background color of List Title

    I am able to change the text color however, I am not able to change the background color of the Title on my List.
    The list template I am using is Vertical Unordered List without Bullets.
    Here is my code :
    <span style="color:pink"; "background-color:black">My List Title</span>.
    The text color is pink, however the background color remains blue.
    Do I need to create a new template for the list ?

    Please surround your HTML with the the following tag We need to check if your code is displaying properly.
    Scott                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Nokia Suite under-estimates the amount of free sto...

    Nokia Suite (NS) prompts me that I cannot copy a whole bach of music onto my N8 because of too little memory. NS says I have only 4 GB free when there's actually more than 13 GB available. Does anyone know why this may be? I have resorted to do the c

  • JMenuItem painting Problem

    Hi, I have painting problem with adding the JMenuItems dynamically. In the screen1 figure shown below, Menu 2 has has total 10 items, but initially we will show only three items. When the user clicks on the menu item ">>" all the Ten Items in Menu 2

  • How to get this Airport Extreme base station to produce a wireless network?

    I had this Airport Extreme base station working fine at the house that I moved from a couple of days ago. After my house move, however, it seems that the AE base station isn't producing a wireless network. My wireless laptop isn't detecting a wireles

  • Copy / paste operations crash all SGD windows

    Hi From time to time, users have problems during copy/paste operations between SGD windows. When users use this function between (for ex.) gterm and x-emacs v2.22 windows, all SGD windows crash. The support asked them to migrate to the new SGD versio

  • Adobe PDF Pack Installation

    I recently purchased the Adobe PDF Pack for $89.99.  I need instructions on how to get it installed and working on my desktop immediately.  I job is dependent upon this program. Thanks, Janet Hudson [email protected]