Merging Navigation Nodes and Defining the Sequence

We are merging several portal roles on the top level.  However, we do not seem to be able to define the sequence of the second level tabs.  Each role contains a folder which is the entry point and each folder contains one page. 
How is the sequence of the second level navigation determined for merged roles?  Is there any way to changed the sequence?

Yes, I think so. Did you try the attribute "Sort Priority"? The higher the number (e.g. 100.0), the later the tab appears, i.e. a folder with 90.0 will appear to left of a folder with 100.0
Same goes for third level navigation.

Similar Messages

  • Custome BAPI - declare ITAB and define the Function Module and Subroutine

    Hello Experts
    I want to create a Custom BAPI and it has the following scenario:
    1) a Function Module which collects some records into it internal table, say ITAB
    2) a Subroutine which moved the records from ITAB to BAPI table
    Now, I want to declare ITAB and define the Function Module and Subroutine.
    Where and How can I do this?
    Plz suggest.
    Regards
    BD

    Hi,
      1) Got to SE37 and create an RFC .
      2) Declare the ITAB directly in the TABLES tab of the FM.
      3) Inside the FM source Code tab, collect all the data using SELECT query and directly or by using logic, put the data into the
          ITAB.
      4) Since the data collected is directly put into the itab you dont need a subroutine to be written.
      5) If subroutine is a necessity, then just write PERFORM SUB ROUTINE NAME.
           AND DEFINE THE FORM ENDFORM OF THE SUBROUTINE AFTER THE ENDFUNCTION OF THE FM
       Let me know if any issues....
    Regards,
    Vimal.

  • Create New Oracle R12 Server with multi nodes and migrate the Production Data on it ?

    Good Day,
    I have New Task and I don't know how to start.
    Am working on Oracle Application 12.1.3
    And Database 11.2.3
    OS Redhat Linux 6.1
    My Production Server have the database and the application on the same Server (Single node),
    I want to create another 2 Servers with same Operating system to separate the application and the Database to be each one on separate server (Multi Nodes),
    And Migrate the Production Server Data on It?
    And i need to know how many days it will takes because we are live now ?
    Regards 

    Install the OS on the new servers -- Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    Use Rapid Clone to move the application/database to the new server.
    Rapid Clone Documentation Resources For Release 11i and 12 (Doc ID 799735.1)
    Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)
    For the duration, it depends on the size of your application/database and how long it takes to copy the files.
    Thanks,
    Hussein

  • Can I change the Column Name without losing data and change the sequence

    Dear Experts,
    I want to change the column name without changing the sequence and dont want lose the data.

    Oracle Version : ?
    Example Based on 10g.
    SQL> conn scott/tiger
    Connected.
    SQL> create table col1 as select * from all_objects where rownum <= 100;
    Table created.
    SQL> alter table col1  add constraints col1_pk_objid primary key(object_id);
    Table altered.
    SQL> desc col1
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                 NOT NULL NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                            DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL> alter table col1 rename column object_id to object_no;
    Table altered.
    SQL> desc col1;
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_NO                                 NOT NULL NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                            DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL> column column_name format a30
      1  select column_name,constraint_name
      2  from user_cons_columns
      3  where table_name = 'COL1'
      4* and owner = 'SCOTT'
    COLUMN_NAME                    CONSTRAINT_NAME
    OBJECT_NO                      COL1_PK_OBJID
    SQL>
    also go through
    http://www.dizwell.com/prod/node/65
    Message was edited by:
    user52

  • Do i need separate videos to enable a user to 'Play All' (From start to end) and select certain sequences (e.g. Ceremony, Reception Speeches that start at the chosen sequence and end at the end of the rest of the video and not the sequence)?

    Hi - I am obviously new to Encore but this is what I want to do.
    In a wedding video I want them to be able to:
    1. Play the movie from start to finish.
    2. Select a sequence (say Speeches) that plays from the start of the sequence until the END of the whole video.
    So do I need 1 video for the play all one, as well as the 4 sequences - Reception, Cake, Speeches, Dancing?
    Colin

    You can use separate videos, or a single video. The single video is easier for your desired navigation. You will find more people asking how to get the "chapter" or scene video to back to a menu when it ends, and also have a play all. So ignore the advice on those.
    Single video:
    Your single video goes on one Encore timeline. "Play all" is a button to the timeline, and the timeline has an end action of "last menu."
    Chapter menu has 4 buttons (plus a fifth to go back to the main menu), going to each respective chapter marker. There are no end actions on the chapter markers, so when another chapter is reached, it keeps playing through just like the play all.
    Multiple videos:
    Each video goes on its own timeline. The end action of video one timeline is video two timeline etc. Play all is a button that goes to timeline one. The chapter menu also has a button going to chapter one, and it works the same as the play all. Each of the chapter buttons go to their respective chapter timelines.
    Encore can have some issues with lags, but I don't think they affect either of these workflows. Do not rely on the Encore preview; burn a test disk and play on a DVD player.

  • How to open a message popup and keep the sequence running ?

    I have some steps in my sequence to initialize communication ports that takes a few seconds. As i have the trace off i want to display a message popup to tell the user that the sequence is doing the init. After the init steps are done i want to close the popup out of the sequence without pressing any button.
    Is there a possibility in TestStand to do this ?
    The normal Message popup stays until a key is pressed and even pauses the sequence while active.
    Thank for help.

    You could call your message popup in a subsequence as new execution and terminate this execution programmatically after your init steps have finished.
    In order to do this you have to specify (module) the sequence call step that calls your subsequence:
    -Multithreading and Remote Execution = Run in a New Execution
    -Settings: Initally Hidden and Tracing disable, Restartable, Close Window when done, Wait for Execution to complete: Do not wait, Process Model Option: Do not use a Process Model
    -Store an Object Reference to the New Execution in: e.g. Locals.ExecutionRef
    After your Init steps you insert a ActvieX/COM Action Step that terminates the new execution:
    -Object Reference: Locals.ExecutionRef
    -Automation Server: NI TestStand API 3.1
    -Object Class: Execution
    -Call Method or Access Property: Call Method
    -Method: Terminate
    This will terminate your new execution showing the message popup.

  • How to write a query for grouping them the columns and give the sequence order to each group/

    Hi i have table that contains country columns .
    India,USA,UK like these when ever the group changed into the differt country i make a group and arrange them the sequence into those Countries
    like below
    1)India
    2)India
    1)USA
    2)USA
    like these to write a query ..........pls help me for this query

    Assuming you're using SQL Server you can ask here:
    http://www.sqlteam.com/forums/forum.asp?FORUM_ID=23
    Otherwise, please ask in the relevant forum for the type of technology you're using.
    Basically it's either:
    select *
    from [table name]
    order by country
    If you want to do something with groups do something like:
    select (max) income, country
    from [table name]
    group by country
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Using dataexport in a business rules and define the filename with a sub var

    Hi,
    I have created a calc script to export data using DATAEXPORT, and to define the filename an essbase variable.
    Here all right
    I copy this code to a business rules to run it from a business rules, but I have a problem with the essbase variable, when I validate it, it gives me the error:
    Detail:Encountered "&FileNm" at line 28, column 26.
    Was expecting:
    My essbase variable is set to:
    "e:\Hyperion\products\Essbase\EssbaseServer\app\TMPGB\dataexportCustomerY2.txt"
    in double quote
    How anyone use in a Business rules with the command dataexport an essbase substitution variable

    Just tried:
    Script: DATAEXPORT "File" " " &Filename "#Missing";
    SubsVar: "c:\DataExtract.txt"
    it worked with no issues.
    Cheers,
    Alp

  • Create a tree node and show the report on the same page

    Hi,
    I have created a tree for our organization and each node represents a unit. The top one is office level and followed by division and brach.
    I have created a reprot on the same page as the tree node.
    What I want to do is:
    I would like to click a specific node and the report shows only that node and bellow. So, If I click division A and division A has two branch. my report shows only those two braches that bellong to division A.
    Can someone help me?
    Thank you

    The only way it could work is using iframes. Now OBIEE 11g would not allow iframes inside it's dashboard. It offers a dashboard object called "Embedded content" which is a restricted iframe kinda thing but unless you get this object's id from generated HTML you can change it's content dynamically. Besides, such an implementation may break with next patch. So here is an idea.
    Create a HTML page with two iframes, left one will hold all the reports with links (you can always generate a list of reports through catalog manager, open it in excel and make HTML links from it) that open report urls (in the format of ./saw.dll?GO&Path=....) in right iframe (using javascript open.window method). Once that page is working, call this page from dashboard using an action link. This is slightly twisted approach but at least it would give you what you asked for.
    About making the report list dynamic, I am afraid there are no easy answers. OBIEE provides web service that will allow the users to query catalog to get a list of reports. You can try some basic JSP to access the web service and generate the list dynamically. But that is not something I can provide here.

  • I deleted the preview files and now the sequence on the timeline is missing

    I deleted the preview files to save disk space by doing Sequence/ delete render files, now the sequence on the timeline window is missing. what can i do te recover the already assembled sequence on the timeline?
    Help please!!!
    Elio

    First, are you sure that you deleted the Preview files, and not your media files? Can you check in Windows Explorer, that your media files are still where you had them?
    Next, if it was the former, and not the latter, this should not happen. Did PrPro give you any sort of message, when you loaded your Project? Something like "where is file xxxx.AVI?"
    There are instances where Sequence Timelines do not appear in the Timeline Panel. I'd not think that this would be one of those instances, but... is your Sequence still showing in the Project Panel? What happens if you Dbl-click on it there?
    Do start checking the sales for hard drives. Editing video without enough hard drive real estate is asking for problems. It will be money well-spent.
    Good luck,
    Hunt

  • Merging 2 documents, and keep the layers structure

    Here's my problem :
    my workmates and me are working on seperate files (.ai) for our projects, then, we use to merge our document in one main document to save the final project and to make the exports.
    BUT, i found nothing in illustrator or on the web about how merging and keep the structure. And on our project, we have a loooot of layers, and it's barely impossible to copy/paste each layer at once. (i'm sure a bunch of you had this problem once.)
    On photoshop, it's quite simple, you can export some layers/group in a new document or in a opened.
    So i'd like to know if any of you have a solution (if i'm not understood, i can try to explain better my problem), or if it's a known issue (and if the next version will do it well !!!).
    Thanks a lot for any answer that will help me <3

    First check that the layer structure is identical in both files, both the layer options and the layer stacking order.
    Now check Paste Remembers Layers in the layers palette.
    Then you can copy and paste between files and things will stack into their correct layers.

  • TestStand hangs and closes the sequence editor whenever I try to access Help.

    I'm having trouble whenever I try to access TestStand Help... in the help menu, the "contents" and "search" tabs work fine, but the "index" tab is the one that is giving an error... when clicked, it gives the following error and closes the application.
    "AppName: seqedit.exe AppVer: 3.5.0.725 ModName: itircl.dll
    ModVer: 5.2.3790.80 Offset: 0000800a"
    Can anyone identify the cause for the problem?

    Hi Sud:
    The problem you are seeing seems more of a windows error and not a TestStand one. Please see the following instructions that might help you:
    To resolve this problem follow the commands listed below to register the file itircl.dll:
    • Open up a DOS Window by going to Start --> Run.
    • Type cmd in the text window.
    • Type: cd c:\winnt\system32
    • Register itircl.dll by typing: regsvr32 itircl.dll
    Thank you
    Nandini
    NI

  • How to merge text files and put the result in a text file.

    Hi,
    I am trying to merge the files(text) using OWB and I would like to put the result in a file. Could any one please explain how to do this.
    Thanks and regards
    Gowtham Sen.

    using the unix commnad 'cat' along with the redirect '>>' will concat the files into one target
    #this will create the target file and over-write it if it existed already
    cat file1 > target
    ##Now add the rest of the files to the target, without over-writing
    cat file2 >>target
    cat file3 >>target
    cat file16 >> target
    You can then use an external table on the target file.
    A nicer way would be to user a 'for loop', but this will work fine.

  • Serching with the heriarchy node and not the funds center name

    Hi,
    I am executing a query with a heirarchy on funds center and a heirarchy selection variable on the web.  When the selection appears I use the search help box to select a funds center.  When it appears in the selection screen it is using the node name and compounding it with the financial managment area.  This returns an error as it is looking for the master data name not the heirarcy node name.
    1MAR/1MAR41000991000 - Returns Errors
    1MAR/41000991000 - Returns data.
    Any thoughts?
    Thanks Heather

    Issues was resolved with an OSS note 1090428.

  • How do I insert a node and make the node below the inserted one it's child

    Example: '+' indicates a parent and '�' indicates a chialed
    root
    + a   
    + b
        - 1
        - 2
    after insert:
    root
    + a
    + B    <----- new insert
      + b
         - 1
         - 2

    treeModel.insertNodeInto(node, (MutableTreeNode) parent, parent.getIndex(nodeToInsertAt));thanks,
    Anil

Maybe you are looking for