Re: Help Target in OAF Page

0
Hi Avinash,

I have a sent a query asking for help:Do you have any document or tutorial for help Target property used on OAF page.It would be really helpful if you can give me some example how to use it.
ThanksSree
Responses (1)
  • Accepted Answer

    Wednesday, April 20 2016, 12:11 PM - #Permalink
    0
    When a user selects the global Help button, OA Framework uses the Application Object Library online Help technology to present page-level context-sensitive help content.

    To enable context-sensitive Help for a page, you must specify the Help Target property in JDeveloper for the pageLayout region.

    • The Help Target value must be unique.
    • The Help Target value must start with an alpha character, and may not be longer than 40 characters.
    • The Help Target must comply with the following syntax: __

    (for example, FND_tutorial_HelloWorldPG and FND_labsolutions_HelloWorldPG). The package functional component in this context helps to clearly differentiate pages given that you could have the same page name in different packages owned by the same product. If necessary, you may abbreviate the functional component name. Never abbreviate the product short code; abbreviate the page name only as a last resort.


    STEP to create HTML Help contents
    ========================================
    1. Create a html file as below (sample code):


    01.
    02.
    03. Test Page
    04.
    05.
    06.
    07.

    Test Heading


    08.

    Test Content


    09.
    10. This is the Body
    11.
    12.


    2. Upload the file using System Administration --> Help Administration --> Help Upload.

    3. System Administration --> Help Administration --> Help Builder

    Create a new node: Enter details as below :

    Prompt : Test
    Date : @fnd_ajtest_hlp_testpg
    Type: Document
    Node Application : FND


    4. Modify the Page and PageLayoutRN

    Help Target Appl ShortName : FND
    Help Target: FND_AJTEST_HLP_TestPG
    The reply is currently minimized Show
Your Reply