Little different use case to load detail page....

Guys. .... again in need of you expert advice....
version: Jdev 11.1.1.3
Following is my use case:
- On Department detail page.... I am showing all employees details in form... (using navigation buttons) (example: Dept 1 has employee e1,e2,e3)
- User can click the employee detail button.....(for a single employee) (example: user clicks on employee e2 detail button)
- Need to navigate to that particular Employee detail page (with other details) and at the same time be able to navigate through (if needed by user) all employee for that department (system should show e2 detail page but user should be able to navigate through e1 and e3 employees as well)
I have configured the system to show all the employees for a selected department and page flow works fine but having difficulty setting page to show details for e2 initially
let me know if you want me to provide further details...
thank you for your support....

You need to use the setCurrentRowWithKey
Like this:
http://blogs.oracle.com/shay/2009/02/selecting_a_row_in_a_table_to.html

Similar Messages

  • Passing two variables in the body of the URL using the go to detail page SB in ASP

    Hi all,
    Would appreciate your assistance with the following, I'm
    trying to set up a go to detail page sb that passes two variable in
    the body of the URL rather than the standard one.
    The code i've tried is -
    <td><A HREF="gggggggtest.asp?<%=
    Server.HTMLEncode(MM_keepNone) + ((MM_keepNone!="")?"&":"") +
    "PCL2ID=" + othermenutwo.Fields.Item("PCL2ID").Value
    %>&amp;"PCL1ID=" +
    othermenutwo.Fields.Item("PCL2PC1ID").Value
    %><%=(othermenutwo.Fields.Item("PCL2Description").Value)%></A></td>
    Where the PCL1ID and the PCL2ID are the variables
    The normal code generated by the go to detail page sb with
    one variable is -
    <td><a href="ggggggtest.asp?<%=
    Server.HTMLEncode(MM_keepNone) + ((MM_keepNone!="")?"&":"") +
    "PCL2ID=" + othermenutwo.Fields.Item("PCL2ID").Value
    %>"><%=(othermenutwo.Fields.Item("PCL2Description").Value)%></a></td>
    Unfortunatley my code tweaking isn't working as the second
    variable isn't being sent, any help would be gratefully appreciated
    Thanks

    Instead of using DW's 'go to detail page' option, simply set
    up the link the manual way in DW using the Link browser. Select the
    file you want to link to and then use the parameters button at the
    bottom of the 'Select File' dialogue to set the parameters to be
    passed with the link. You can then manually set the name of the
    parameter to be passed and then select its value from a recordset.
    The key thing is that you can set as many parameters as you like,
    so you can set both the parameters you want.
    On the detail page you then filter by the parameter name you
    chose (or both).
    Personally I always code links this way rather than using the
    go to detail page option as you get much better control of what is
    going on.

  • Ive just learned that i can use loadjava to load jsp pages into the database.

    Ive just learned that i can use loadjava to load jsp pages into the database. How is that possible. How can someone go to my lets say, index.jsp page and actually see it if its inside the database? What authenticates it? Where would you set the parameters to tell http(apache) to look inside the db for the pages?
    Any ideas?

    Thanks for the reply. If I put the file on the database, does it have to be in a particular location? I've put it on the database server, launched sql*plus (as APPS) and ran the following:
    execute dbms_java.loadjava('-v', 'ZebraGetPrinterFromXML.class');
    PL/SQL procedure successfully completed.Then when I try to run a process that uses this I get this:
    ORA-29540: class ZebraGetPrinterFromXML does not exist

  • How to use Javascript to load random pages?

    I wonder if anyone knows how to use Javascript to load a list
    of links stored in the text file.
    Every address will take a line, and the Javascript will
    randomly select one of the addresses to load.
    The user will click the button "random" and access the page
    randomly selected by the script.

    Addition note:
    I forgot to say this because my computer froze......(how
    lame)
    I got the code for random accessing the links.
    But now the problem is, is there anyway to parse a text file
    into the array in Javascript?

  • How to add custom link or button to task details page to open a different t

    Dear All
    In HumanTasks Workflow, On task details page, I want to add a custom link or button. Clicking on this link or button, should load a different task details page.
    The exact business usecase is like this:
    1. We have some human tasks with very detailed payload like about 100 attributes. When the task is submitted for Approval, we send notification emails. These emails shows the Task Details with all these 100 attributes along with standard Approve, Reject buttons etc. NOW in addition to this, we want to add extra custom button/link like Custom View. When we click on this buton or link, it should replace the task details page with the Custom task details page contents. The reason is most of the managers/approvers access their emails on smart phones like iphones. So in these phones, seeing full task details (100 attributes) is very tedious. So we want to provide a simplified view of same task with very minimum attributes like about 10 with Approve, Reject buttons. Now this compact view details will have a button called Detailed View on click on which it loads details page.
    So we want to have 2 pages for a task:
    taskDetails1.jspx -> Has all 100 attributes with a custom button/link called "Compact View". Click on Compact View switch to below page.
    taskCompact1.jspx -> Has only 10 attributes with a custom button/link called "Detailed View". Click on Detailed View switch to above page.
    1. I tried implementing this using the VacationRequest sample where the payload is like creator, startdate, enddate, reason. I already have taskDetails1.jspx page, which shows this information in the email body.
    2. I want to add another button to taskDetails1.jspx so that when I click on it, I want to load a different page like taskCompact.jspx which has only say creator, reason.
    I already added a link and gave the url with parameters like taskId, taskContext etc which I got from bindings, but nothing is displayed when I click on custom button. The taskId, context values are comming correctly in the url.
    So bottom line, what is the URL that I can provide in the task details page, to load a different task details page contents. I want to pass other taskdetails jsp details.
    Please let me know, if there is any other approach to implement this usecase.
    Thanks in advance
    Ravi Jegga

    Hi,
       I am not sure if you can add your own custom buttons to the application tool bar because your table control is in a sub screen area in a standard screen so the menu area would be controlled by the standard screen and not the subscreen , but along side the table control you can give buttons for scrolling and handle the same in the subscreen if you check the FM EXIT_SAPLMEREQ_002 it has a variable IM_UCOMM which would have the ucomm set in the subscreen so here you can handle your user command to scroll on the table control.
    Regards,
    Himanshu

  • How to call different managed bean methods on a page template button

    Dear All,
    Use Case:
    I have a Page Template and inside this page template is a popup screen which is common to all my
    pages. My popup has OK and Cancel button only.
    My question is this, there are lots of pages that uses this template.
    How is it possible to invoke a managed bean methods dialoglistener when say for example the user clicks the OK button?
    One thing common among the pages is that they are included in some kind of a taskflow and I have configured
    a managedbean in a pageflowscope variable in each taskflow and I just wanted to pass the
    My Template
         - TaskFlow 1 (ManagedBean1.dialogListener)
         - TaskFlow 2 (ManagedBean2.dialogListener)
         - TaskFlow 3 (ManagedBean3.dialogListener)
    Each dialog listener does different things.     
    How to do this?
    JDEV 11G PS3
    Thanks

    Found my answer here... http://www.oracle.com/technetwork/developer-tools/adf/learnmore/79-global-template-button-strategy-360139.pdf
    Thanks!

  • Detail Page empty

    Hi There,
    I am creating a dynamic link from a news item in my index.php
    page. I have highlighted the field (in index.php) I want to use as
    the dynamic link to the detail page and used the 'go to detail page
    for PHP server behaviour'. This links to my detail page called
    'newscontent.php'. On newcontent.php, I have created a filtered
    recordset which filters by newsID (which is the primary key in the
    Mysql database). Using the simple recordset dialog, I did a test
    and entered in a test value for URL parameter: newsID. This works
    successfully and returns the appropriate records from the database.
    Therefore as things seem to be working so far, I have dragged the
    newsTitle and newsContent onto my detail page so that when the user
    clicks on the link in the index.php page, it will show the title
    and content in the detail page.
    However things are not working. In the newscontent.php, when
    I do live data view, nothing appears on the page (which is weird
    because the recordset works fine!!). Even when I view my index.php
    page in my browser and try and link to the detail page, it goes to
    the detail page no problem but no data is on the page!!! It is just
    empty.
    I must be doing something really daft, so if someone can spot
    a mistake in my strategy here, that would be much appreciated.
    dmlocke

    This seems sort of pointless to ask, but just in case??? You
    say:
    "I have highlighted the field (in index.php)" Do you mean
    "textfield?" Anyways, I would think that you'd want to use a
    dynamically populated menu which then pins the newsID using a URL
    parameter or session variable. Anyways, what I'm getting at is: You
    have somehow included the newsID chosen on index.php in the
    information that's sent to the detail page request and then used
    that to filter the SQL query that you already said work when you
    PERSONALLY designate a value, right?
    Good luck! Hopefully my query, will help you with your
    query!

  • Problems with use cases in JDeveloper 11.1.1.1.0

    Use cases made with JDeveloper 11.1.1.0.2 can not be used and edited in JDeveloper 11.1.1.1.0.
    Same problems with Use Case Diagrams.
    And it seems to be impossible to create new use cases in JDeveloper 11.1.1.1.0.
    What are the differences between 11.1.1.0.2 and 11.1.1.1.0 if you look at use cases??

    In JDeveloper 11.1.1.0.2 each use case has one file with the folllowing name: *.xhtml_usc.
    In JDeveloper 11.1.1.1.0 each use case has two files with a names like *.xhtml_usc and *.uml_usc (after standard migration with JDeveloper). I can still edit the *.xhtml_usc files, but I have no idea what to do with the *.uml_usc files. I can only open a Property-editor, but the properties I see have no relation with the text I used in my original use cases . New use cases only have a *.uml_usc file and a Property-editor. In javadoc the new use case does not appear.
    My question is: why do I have two different use case files in JDeveloper 11.1.1.0 and how can I use the Property editor??

  • Tutor: Simpe Use Cases: Can't find Business System in ID

    Hi everybody,
    I am doing the turorial of SAP's "simple Use Cases" PDF.
    On Page 10 I have to define Services without Party
    1) Objects tab -> Service without party
    2) Context Menu --> Assign Business System
    3) Continue
    4) Continue
    5) Select business system by using checkbox ???
    Here I can't find the business systems I defined in the SLD (Site 10 of tutorial)
    What did I wrong?
    Thanks in advance, Mario

    Hi Mario,
        In the Integration Directory, go to the second tab 'Objects'. In that you can find the node 'Service without Party'. Right click your mouse on that node and then choose 'Assign Business System'.
       You'll get a pop up click and continue till it reaches the third step in the pop up and then select the name of the business systems you have configured in SLD by selecting check boxes and on pressing 'Finish' button you'll have your business systems in your ID.
    Cheers
    JK
    PS: Award Points if this helps you

  • Updating master/detail pages

    Student developing a website for a project using
    dreamweaver8/php/mysql
    Have used master/detail pages in my content mngt system, but
    would like to use the detail page to modify the data displayed and
    then use the update server behaviour. I don't seem to be able to
    create a detail page that allows text modification to the data
    displayed. Have been using the DreamweaverMX 2004 book as my bible
    but it doesn't do what I'm trying to achieve and clearly I'm
    missing something. Any ideas?

    "SusWeb888" <[email protected]> wrote in
    message
    news:focubv$11n$[email protected]..
    > Student developing a website for a project using
    dreamweaver8/php/mysql
    > Have
    > used master/detail pages in my content mngt system, but
    would like to use
    > the
    > detail page to modify the data displayed and then use
    the update server
    > behaviour. I don't seem to be able to create a detail
    page that allows
    > text
    > modification to the data displayed. Have been using the
    DreamweaverMX 2004
    > book
    > as my bible but it doesn't do what I'm trying to achieve
    and clearly I'm
    > missing something. Any ideas?
    What you should probably do is create an "update" page that
    has a form that
    holds all of your fields, etc, and apply the update record SB
    to the page.
    The "master" page should have a link to the "detail/update"
    page that passes
    a unique value - I usually use the "go to detail page" SB...
    but that is not
    in DW8 by default for PHP. It's there for ASP, but I have no
    idea why they
    didn't include it for PHP. If you go to www.felixone.it you
    can find his PHP
    Missing Tools extension - grab it and install it! This will
    give you the "go
    to detail page" SB. Then on the "detail/update" page, make
    sure your
    recordset is set to match the value being passed to it from
    the "master"
    page. Hopefully this makes sense to you.
    Hunter

  • Need solution for Use Case - Page Fragment?

    I have a set of controls and table which I need to insert into many tabs such that each tab displays the same table and functions but with slightly different data. The controls and table could be used in many different areas so doesn't make sense to code each and everyone mutiple times. I thought then that making this set of functions a page fragment and including it would do the trick, however, an exception that I have the same ID's defined was raised.
    Can someone tell me what technology I should use for this use case such that one a single page with tabs I can include the same set of controls many times? Can page fragments be used multiple times on one page or do I need some sort of declarative component?
    Thank you,
    Kris

    Task Flows is the way to go...
    Just create a bounded task flow and create a default view activity (which is going to be your page fragment with table and other controls).
    Now you can drop this TF on every tab and this way you will get a resuable table and control.
    Read about Task flows in dev guide if you need further understanding on this.
    One more thing, this will give you exactly same stuff on each tab. So, I am not sure what you want to change in every tab? A detailed description of your requirement might help.
    Vik
    Hope this helps
    http://adfjsf.blogspot.com
    http://www.linkedin.com/groupSharingMsg?displayCreate=&connId=-1&groupID=1801839

  • Graph not loaded on navigating to another detail page

    Folder Structure :
    webcontent
    index.html
        view
          -lineDetails.controller.js
          -lineDetails.view.js
          -lineStatus.controller.js
          -lineStatus.view.js
          -MainApp.view.js
          -MainApp.controller.js
          -MasterPage.controller.js
          -MasterPage.view.js
    I've a splitapp consisting of a masterpage - MasterPage and two detail page - lineStatus & lineDetails.
    there is a table in lineStatus page and a line graph in lineDetails page,
    when one clicks on show graph in table user is navigated to lineDetails page.
    The problem is that graph in lineDetails page is not visible, though <div> for graph is created.
    If I load lineDetails page first(where the graph is), then everything works fine and graph is visible.
    Code :
    Adding a column to table.
    var oColumn4 = new sap.ui.table.Column({
             label: new sap.ui.commons.Label({text: ""}),
             template: new sap.ui.commons.Link({text:"show graph",press:function(){
              splitapp.toDetail("lineDetails");
             width: "25%"
    Adding a graph to the page and returning it.
    createContent : function(oController) {
      oModelLineDetail = new sap.ui.model.json.JSONModel({
      businessData1 : [
      {Time :"1:00",Level:10},
      {Time :"2:00",Level:10.5},
      {Time :"3:00",Level:9.5},
      {Time :"4:00",Level:4},
      {Time :"5:00",Level:9.6},
      {Time :"6:00",Level:10.1}
      oDatasetLine = new sap.viz.ui5.data.FlattenedDataset({
        // a Bar Chart requires exactly one dimension (x-axis)
        dimensions : [
        axis : 1, // must be one for the x-axis, 2 for y-axis
        name : 'Time',
        value : "{Time}"
        // it can show multiple measures, each results in a new set of bars in a new color
        measures : [
           // measure 1
        name : 'Oil level', // 'name' is used as label in the Legend
        value : '{Level}' // 'value' defines the binding for the displayed value 
        // 'data' is used to bind the whole data collection that is to be displayed in the chart
        data : {
        path : "/businessData1"
      oLineChart = new sap.viz.ui5.Line({
        width : "80%",
        height : "300px",
        plotArea : {
        'colorPalette' : d3.scale.category20().range()
        xAxis : {
                    isIndependentMode : false,
                    title : new sap.viz.ui5.types.Axis_title({text: 'Time', visible: true})
        yAxis : {
                    isIndependentMode : false,
                    title : new sap.viz.ui5.types.Axis_title({visible: true})
      oTextView = new sap.ui.commons.TextView({
      text: "Line Speed",
      tooltip:"Line Speed",
      //width: "100%",
      design: sap.ui.commons.TextViewDesign.H1
      }).addStyleClass("lineDetHeader");
      oLineChart.setModel(oModelLineDetail);
      oLineChart.setDataset(oDatasetLine);
      var btn = new sap.ui.commons.Button({text:"button",press:function(){location.reload();}});
      lineDetPage = new sap.m.Page({
      title: "Line varaible details",
      showNavButton:true,
      navButtonPress : function(){splitapp.toDetail("lineStatus");},
      content: [oTextView,oLineChart,btn]
      return lineDetPage;

    Hi,
    Use the following code for navigation from one iview to another:
    WDPortalNavigation.navigateAbsolute(
    "ROLES:portal_content/com.cv.kaar.Test_Page2",
    WDPortalNavigationMode.SHOW_INPLACE,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    (String) null,
    (String) null,
    "Name=" + wdContext.currentContextElement().getName());
    You have other options too like, External Window etc. other than the SHOW_INPLACE.
    The last line of the above coding is used for passing parameter to another iView.
    Give the right path of the iview PCD path, omitting pcd:
    Hope this helps.
    Regards,
    Srinivasan T
    <b>Helpful answers=>points</b>

  • Why now, since Firefox upgraded to ver23.0.1, can I not load several pages including facebook unless I use I.E Tab ext?

    Between last night and tonight, suddenly I can't load any pages unless I flip back and forth between I.E Tabs. Only difference: Firefox did a bloody update. Why is it that nowadays when a program updates, it always ends up being glitchy or fails entirely. Aren't updates supposed to IMPROVE the program, not break what was already working?
    This problem happens on Facebook, twitter, Goodreads, Google, this page... everything. What is the use of having a browser that doesn't work. Come on Mozilla. Please let me roll back to 22. At least that worked. Sorry for the grump here, but I've truly had enough of programs self-"updating" into a version that is crap. With all that programmers have learnt over years of computing, this should not happen any more. If you're going to put out an "update", at least make sure it works fully first. We're not your lab rats for testing.
    I've already restarted twice, and once more in safe mode, so please no one give me all the basic advice. Just someone tell the blokes at Mozilla that their update is broken, and they need to patch it. Meanwhile, I'll just run my business loading pages twice in two different browser tabs... or, after more than six years and twenty different version numbers, I might just drop Firefox altogether.
    And you know what, I can't even add my Troubleshooting info from the button below. Guess why? That's broken too.

    Have you tried windows safe mode? It could be your antivirus rules.
    * see [[Firefox can't load websites but other browsers can]]
    and
    * http://windows.microsoft.com/en-us/windows7/start-your-computer-in-safe-mode

  • I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting/clean-up.

    I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting and/ or clean-up. I have moderate computer skills and try not to download or access questionable material, however recently I visited the Ap Store and purchased a couple of different aps to use in record keeping and for making a flyer. I am not even sure how to remove these programs to see if it helps.
    Any tips or tricks are appreciated.
    Thank you!

    Time to see about the PRAM battery.
    By the way iOS and OS X are different systems.
    iOS is the operating system for iPads, iPhones, and iPod touch.
    Mac OS X is the operating system for Mac labelled computers.

  • How & where to use Java script to create new button in object detail page

    Hi All,
    I want to create "New/Add button" in object detail page. If i am not wrong i need to use java script for that but could you please let me know how & where to use Java script to create new button in object detail page in CRMOD.
    Thanks in advance.
    Regards,
    Manish

    Any related object on the detail page should have an "Add" or "New" or both buttons by default - This is vanilla functionality and will do the required action.
    If you want to modify this behaviour and do something tricky you will potentially have to go for javascript. You should add the javascript on a custom web tab on that Object.
    Admin --> Application Customization --> Contact -->Contact Web Applet
    Now, add your javascript in the code area, after you select the type = HTML for this web applet, expose this web applet on the Contact detail layout and your javascript will be invoked whenever this page is loaded.
    Check this online document to see how javascript can be embedded in CRM on Demand http://helponmyproject.com/TTOCOD/
    Cheers!
    Royston

Maybe you are looking for

  • Message Mapping Split

    Hi, following task is 2 high 4 me: <root>    <fieldA/>    <fieldB/>      optional </root> should be mapped to <root>    <elm>      <constant>A</constant>      <value>A</value>    </elm>    <elm>      <constant>B</constant>      <value>B</value>    </

  • Server0 is not up in j2ee eingine

    Hi Experts, I am configuring Kerbores in EP server I have configured this in UME configuration. I have selected the LDAP after giving all the inputs i check ed test connection. The test connection is ok. And now when i  restarted the J2EE engine and

  • JDeveloper 11g - JSF Custom Validator - Client Side validation question...

    Hi all, I've created custom JSF validator. How to trow some client side ValidatorException in javascript? Thanks in advance, s o v i e t

  • Getting array.length

    Hi... how does one get the length of the individual arrays in a 2D matrix? i.e. if I have int[][] grid = new int [5][7] how do I get the 5 and the 7 without obviously storing them in variables of their own (i.e. how do I use the .length field?)? Chee

  • Class Comparing Procedure

    Hi. My Situation is this. I get from out of space two objects of some class, like MyClass. This class contains many variables in it and some methds. I need to write some compare procedure which looks if fields are equals in those classes like classOn