Locating Individual Assets/Attributes in the tree? Possible?

Hi all,
Is it possible to find assets/attributes in the tree in either Admin or Content Provider views? For example, if I have a flex family and I've created X number of attributes like (h1title, body, metakeyword, etc) and I want to see them all in one place is there any way to without doing a search?
The search is fine but I'd prefer to use the tree to see everything I've already created. Thanks in advanced!
Edited by: 954038 on Aug 28, 2012 10:24 AM

This is my latest attempt, but it still doesnt work, it just makes the icon for the last item in the jtree.
I cant figure out what im doing wrong here, any ideas?
class CustomIconRenderer  extends JLabel implements TreeCellRenderer {
    String[] fileArray;
    CustomIconRenderer(String[] fileArray){
        this.fileArray = fileArray;
    public Component getTreeCellRendererComponent(JTree tree,
            Object value, boolean sel, boolean expanded, boolean leaf,
            int row, boolean hasFocus) {
        DefaultMutableTreeNode node = (DefaultMutableTreeNode) value;
        Object obj = node.getUserObject();
        String nodeName = obj.toString();
        setText(nodeName);  // set the text
        int i = 0;
        while (i < fileArray.length){
          if (nodeName.endsWith(fileArray)){
Icon icon = new ImageIcon(getClass().getResource("images\\actors\\"+ nodeName));
setIcon(icon);
else{
setIcon(null);
i++;
return this;

Similar Messages

  • I lost my phone and the location service is off. Is it possible to turn it on from another device?

    I lost my phone and the location service is off. Is it possible to turn it on from another device?

    No.

  • Unable to read blob attributes in the Asset Filter

    Hi,
    I am unable to read a blob attribute in the Asset Filter using the following code.
    The String attributes work fine.
    Can I get some examples for reading blob attributes in the filter?
    I am using Webcenter Sites 11gr1
    public void filterAsset(IFilterEnvironment env, String filterIdentifier, FTValList filterArguments, IFilterableAssetInstance instance) throws AssetException
    String inputattr = getAttrID(env, filterArguments, ARG_CUSTOM[0]);
    IListBasic ilistbasic = instance.getAttribute(inputattr);
    ilistbasic.getValue("value") // throws No such field exception.. works fine for string attribues
    Thanks,
    Raj

    Hi
    In DTP, Filter there is option to write routine. The last button.
    Here u can write the below code :
    Select <fields> from table into itab.
    Read itab into wa_itab where <condition>.
    If sy_subrc = 0.
         l_t_range-FIELDNAME = ' '. <give ur field name in source>
          l_t_range-sign = 'I'.
          l_t_range-option = 'EQ'.
          l_t_range-low = wa_itab-field.
        APPEND L_T_RANGE.
    endif.

  • Locate my sales force using the GPS capabilities of an iPad2. Possible?

    What if I have a nation wide sales force equipped with iPad 2 devices. I want to be able to see where they are on a map from the home office using the GPS locator capabilities built in to the device. The idea would be to get the closest salesperson to respond to a sales lead. Is this possible? Waht applications or setup would be necessary?
    Tom

    I cannot speak from experience becasue my iPad is Wi-Fi, I can only pass on what I have read. GPS only is a much slower system to initiate. You need to be in an area where the iPad can create an unobstructed line of sight with the satelite system. And that can take a while to occur. But with a SIM card you can take advantage of Assisted-GPS and tap into the fact that your iPad can know where it is faster becasue it can tap into the local cellular network and a data base of cell tower locations, as well as wi-fi hotspot locations. Folks report that this works even if you do not actually have cellular service account activated.
    Are location services activated on your iPad? Have you ever denied the iPad access to your location?

  • Display entity-attributes and global-attributes in the same screen

    Hi,
    I have a question about entity.
    Is it possible to display in the same screen, entity-attributes and global-attributes?
    thanks
    Rosalia

    Hi Rosalia,
    You can only display attributes from the current entity and the entity or entities that it is contained by (the parent entities).
    So if you had the following data model
    Global
    ..the person
    ...the income
    the person is contained by global.
    the income is contained by the person (which is contained by global).
    If you want to create a person-level question screen, you can display global attributes on that screen by using subsitution like %global_field_1%. You cannot, however, input global attributes on that screen (ONLY attributes belonging to the person)
    If you want to create an income-level question screen, you can display attributes from the person such as "tell us about %person_name%'s income..." as well as global attributes. Again, you cannot input person or global attributes on that screen (ONLY attributes belonging to the income)
    However it only works from child-to-parent containment relationships! You cannot have a global question screen which loops through the person instances and displays attributes from the person, or from the income out-of-the-box.
    We have managed to implement this using custom controls.
    You can map individual attributes back up to the parent level, and then display them,
    such as
    the first person's name = InstanceValueIf(the people, the person's name, the person's id = 1)
    the first person's name is now a global attribute and can be displayed on global question screens.
    Hope this helps!
    Ben

  • Group and Individual Assets Legacy data load

    Hi, I work for a oil and gas company and I am having issues for the initial load for the group and individual assets into SAP .
    Any help in regards to this would be helpful.
    Below are the values that I would like to load into SAP for group ( grp 1 )  and individual assets ( Ind 1 and Ind 2 ) into SAP.  We would like the depreciation to be carried on the group asset level and allocated on the NBV of individual assets ( which I think seems not possible but the standard allocates the depreciation only on acquisition value ) .
    Asset              APC Value         Acc Depreciation      NBV
    grp 1                20,000.00           10,000.00                 10,000.00
    Ind  1               10,000.00            6,000.00                    4,000.00
    Ind  2               10,000.00            4,000.00                    6,000.00
    The problem is for intital load as well once the Ind 1 and Ind 2 are assigned to group asset grp 1 , it doesnt consider the acc depreciation at all , and the system allocations the accumulated depreciation based on apc values rather then NBV as of the load date.
    Also, if I plan to load only the NBV of the group and individual assets only, the clients wants the APC values as well for reporting , so not where I can get those from if I only load the NBV.
    Please let me know other approaches for initial load of group and individual assets that you guys might have worked on .
    Thanks
    bharani

    hi,
    Hope your requirement is to see the takeover values as on legacy asset takeover date, for those group assets mistakenly created with AS21...instead of AS81.
    Am i right...........
    Then you can do this by doing below.
    1) Go to OAAQ, for your CC, the last closed FY should be same as the FY, which is actually used during legacy asset upload.
    2) now go to AS82, for your wrongly created group assets and in takeover values tab, enter the values manually.
    Note: Assets created by AS01/AS21 can changed with AS92/AS82, then you will have takeover values tab in addition to normal AS02/AS22 transactions.
    once updation is finished, then again revert back the changes in OAAQ.
    This will solve your issue.
    Thanks,
    Srinu

  • A question about the Tree Component

    I have try to use the tree component i a flash page, and
    it´s going allright until I´ll want to link the content
    to a page... WHY??
    I have tried a lot of different codes here are those I tried:
    <tree>
    <folder label="Mine own">
    <link label="My page" url="
    http://www.mickesei.se" />
    </folder>
    </tree>
    Nr2:
    <tree>
    <folder label="Mine own">
    <link label="My page" link="
    http://www.mickesei.se" />
    </folder>
    </tree>
    nr3:
    <tree>
    <folder label="Mine own">
    <link label="My page" href="
    http://www.mickesei.se" />
    </folder>
    </tree>
    nr4:
    <tree>
    <folder label="Mine own">
    <link label="My page" get URL="
    http://www.mickesei.se" />
    </folder>
    </tree>
    But nothing seems to work, when I go mouse over it still a
    arrow should it?
    HELP ME PLEASE!!! Micke

    Thanx Jeanne,
    You brought me on a idea with the UIX Developer's Guide and EXPANDABLE_EXPANDED value.
    I couldn't figure out how the expand property was filled, because it wasn't done in the ADF BC ViewObject. We have a Utility class that creates a DataObject from the ViewObject Data and here the expand property was set.
    Now it was easy to build a ExpandAll option. It is possible to access the HttpServletRequest object were the DataObject is created. By setting a attribute in the request I could react on that and give the expand property indeed the value EXPANDABLE_EXPANDED.
    Dennis

  • Can I rearrange the tree of welcome/course pages?

    Greetings all,
    Supposing that I have spent a lot of time creating a tree of welcome pages and course pages, and then I receive word from the higher-ups that parts of the tree should be restructured (for instance, that Humanities, which is a currently represented as a welcome page underneath Philosophy and Letters, really ought to be a top-level welcome page accessible directly from the root welcome page).
    Is it possible to move Humanities, and all the courses and welcome pages that it contains, from its current location to its new location without having to delete it and recreate it in its new location.
    I ask this because up to now I haven't found any tools in the iTunes U administrative interface that will allow me to rearrange my content tree.
    TKA for all assistance,
    Cheers,
    Erik Norvelle

    Erik,
    Sorry for my tardy reply. In answer to your question, no there is, as yet, no direct way to move a sub-welcome page (also called a "division" in the Administration Guide) or a course from one section to another…or from a section to your site page.
    However…
    There is a very very clever hack, discovered by Dave Benjamin from (last I heard) Arizona State. It works like this…iTunes U can treat a real-live division and a real-live course like a template course or a template division. So this means that you can actually copy a course or division from one section to another using the iTunes U web service. After you've copied a division, say, from one section to another, you can delete the original. This has the effect of moving the division.
    If you are not comfortable using the web service, I have a way which makes it (relatively) painless to use.

  • Individual Performance Attribut for MTE MANAGERS.ActiveThreadsCount

    Hello,
    I want to monitor J2EE ActiveThreadsCount for Dispatcher (System Threads) and Server (Application and System Threads) with CCMS, all three are assigned to Configuration Group "MANAGERS.ActiveThreadsCount" so it seems I cannot configure individual performance attributes. If I change it for Server System Threads then the threshold also changes for Dispatcher System Threads (as they have of course configured different maximum threads I cannot useful monitor this MTEs). Does anyone know how to set individual thresholds? It seems to be not possible in NWA and RZ20 (nodes are available in SAP J2EE Monitor Templates -> Engine Kernel).
    Regards
    Markus

    Hire to Retire GT Project wrote:
    Chris,
    >
    > This is an interesting one !.
    >
    > My first question is why did you create a custom "app" for adding a qualification. There are already a standard free enhancement BADI implementation - ADD_QUALIFICATION (HRHAP00_ENHANCE_FRE2), ADD_REQ_QUALIFICATION (HRHAP00_ENHANCE_FRE4) . I am not sure if you have already evaluation these options. You could have created / configured any number of columns as a reference element of this BADI. So in the runtime, when the qualification "Q object" is added , the columns referenced will be created.
    >
    > For the above example, if you dig down in the HRHAP_BASIC table, you can see there will be a mapping created between VC and Q object.
    >
    > Lets discuss this and I find this is interesting. I am willing to help more
    >
    > Aneez Hameed
    Hi Aneez, Thanks for your response.
    We needed to build an application to help manage the catalog of qualifications (Position - manages - qualification group -> Qualifications)  This catalog belongs to the manager's position.  The Q's are written into the appraisal document via the add element badi, using the reference element.  The Text for each of the qualification objects (Meets Objectives, Exceeds Objectives) is stored in the object description infotype, and we need to have both of these descriptions show up in the body of the performance review. 
    After posting this question, I implemented two new columns and added to the reference element, Meets and Exceeds.  Each new column has a Value Determination badi implemented that goes out and grabs the specific text from the Q object and populates it into the Note field.  We feel like this is a suboptimal solution at this point given the lack of formatting in the Note field and the HTML tags present in the text. 
    I tried to implement a description column but we were still limited to using the Note field to display the text.   
    Lets continue to converse.. Maybe we'll strike upon a solution.
    Chris Thomas

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information. Outcome: Unknown Error

    Received this error (The workflow could not update the item, possibly because one or more columns for the item require a different type of information.) recently on a workflow that was
    working fine and no changes were made to the workflow.
    I have tried a few suggestions, i.e. adding a pause before any ‘Update’ action (which didn’t help because the workflow past this action without incident); checked the data type being written
    to the fields (the correct data types are being written); and we even checked the list schema to ensure the list names and the internal names are aligned (they
    are), but we still cannot figure out why the workflow is still throwing this error.
    We located the area within the workflow step where it is failing and we inserted a logging action to determine if the workflow would execute the logging action but it did not, but wrote the same error message.
    The workflow is a Reusable Approval workflow designed in SharePoint Designer 2010 and attached to a content type. 
    The form associated with the list was modified in InfoPath 2010. 
    Approvers would provide their approval in the InfoPath form which is then read by the workflow.
    Side note - items created after the workflow throws this Unknown Error some seem to be working fine. 
    We have deleted the item in question and re-added it with no effect. 
    Based on what we were able to determine there don’t seem to be any consistency with how this issue is behaving.
    Any suggestions on how to further investigate this issue in order to find the root cause would be greatly appreciated?
    Cheers

    Hi,
    I understand that the reusable workflow doesn’t work properly now. Have you tried to remove the Update list item action to see whether the workflow can run without issue?
    If the workflow runs perfectly when the Update list item action is removed, then you need to check whether there are errors in the update action. Check whether the values have been changed.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • Is there a way to "mix" the nodes and leaves of the tree so if they are at the same level, they will display in a specified order.

    Is there a way to "mix" the nodes and leaves of the tree so that even if they are at the same level (1,2,3...), they will display in a specified order (via sort sequence, alphabetical, etc.).
    History:
    We are using the Tree UI element to display/manage a material bom interface. We seem to be running into an issue with displaying the nodes/leaves of the tree.. regardless of the order that the context is built (which is currently the order of the exploded BOM from from CS_BOM_EXPL_MAT_V2), the bom is displayed with the nested boms at the top of each level and the single materials below them. For example. If  TK1 contains Material1, Material2, Material3, Kit1(containing component1, comp2, comp3), Material4, Kit2(containing comp4, comp5, comp6), and Material5 (in this order), the tree will display with the A level node as TK1, the next node as Kit1 (with its subleaves of comp1,comp2,comp3), Kit2(with subleaves of comp4,comp5,comp6), THEN Material1, material2, material3, material4, material5.  Our users are adamant about the items displaying in the correct order (which should be alphabetical based on the description for one report and by location for purposes of inventory for another). I've searched but not been able to locate a similar question. If I've missed it, please point me in the right direction. The users want the tree,  not a "tree" table.  This is our first attempt at the tree, so maybe we're missing something basic?
    TK1
    -Mat1
    -Mat2
    -Mat3
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Mat4
    -Kit2
    --Comp4
    --comp5
    --comp6
    -Material5
    displays as
    TK1
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Kit2
    --Comp4
    --Comp5
    --Comp6
    -Mat1
    -Mat2
    -Mat3
    -Mat4
    -Mat5

    co-workers said example picture is misleading.. we can make the order work if everything is a "folder" but not a mix of "folders" and "files" (if making a visual reference to the windows browser). i.e - a file is represented as an empty folder.
    TK1    
    . Mat1
    . Mat2
    . mat3
    > kit1   
    .. comp1
    .. comp2
    .. comp3
    . mat4
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat5
    displays at
    TK1
    > kit1
    .. comp1
    .. comp2
    .. comp3
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat1
    . mat2
    . mat3
    . mat4
    . mat5
    we can make it work if everything is a folder. This is our current workaround.
    TK1
    > mat1
    > mat2
    > mat3
    v kit1 (when expanded)
    .. comp1
    .. comp2
    .. comp3
    > mat4
    > kit2 (when not expanded)
    > mat5

  • Marketing attribute in the text field, interactive script

    Hello Gurus,
    We are facing a problem in the interactive script, of the sap crm 7.0.
    We know the possibility of set some of the customer data into the
    script by filling bdc field inthe test field and then adding this text
    field to a script question.
    We did it in the customer data "***" by filling the bdc field with "ext
    field marketing attribute interactive script" and this data is showed
    in the script, but we can not show marketing attribute data in the
    script by using text field and bdc field.
    There is a possiblility of showing the marketing attribute in the text
    field or it is imposible due the structure of bol in crm.
    Thanks  in advance.

    Hello ,
    To display or change the marketing attributes of a business partner in the script follow these steps:
    1.  Run the Interactive Script Editor.
    2.  Create a new Question and in the Answer Area drag and drop the "Marketing Attribute" dynamic answer.
    3.  Select the "Marketing attribute will display here when executing the script" object and go to tab "Dynamic Content Parameters".
    4.  Select the attribute set and the attribute name.
    5.  Save the question.
    6.  Drag and drop the question to your script.
    7.  Change the template of the question node to either "Person Marketing Attributes" or "Organization Marketing Attributes" depending on what type of business partner is expected to be confirmed at run time in the IC_AGENT role.
    8  Save the script.
    9.  Run IC_AGENT or similar IC role.
    10. Confirm an organization ( if you used "Organization Marketing Attributes" ).
    11. Run the script.
    When you reached the question maintained above, the marketing attributes will render for that business partner, if they exists or will be created if they don't exists . To be created a button that will do a navigation is required. It means that the question will have to be linked to a next question or to itself by this button (to itself is required only if it is the last or the only question in the script). To suggest to the user that he or she has to click on the button, to save, is probably better to name the button "Save".
    Octavian

  • Enhance the structure of marketing attributes in the WebUI

    Hi,
    I want to enhance two attributes u201Ecreated_byu201C and u201Ecreated_atu201C in the assignment block u201Cmarketing attributesu201D. This data are in the component = BP_DATA and in the view = MarketingAttributesEOVP.
    When I take the CRM Tx BSP_WD_CMPWB or when I use the Application Enhancement Tool in CRM 2007, I canu2019t choose the attributes u201Ecreated_byu201C and u201Ecreated_atu201C in the view MarketingAttributesEOVP, component BP_DATA.
    Note:
    The attributes u201Ecreated_byu201C and u201Ecreated_atu201C sill exist on a other place. You can find this attributes in the MARKETINGPRO profile, when you create an external list. Itu2019s the component: ELMOE, view: VEGeneralData, attributes: STRUCT.CREATED_BY_TEXT, STRUCT.DATE_CREATED_ON
    I tried two things:
    1.
    I started the Application Enhancement Tool in the WebUI (CRM 2007) and selected the desired area. Then I was in the configuration mode. There I wanted to use the function u201CCreate New Fieldu201D, but it didnu2019t work, because this function is inactive.
    2.
    I used the CRM Tx SE11, data type: CRMT_MKTBP_ATTRIBUTE. In this structure I want to enhance the two attributes. So, I create an append-structure, but I canu2019t enhanced it.
    The problem is that the structure CRMT_MKTBP_ATTRIBUTE has the category u201Ccannot be enhancedu201D (menu u201CExtrasu201D, u201CEnhancement Categoryu201D  à u201Ccannot be enhancedu201D). You canu2019t change this.
    This two trials wasnu2019t successful. So, I think it is not possible, to add attributes to this structure. It this correct?
    Or has anybody a solution? Is there an option to enhance attributes u201Ecreated_byu201C and u201Ecreated_atu201C?
    Thank you in advance!
    Best regards, Jasmin

    >
    neelambari naik wrote:
    > Try using package in select query.
    How would that help??

  • Re-ordering custom attributes usind the load utility

    Is there a way to re-order the values in a custom attribute using the load utility? Do anyone have any suggestions on an automated process vs having the move each value individually?

    Unless something has changed it has always been a pain to reorder attribute members
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to change only one attribute at the host

    Hi experts,
    we use host configuration with special host types. If we want to change only one attribute of the host with the cli we must change all attributes associates with the host. If we define only one new attribute all other values are set (back) to the default of the host type..
    (in the gui all works fine...)
    Is there a chance to change a only one attribute and keep all other attribute values of the host ?
    Thanks,
    Chris

    No, it is not possible to do that.
    All attributes (passed via -attr) are treated as a single argument to the host modification (similar to a name or description). Essentially, when you provide a -attr argument to hdb.h.mod, the command will reset the existing overridden attributes and consider only the new attributes coming thorugh the -attr arg for overriding.
    You see it working from the UI properly because, the UI requests for overriding all atributes once again, even though you manually changed only one attribute.

Maybe you are looking for

  • GS70 2QE - Help needed.... non of my USB ports work :(

    Hi guys and gyals... First time posting here and I wish it was in a positive light but unfortunatley I have an error on my laptop thats preventing me from using it. So I purchased a GS70 2QE with 970m and 4720 processor. I was very happy for the firs

  • Does iChat support JPEG video streaming

    Dear Sir, I would like to capture image and then encode to JPEG format and then send the JPEG file to iChat 15 times per second. Does iChat can display the JPEG file properly? Thanks! Best Regards, sunshine_uyl

  • IO LA, no video playback

    The IO LA is hooked up to my powerbook's FW400 port. I have a Lacie FW800 cardbus card installed on the pcmcia slot. A G-raid is hooked up to the Lacie card via fw800 cable. Powerbook is a new 1.67ghz with 2 gb of ram. The problem: I can get audio pl

  • Appended field in the datasource as selection in infopackage

    Hi, I have appended a field in my datasource, say for example, country (ZZCOUNTRY). I set ZZCOUNTRY as selection in the datasource so i can filter by country in my infopackage.  When i check my datasource, ZZCOUNTRY is there. But when i use it in fil

  • Appset to appset data transfer

    Hi, I would like to transfer data, in appset to appset in SAP logon or BPC . I'm beginner in SAP. I've data in a training appset and i would like to have this data in my personnal appset. cheers