How to display folder description?

Hello, I have a Portal 3.0.6.6.5 instance (Oracle 8.1.7 RDBMS). When I create a folder inside my content area, it seems there is no way to display the folder description.
Anyone of you can help me?
Thanks in advance,
Marco

Marco,
The description should display in the folder sub-banner. Check the folder style to make sure that the sub-banner isn't being hidden (you can hide a banner by setting it's height to 0, or by setting it's color attributes so it becomes invisible).
Regards,
Jerry

Similar Messages

  • How to display "action description " for an action

    hi,
    how to display "action description " for an action

    hi,
    Go to SPRO>Personal Management> Personal Administration--> Customizing Procedures --> Actions --> Setup Personal Actions/Create Reasons for Personal Actions.
    I think it will solve your problem.

  • How to display a description and make validations

    Hello colleagues...
    As most of you I'm coming from a Forms background and I'm triying to understand some techniques.
    But my question is If have a simple PL/SQL block to display a descripction and make some validations, How can I do the same task using Jdeveloper? for example: I have the follwing PL/SQL in and KEY-NEXT-ITEM trigger.
    DECLARE
    v_status varchar2(1):=null;
    BEGIN
    SELECT department_description, department_status
    INTO :block.department_description, v_status
    FROM departments
    where department_id = :block.department_id;
    if v_status = 'D' then
    message('The department is disable...');
    raise form_trigger_failure;
    end if;
    next_item;
    EXCEPTION
    when no_data_found then
    message('The department you typed does not exist...');
    raise form_trigger_failure;
    END;
    in this case I'm displaying the description of a department and I've validated that the department has to exists and has to be enable. both tasks in the same block.
    How can I don the same thing using Jdeveloper and ADF Business Components?
    Rafael Enrique Martinez.

    Both of these are explained in the ADF Developer Guide that you should read.
    Your view object can contain information from multiple tables (with one being the main/updateable table, and the other being read only). This is how you take part of the first issue.
    http://download.oracle.com/docs/html/B25947_01/bcvoeo003.htm#sm0176
    The validation can be assigned directly to the attribute you want to validate.
    Just add a validation to the attribute in the entity object.
    http://download.oracle.com/docs/html/B25947_01/bcentities007.htm#sm0152

  • How to display task descriptions in shopping cart approval screen

    Hi,
    We are implementing SRM 7.01.
    We'd like to display descriptions of shopping cart approval task,
    which is defined in:
    transaction: PFTC
    in the 'Description' tab
    Text type : 0120 Task Description
    Currently only work item text is displayed in the UWL.
    Does anybody now how to display descriptions?
    Regards,
    Mio

    Problem solved.
    I needed to do some settings in portal view.

  • How to display Query Description in the Query

    I have a text variable which gets the % of the days Elapsed appended to the text of the query. When I execute the query I am not seeing the text in the output of the query.
    Can some one say how to display text of the query in the output so that I can get the % of the days elapsed.

    Hi
    Have u selected name and text in the key figure properties? if not the this what text u want to display
    Regards
    N Ganesh

  • How to display a description in fact table from an unrelated DIM table in powerpivot?

    Hello,
    I have two tables in powerpivot 2010: 1 that is my fact and the is unrelated. I'm relatively new to SQL and powerpivot.
    What I need to do is display a description from my DIM table based on a column in my fact. Is this possible? In my fact, I
    have  a ReasonID, the DIM has the ReasonID and description. I just need the description added in my fact as a new /
    another column. Thanks. John

    Hello,
    When you have the same column in both tables, then they are related, even if in database no primary / foreign key is defined. In PowerPivot we can define additional / manual relation, just Change to "Diagram View" and define the relation like below:
    But if you still want the "Dim description" as a computed column in your fact table, then you can use the
    LOOKUPVALUE function
    =LOOKUPVALUE(Dim01[Description], Dim01[ReasonId], Fact01[ReasonId])
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to display TEXT description from Documents tab of Product master in ISA

    Hi,
    We have product related PDF document attached with Product.
    I can access in CRM by Going
    Products--> Maintain Products.
    When I chose specific Product I can see Product related details.
    There are many tabs like "General", "Material", "Sales and Distributions", "Documents",  etc...
    "Documents" tab have 2 folders "Pictures" and "TEXTS".
    under "TEXT" folder we have PDF documents.
    it has short product name like "ASP009" and Description "ASP 009 Manual".
    When I click on any one I can see attached PDF document in Preview window in CRM.
    How I can access text description "ASP 009 Manual" on "ProductDetailsB2C.JSP" file.
    I want to display this "ASP 009 Manual" description on "ProductDetailsB2C.JSP".
    Is there any Standard Java class method available in ISA.
    I really appreciate any help on this and assign points to them for solution.
    Thanks in Advance.
    Ashish

    Here's the steps we use in our ProductDetailB2C.jsp (B2B uses same code in another file name I forget right now) to provide a link to our technical data sheets...this includes how to create a new document type in CRM as well as the code needed to display it on the ISA
    Step 1: Transaction OAC2, create Document Type example CRM_TECHDA
    Step 2: Transaction SPRO-> CRM -> Basic functions -> Content Management -> Define template for folders
    Step 3: Double click template PRODUCT_MATERIAL
    Step 4: Right-click Documents, Choose Create Folder
    (Make sure to input DOCUMENT TYPE(Properties TAB) = Step 1 value example CRM_TECHDA)
    Step 5: Add a new set of lines of code for each of the types of 'text' you have created to display as a link in the .jsp file(s), changing the CAPPED name to the appropriate name of your specific field below:
    <% if (currentItem.getAttribute("DOC_P_CRM_TECHDA") != null && !currentItem.getAttribute("DOC_P_CRM_TECHDA").equals("")) { %>
                   <tr>
                     <td colspan="2"><a href="<isa:imageAttribute guids="DOC_P_CRM_TECHDA,DOC_P_CRM_TECHDA" name="webCatItem" defaultImg="mimes/shared/no_pic.gif"/>" target="_new"><img src="<%=WebUtil.getMimeURL(pageContext, "b2c/mimes/images/pfeil_rechts_mit_rand_blau.gif") %>" alt="" border="0"> Technical Data Sheet</a></td>
                   </tr>
                   <% } %>
    Edited by: Mike Anecito on Jul 17, 2008 8:27 AM
    I forgot to add, that you could add the attribute information Sateesh talks about where we just use "Technical Data Sheet"
    on the third line of the code...we don't bother with the name of the file as you're needing since we had too many people
    naming them and the overall consistency was horrible.

  • How to display subtotal description depending on the group name in ALV

    Hi,
    In my ALV report, i need to display with different descriptions for each subtotal text and i dont want to do any subtotal for the  final group.
    EX:-
    groupId Material numbers
    1 1
    1 2
    1 3
    1 4
    total of first group (Subtotal text)
    Group id Material numbers
    2 1
    2 2
    2 3
    2 4
    total of the Second group (subtotal text)
    3rd group i dont want to do any subtotal.
    Please help me how to do this one.

    Hi,
    I think standard ALV couldn't satisfy the requirements, unless there are some methods I don't know. But I am thinking of using ABAP list or form to display the report.
    Regards,
    Teddy Kurniawan

  • How to display folder.jpg in iTunes ?

    I have a file called folder.jpg in each album directory which contains album art. How do I get iTunes to display this..
    1. in iTunes
    2. on my Nano ?
    Thanks

    As mentioned by thelastvoice, iTunes does not itself use the folder.jpg file. This file is typically used and provided by WMP in Windows.
    As I live in the UK I am able to use the iTunes store to get artwork but I can see you do not have that option. For you I can suggest these alternative methods.
    1. Even the iTunes store does not have artwork for every album, I therefore sometimes resort to finding artwork either in the Walmart or Amazon stores and then dragging the artwork in to iTunes. This artwork is usually 500x500 pixels (iTunes store artwork is usually 600x600, and WMP folder.jpg artwork is a pathetic 200x200).
    2. If you already have artwork in the form of a folder.jpg you drag and drop that in to iTunes
    3. This utility iCoverArt will go through your iTunes folders and automatically take folder.jpg files and embed them in to the iTunes tracks. This is effectively the same process as number 2 above, but done automatically for you. See http://www.maximized.com/shareware/icoverart/

  • How to display material description in fbl3n report

    Hi friends,
    my reqirement is to disaply equipment no , equipment description ,and meterial description based on material number.
    so i added equipment no and equipment description .but i am adding material description from makt tabel mantr maktx based on RFPOSXEXT  struture component u_matnr but i am not getting any value from this structure before displaying
    lt_pos type standard table of rfposxext.
    select matnr maktx from makt
            into table gt_makt for all entries in lt_pos
            where matnr eq lt_pos-u_matnr
             and spras eq sy-langu.
          after i am using field symbole to assining this to it_pos[].
    call function 'FI_ITEMS_DISPLAY'
        exporting
          caller_repid  = c_repid_gl
          acctype       = c_koart_gl
          x_opvw        = x_gl_opvw
          x_change      = x_change
          i_u_save      = gd_alvsave
          is_u_variant  = gs_variant
          it_u_fieldcat = gt_fieldcat[]
          it_kontab     = it_accts[]
          it_slbtab     = it_comps[]
          it_t001       = it_h_t001[]
          it_skat       = it_h_skat[]
          it_skb1       = it_h_skb1[]
          x_grid        = x_grid
          x_inet        = pa_inet
        tables
          it_items      = it_pos.
    so please help me.
    regards,
    siva

    Solved by my self .
    thans
    siva

  • How to display 0INSP_CHAR description in the report?

    Hi experts
    I want to display description of 0INSP_CHAR in the report..
    0INSP_CHAR has 3 compounding objects so its displaying it as Q/1356933/11/20 instead of 20.
    I want to remove compound characteristics from the report & also want to display description of 20 in the report which is maintained in the master data..
    Please suggest inputs.
    Thanks & Regards
    Swati

    Hi,
    Please check the reponse in the other post.
    -Vikram

  • How to Display folder structure in Content repository as a tree model

    Hi,
    I have a requirement in which i need to display a hierarchical folder structure in UCM as a hierarchical model in my portal. Which approach should I follow. Expecting suggestions.. I'm using jdeveloper 11.1.1.5.
    Thank you

    Sorry , my earlier reply was a bit hasty...
    So do you need a navigation model based on a UCM content query ?
    Or
    Would the document manager taskflow work ?
    And you don't need any MDS customization (Terribly sorry for my post above). The default behavior of the document manager is to display the folder structure on the left and the contents on the right.
    After you add the DocManager taskflow, go to its properties in composer and make sure the layout is selected as "Explorer". Once you do this, you should notice that a new split pane has appeared, and its collapsed by default. Save the page and open the split pane to see a tree structure of the folder hierarchy in UCM.
    Would this work for you ?
    -Jeevan

  • How to display the descriptions of a "question" and "answers" in the LMS?

    Hello, evevyone,
    I am new comer in Captivate 5.
    In order to analysis the result of "Learner response", we need known the “Question” and “Answer” description of each Quiz in a SCORM player.
    Does Captivate return these information back to LMS?
    For example :
    I have created a quiz with one question.
    Do you have a dog? ------->Question description
    (A)Yes   ----->Learner response
    (B)No
    After complete the quiz on LMS, Captivate will return the "Do you have a dog?" and  "(A)Yes" back to LMS ?

    Dear RodWard,
    I am trying anohter LMS named SCORM Cloud.
    The question description does not return to LMS.
    You can see the Message Log:
    cmi.interactions.3
    cmi.interactions.3.id: 1272
    cmi.interactions.3.type: LongFillIn
    cmi.interactions.3.timestamp: 2011-09-29T21:01:43
    cmi.interactions.3.correct_responses.0.pattern: aa
    cmi.interactions.3.weighting: 10
    cmi.interactions.3.learner_response: aa
    cmi.interactions.3.result: correct
    cmi.interactions.3.latency: 0000:00:02
    cmi.interactions.3.description:                               <--------------No description
    I am sure that Captivate will not return the question description.....
    Am I right?

  • How to display Account Description in Description column taking AcctCode

    Can anybody find out the error in this query. I am trying to get Account Name in AP Invoice - Service document on the input of Acctcode at Row level by the user.
    SELECT Acctname from OACT where AcctCode='$[PCH1.AcctCode]'

    Sanjay,
    The issue when working on a Service Invoice is the G/L Account column that you see on the screen is actually the FormatCode field in the OACT Table.   Also, the G/L Account column on the AP Invoice might contain '-' when you have segmented accounts.  Removing the dashes might be important before checking the value with the formatcode field on the OACT Table
    Please use the first query if your G/L Account does not contain '-' otherwise use the second one.
    IF $\[OPCH.DocType] = 'S'
         SELECT T0.AcctName FROM [dbo\].[OACT\] T0 WHERE T0.FormatCode = $\[$39.94.0]
    IF $\[OPCH.DocType] = 'S'
         SELECT T0.AcctName FROM [dbo\].[OACT\] T0 WHERE T0.FormatCode = REPLACE($\[$39.94.0],'-','')
    Suda

  • Custom Infotype - to display the description  in query ouput!!

    I have created a Custom Infotype  and when I run a Infoset Query against the custom infoset, the field is getting displayed but not the description.
    For Ex
    ADP Infotype Company Code A11 - America
                           Company Code A12 - Africa
                                                    A13 - Russion,
    My issue is, when i run the query, the three letter code (A111, A12) is getting displayed but not the descripton itself.
    Can some one please let me know how to display the description in the output when we nun the infoset Query.
    Thanks for your assiance!!

    Hi,
    Have u given proper Data element and Domain to the field?
    Generate the Query again.
    Manoj

