How to define new Navigation Link in IC wed

Hi,
while creating the navigation bar id, we have to give atleast one of the following inputs
1 Navigation Link or
2.Class Name or
3.Launch Transaction ID
I know how to create launch transaction id,but i found that the out put of the trasaction is in gray mode.Even for Standard Transaction IDs also i am getting the out put in the same gray mode.
so i want to go for other alternative that is navigation link, i have taken one standared Navigation link(CaseManagementSearchView) using F4 help and assign to Navigation bar id, then i got the output(got in Edit mode).
So i want to create my own "Navigation Links", and i want assign them to Navigation bar id.
Can any Body tell me the step by step process for How to create Navigation Link.
That would be very help ful to me.
If you people are having any document related to this, i am requesting you please send the document to [email protected]
Points will be rewarded,
Cheers,
Venu

Hi Venu,
1. Navigation links are created in BSP_WD_WORKBENCH - IC WebClient  Workbench .
2. Put BSP application CRM_IC_RT_REP and the Runtime profile name DEFAULT ( or if you have your own Zprofile created you can even enter that) and Execute.
3. Go to Runtime Repository in the viewareafolder choose navigationArea drill down till you come till IC_BASE/NavBarView where you can see the Navigation.It consists of all posible navigation links.
4. A navigation link consists of the following details:
   -  Source view.
   - outbound plugs
   - Target view
   - inbound plug
    Hence to create a navigation link one needs to specify the following details.
Regards,
Shalini Chauhan