Maybe you are looking for

  • I tunes will not open - have read ALOT but still can't get it going

    How much is Apple losong out to what appears to be a fairly common but complicated problem. Not sure if it all started the day I upgraded to i-tunes 9 or when I renewed my Norton Anti Virus. It was working for months even when I had Norton which i ha

  • SCCM Report for Laptop Battery Condition

    Good morning, We are in a situation where we're needing to monitor conditions of laptop batteries in the school district I manage.   I have added the laptop batteries class(Win32_Battery) and have all required/requested information checked under this

  • $5 credit, but can't connect a call, why?

    Hi! I still have $5 credit in my account and it will be in active in 3 days if I don't use it. I tried calling today within the UAE but it doesn't connect to any number! Landline nor Mobile. Please help! Thanks a bunch.

  • Ibook g4 and hard drive expansion

    I have an ibook g4 that came with about 40 gb of space on the hard drive. needless to say that space is about all used up. I'm wondering how I can expand my hard drive without getting an external hard drive-- or is that the only method? I'm also fair

  • Mac OS 10.5 will not install

    I have a powerbook G4 (non-intel) running 10.4.11. I need to upgrade to 10.5 so that I can sync with my iPad. When I put the 10.5 disk in and try and install I get the message that OS 10.5 can not install on this computer.  How can I get 10.5 to inst