Similar Messages

  • How to define new Navigation Link in IC web

    Hi,
    while creating the navigation bar id, we have to give atleast one of the following inputs
    1 Navigation Link or
    2.Class Name or
    3.Launch Transaction ID
    I know how to create launch transaction id,but i found that the out put of the trasaction is in gray mode.Even for Standard Transaction IDs also i am getting the out put in the same gray mode.
    so i want to go for other alternative that is navigation link, i have taken one standared Navigation link(CaseManagementSearchView) using F4 help and assign to Navigation bar id, then i got the output(got in Edit mode).
    So i want to create my own "Navigation Links", and i want assign them to Navigation bar id.
    Can any Body tell me the step by step process for How to create Navigation Link.
    That would be very help ful to me.
    If you people are having any document related to this, i am requesting you please send the document to [email protected]
    Points will be rewarded,
    Cheers,
    Venu

    Hi Venu,
    1. Navigation links are created in BSP_WD_WORKBENCH - IC WebClient  Workbench .
    2. Put BSP application CRM_IC_RT_REP and the Runtime profile name DEFAULT ( or if you have your own Zprofile created you can even enter that) and Execute.
    3. Go to Runtime Repository in the viewareafolder choose navigationArea drill down till you come till IC_BASE/NavBarView where you can see the Navigation.It consists of all posible navigation links.
    4. A navigation link consists of the following details:
       -  Source view.
       - outbound plugs
       - Target view
       - inbound plug
        Hence to create a navigation link one needs to specify the following details.
    Regards,
    Shalini Chauhan

  • How to define new colors for the form?(Finish)

    Hello! Everyone!
    I want to define new colors for the new form.
    But I don't find where I can define it.
    How to define new color for the form?
    Thanks in advance!

    You have to set the Canvas color or as I said earlier you need to use one of the available color schemas on the OAS or Builder runtime.
    If you want to use user defined colors in the builder, then you need to create a new color palette and use it.
    I personally haven't tried it, but there is a section in the online help that describes how to do this.
    Tony

  • How to Open a Navigation Link in a new Window?

    Hi guys,
       I am trying to add a link to one of my team site. And i have activated the SharePoint server publishing infrastructure service. In the navigation link i am sure the clicked the check box open in new window. But i not getting the new window.
    The link still open in the same tab. How to open it in new tab ?!!
    I am using SharePoint 2013. I am using free trail pack.

    Hi
    one way is to code.
    open the page using Deisgner, goto that hlink, and insert inside it target="_blank"
    like
    <a href="the_URL" taget="_blank">you text or a xslt tag</a>
    Alose check this article
    http://www.w3schools.com/HTML/html_links.asp
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • How to define new variable types in BPEL?

    Is there a way to define a new variable type directly in BPEL, without modifying any of the WSDL files used by Partnerlinks?
    Or to import an XSD with variable definitions?

    It depends on what you want to use the variable for. You may not need to do it yourself. Let's assume you have a main wsdl for your service that you can't change but it has the inputs and outputs already defined.
    In the middle you want to grab the input and shove it into a database table. You can create a new partner link. Rright click in the swim lanes on the BPEL page and pick the little database icon. Go through the steps to link to the db via an insert or package. You will need a db connection to do this.
    jdeveloper will create the partner link wsdl and schema for you to match the table or the ins/outs of the package/procedure automatically.
    Then drag an invoke onto the page and pull the arrow to your new partner link. Use the magic wand on the invoke screen to create the input/output variables.
    Then you can use a transformation or assign/copy to pull the data from the input message variable of the main wsdl into the input variable of your database wsdl.
    Or your situation may not be that complicated...if you click the little (X) on the edge of the box on the BPEL screen you can go through a picking process.

  • How to define new classpath of libraries while making jar files with ant

    I am useing eclipse and ant and trying to make a jar file. I have used some external jar files. I have managed to add external jar files to my jar. But Still I have a problem. In my project all libraries in lib folder. But when I put them into jar file. They are in the root folder.Classpath has changed and It couldn't find the class path.
    Is there any body knows how to define a new class path for external libraries with ANT. or How can I put my libraries into a lib folder in jar ?? I think both of them would solve my problem.
    thanks in advance.
    My code is like that, I think it requires a little modification
    <target name="jar">
            <mkdir dir="build/jar"/>         
            <jar destfile="build/jar/Deneme.jar" basedir="build/classes" >             
                <manifest>
                    <attribute name="Main-Class" value="${main-class}"/>                    
                </manifest>             
                 <fileset  dir="${lib.dir}" includes="**/*.jar"/>           
            </jar>
        </target>

    I can see why your other "question" was likely deleted. You need to drop the editorial comments and just ask a question. I believe what you want to know is how to configure something using php on your Apache server so that it can be read. If that's your question, here's a couple of places that discuss the topic:
    http://www.webmasterworld.com/linux/3345459.htm
    http://forums.macrumors.com/showthread.php?t=427742
    http://en.allexperts.com/q/PHP5-3508/configuring-installing-permissions.htm
    For a general introduction to 'nix permissions, take a look at this:
    http://www.osxfaq.com/Tutorials/LearningCenter/UnixTutorials/ManagingPermissions /index.ws
    And here's a whole book on the subject of Leopard permissions:
    http://my.safaribooksonline.com/9780321579331
    Try doing a Google search on "leopard permissions php apache" and see if you find what you are looking for.
    Francine
    Francine
    Schwieder

  • How to define new item category for mm purchasing document

    Hi,
    pls let me know the path for defining new item categories for MM Purchasing document
    thanks,

    Hi,
    Item category you are talking abt , you won't be able to create that as it controls the below item level items of your PO tcode screen .
    Thanks
    Dipak

  • How to define new host in catalog?

    Hi guys,
    I have migrate 9R2 database to new host location and i wanted to run backup using same script which worked on old host but i get error :
    Wed Dec 8 13:59:13 CET 2010
    Recovery Manager: Release 9.2.0.4.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> #
    2> # Full Backup
    3> #
    4> # Recovery Manager script
    5> #
    6>
    7> #connect target sys/xxxyyy@dev;
    8> connect target "/";
    9> connect CATALOG rman/catalog@oemrep;
    10>
    11> run { 
    12> backup database plus archivelog delete input ;
    13> report obsolete;
    14> delete obsolete;
    15> crosscheck backup;
    16> delete noprompt expired backup;
    17> }
    18>
    19> exit;
    connected to target database: DEV (DBID=1703379406)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04004: error from recovery catalog database: ORA-12154: TNS:could not resolve service name
    Recovery Manager complete.
    Is this means that i need to define new host location in RMAN CATALOG or what?

    You are right!
    But still i receive this
    Wed Dec 8 14:49:47 CET 2010
    Recovery Manager: Release 9.2.0.4.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> #
    2> # Full Backup
    3> #
    4> # Recovery Manager script
    5> #
    6>
    7> #connect target sys/xxxyyy@ssl21dev;
    8> connect target "/";
    9> connect CATALOG rman/catalog@oemrep;
    10>
    11> run { 
    12> backup database plus archivelog delete input ;
    13> report obsolete;
    14> delete obsolete;
    15> crosscheck backup;
    16> delete noprompt expired backup;
    17> }
    18>
    19> exit;
    connected to target database: SSL21DEV (DBID=1703379406)
    connected to recovery catalog database
    Starting backup at 08-DEC-10
    current log archived
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 12/08/2010 14:49:48
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target database not found in recovery catalog
    Recovery Manager complete.
    So prorbably old host database has different DBID defined in RAN catalog?

  • How do I create navigation links within a page?

    Hi,
    I would like to create navigation links to go directly to a certain topic on the page, similar to the one I found on Robohelp's help (screenshot).
    Thank you for your help,

    Hello etvaaa,
    Welcome to Robohelp Forums.
    You can use the Hyperlink Feature and link a bookmark, please follow these instructions :
    1) Place your cursor at the Destination Point and insert a Bookmark :
    2) Give a name to that Bookmark :
    3) Select that Text on which the user will click (Right Click -> Insert Hyperlink)
    4) Select that Bookmark which you inserted a while ago
    Hope it helps !!
    Thanks,
    Vikram

  • How to Define new Date rules

    Hi ,
       I have a requirement in my project, where in i have to create some new date rules. I've searched the whole web to find any document which explains the XML for Date rules but couldn't find any. Does any one know what that XML means, and how to create new Date rules ?
    Please reply
    Krishna-

    Hi
    it just calculates new dates base on reference dates or abap function modules.
    In IMG in Date management node you can create your own date rules.
    Best would be to copy existing one and than modify it.
    Please read this thread about this: Date rules editor - file format documentation availability
    Regards
    Radek

  • Portal: how to define new text variables for information broadcasting

    Hello everybody,
    I hope the post here is placed on the right position. If not, please try to advise me, where to ask to get answer on following question:
    -> In BI Portal -> tab Business Intelligence -> Bex Broadcaster -> it is possible to create PDF and post it somewhere into Portal or any other network drive. That's fact. I'm searching for possible enhancement of the F4 help next to the field "data name". There are available only following few variables <OBJECT_ID> <SETTING_ID> <OWNER_ID> <PROCESSED_BY_ID> <LANGUAGE_ID> <DATE_ID> <TIME_ID> <WEEK_ID> <MONTH_ID> <QUARTER_ID> <YEAR_ID>
    We are facing this issue: generated analysis file is valid for the period from month 01 to month actual-1. So therefore I would like to implement my own variable.
    Do you know guys, where to define this own variable with own logic?
    Could you please give me some hints how to create a new one and fill the logic?
    Thank you very much in advance
    Stan

    Not resolved. Life goes still on.

  • PM How to define new scenarios / subscreens as selectable entries

    Hello!
    I've a customer who wants to use an own subscreen in PM / IW24.
    He wants to select it like a predefined scenario in the user default values / ref. object / scenario ...
    I can create new dynpros / subscreens ... no problem. But how to tell PM that these subscreens shall be used as a selectable scenario in iw24?
    Thanks a lot in advance for your help.
    Best regards,
    Ingo

    Select target database and go to the bottom screen.
    Select "Metric Baselines", most likely
    Metric Baselines are currently disabled for this database instance.
    Solution re-enable
    Enabling metric baselines causes a small set of instance performance metrics
    to be persisted to the Automatic Workload Repository. Click the Enable Metric
    Baselines button to enable this feature now.
    George

  • How to define new derivation rules in FM module

    Can somebody help me define a new derivation rule which is user specific in FM module. I want to map muliple Fund Centers to a single Cost center and also map many commitment items to a single GL.
    Thanks
    shivaji

    You derive object X (fund centre) from object (Y) cost centre. In terms of logic, it's not possible to derive multiple values from single value. That's the concept of derivation. If you have cost centre (let's say ABCD), on what parameter will your logic decide whether to take fund centre XXXX or fund centre YYYY? As you understand, the FM posting should be done eventually on one fund centre as well as commitment item, fund, etc.
    After all, the computer could be told what ever you have to tell it; if you, yourself, can make this decision - which FCtr should be taken - upon certain logic, it could be programmed as well in FMDERIVE.

  • How to define new responsibilities & menu with limited authorities

    I am new to EBS.
    I am given a task to personalize Oracle HRMS in a way that only specific options should be available to user.
    like in recruitment
    a.     Only New Employee Data
    b.     Remove all Other from Employee
    i.     Only keep followings
    1.     Contract
    2.     Qualification
    3.     Phones
    4.     School and college attendance
    c.     Should remove others from assignment list,
    d.     Remove entries
    e.     Remove Special Information
    f.     Keep all recruitment all submenu
    g.     Keep Work Structure Submenu
    h.     Give him add lookups

    I dont know how to submit the request manually.Just submit any seeded request like "Active Users" or "Active Responsibilities" from System Administrator responsibility.
    How to check the log file of CM,From the application (Concurrent > Manager > Administer) screen or from the server (under $APPLCSF/$APPLLOG directory -- search for <SID>_*.mgr file).
    how to check the staus of CM that either it is up or down.From (Concurrent > Manager > Administer) make sure the actual and target columns are not zero for the CMs and that both values are the same for each CM.
    how to start the CM if down..Using adcmctl.cmd script (or from Control Panel > Administrative Tools > Services).
    Thanks,
    Hussein

  • How to defined new function keys

    Hi,
    Can anyone tell me if it is possible to define functions keys ?
    eg F10 for save or F11 - create record.
    thanks
    regards
    jerry

    Hi,
    You can use Apex Builder Plugin for hot keys.
    http://builderplugin.oracleapex.info/
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

Maybe you are looking for