Is it possible to view all record of child object in parent detail page.

Hi All,
Could someone please tell me how to view all records of child object in any associated parent detail page.
For example, In opportunity detail page I want to see all lead associated with particular opportunity. As per standard setting I can be able to see only five lead records in opportunity detail page. Is it possible to view all lead on the same opportunity detail page instead of clicking on "show full list"
Thanks in advance.
Manish

There is my code in labVIEW for the moment
See attachments
Dany
Dany Allard
Attachments:
Exemple code SET.JPG ‏47 KB

Similar Messages

  • Is it possible to view all of the information such as notes and texts from my iphone via computer?

    Is it possible to view all my information on my iphone, such as texts and notes via computer?

    No.
    Notes can be synced with a supported app on your computer.
    Message was edited by: Allan Sampson

  • Is it possible to Delete all Records of Std. SAP tables for Quality Server

    Hi,
    We want to delete some sensetive information from Test(Quality) Server.
    For Std. SAP tables, is it possible to delete all Records?

    Hi, Through an ABAP program it is possible. You can develop the custom program on Development server than transfer it to QS and run the program.
    Regards,
    Aalok
    Edited by: aalokg on May 13, 2010 12:19 PM

  • Can't View All Records if Max Row Count is null

    Hi,
    There are over 2500 records in a table and if Max Row Count is set to nothing in report attributes, the user is restricted to view only 500 records. And If Max Row Count is set more than 2500 then user is able to view all records but taking more time to display report.
    What to do to minimise process time and allow user to view all the records. ?
    Pagination Scheme : Row Ranges X to Y of Z (with pagination)
    Number of Rows : 100
    Number of Rows (Item) :     <empty>
    Max Row Count :           <empty>
    Thanks,
    Ven.

    Hi Ven,
    Apex restricts the number of rows returned by a report to 500 by default. You can change this by setting the Max Row Count. Apex does this so that the amount of data returned over the network to the browser is kept to a reasonable amount. The reason it is done this way is because a user in apex does not maintain a stateful connection to the database and as a result, rows returned from a query can not be cached in the database and fetched as required.
    From a usability point of view, I'm not sure why a user would want 2500+ rows returned to a screen. They would have to scroll and paginate to find anything of use and network bandwidth would get chewed up in the process. Why not provide the users with query options so that the number rows returned to the browser is restricted to a more manageable amount? If the users require a full hardcopy of the data then you can handle this with csv and pdf options.
    Regards
    Andre

  • Is it possible to view all open internal tables in the 4.7 debugger?

    Hello,
    Is it possible to view all open internal tables in the 4.7 debugger?
    Thx.
    Andy

    As far as i know in 4,7 there is no new debugger. But it is the new debugger which brings the functionality so i fear you go no chance.
    And for the rest who is still struggling on what OP meant: He meant the tab "globals" on the variables tab of the new debugger.

  • Need to view all records with two variables in recordset

    Hi - My recordset has two variables used to sort products by popularity and type.  But I want a "View all" link that shows all records, in ascending order, regardless of popularity or type.  At the moment the .php page is set up to receive either the popularity (varPopular) variable or the product type variable (varGrouping).  If neither variable is provided, no products appear on screen.  How do I set up the recordset to allow for all records to be displayed?  Thanks for your help!
    [CODE]
    $varPopular_Recordset1 = "n";
    if (isset($_GET[popular])) {
      $varPopular_Recordset1 = $_GET[popular];
    $varGrouping_Recordset1 = "1";
    if (isset($_GET[grouping])) {
      $varGrouping_Recordset1 = $_GET[grouping];
    mysql_select_db($database_connGiavan, $connGiavan);
    $query_Recordset1 = sprintf("SELECT crystal_colors.cystalid, crystal_colors.displayname, crystal_colors.imagename, crystal_colors.popular, crystal_colors.`grouping` FROM crystal_colors WHERE crystal_colors.popular=%s OR crystal_colors.grouping=%s", GetSQLValueString($varPopular_Recordset1, "text"),GetSQLValueString($varGrouping_Recordset1, "int"));
    $Recordset1 = mysql_query($query_Recordset1, $connGiavan) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $varGrouping_Recordset1 = "$_GET[grouping]";
    if (isset($_GET[grouping])) {
      $varGrouping_Recordset1 = $_GET[grouping];
    $varPopular_Recordset1 = "$_GET[popular]";
    if (isset($_GET[popular])) {
      $varPopular_Recordset1 = $_GET[popular];
    mysql_select_db($database_connGiavan, $connGiavan);
    $query_Recordset1 = sprintf("SELECT crystal_colors.cystalid, crystal_colors.displayname, crystal_colors.imagename, crystal_colors.popular, crystal_colors.`grouping` FROM crystal_colors WHERE crystal_colors.popular=%s OR crystal_colors.grouping=%s", GetSQLValueString($varPopular_Recordset1, "text"),GetSQLValueString($varGrouping_Recordset1, "int"));
    $Recordset1 = mysql_query($query_Recordset1, $connGiavan) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    ?>
    [Moved to Dreamweaver Application Development forum by moderator]

    To start with, you should be aware of the fact that you have the same recordset code twice in your page.
    You'll find an article that explains how to build a SQL query to do what you want here: http://cookbooks.adobe.com/post_Create_search_query_with_optional_fields-16245.html.

  • View all the available authority object in any system!!

    Hi,
    Is tere any way i can see all the avaiable authority object in any system?
    Regards
    Gunjan

    Hi,
    Try transaction su21 .it should give you list.
    Thanks.
    Mark points if helpful.

  • Timeout problem - record is not shown properly in detail page after timeout

    Hi,
    I am using JDeveloper 10.1.3.1.0.3984
    and JHeadstart 10.1.3.1 Release 10.1.3.1.26
    I have a Master View Object where there is a field ID (for example M_VO).
    There is a page associated with M_VO (Page_M_VO.jspx)
    There is a Detail View Object (for example D_VO)
    There is a page associated with D_VO (Page_D_VO.jspx)
    There is a link from M_VO to D_VO using the field ID.
    When I open the page Page_M_VO.jspx and select an ID and go to the detail page Page_D_VO.jspx, it goes to the detail page Page_D_VO.jspx. It works fine.
    But the problem is:
    If for example I have three ID (111, 222, 333), in master page if I select 222 and go to detail page it shows the appropriate records for 222 as I selected 222 in master page. If I keep the detail page open for more than the timeout minutes specified in web.xml and then try to access the detail page again it ask for userid and password (which is fine). If I put userid and password, then it shows the detail page with the first record which is the record associated with the ID 111. But before timeout I was working with the ID 222, so it should show the record associated with ID 222 as I was working with ID 222 before timeout.
    Can anybody help me to solve this problem?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    I would put my money on the fact that since your application is timing out, it is dropping any state that your View Objects otherwise had before the application timeout.
    So upon reauthorizing and reaccessing the application (and going directly to the detail page) the View Object is reinstantiated and only knows to go to its default data set which is 111.
    If my assumption is correct, I don't think you could really implement this without a lot of trouble.

  • View all rows in Entity object

    please I have a problem can I one help me
    I want to get all rows from specific Entity object
    example
    I am now in validate method in XXX Entity Object and i want to get all the rows in XXX table from validate method(all rows)
    can any one help me to do that
    thanks in advance

    ya sire
    I want from validate method in EO XXX to validate all the rows in the table XXX
    so I want to get all the rows from validate methods in the EO XXX
    thanks in advance

  • Want to view all photos in an Event, at once

    I want to view all photos, from an Event, at once without scrolling down. When we got this, I remember looking at all photos together. Now, if I want to click and drag to another page or to iMovie, it wont let me. I can't put in trash either. Is it possible to view all to decide which photos to put on a video/movie? I am frustrated with this and have searched help topics and so on.

    BeeMa
    Welcome to the Apple user discussion forums
    It sounds like you may have changed the display to show a single photo - look in the lower right hand corner of the iPhoto display and slide the little slider there to the left to show more (smaller) photos in the display
    LN

  • View All Products Shipped To Customer

    Hi All,
    I'm new to SAP overall and was just wondering if it is possible to view all the products being sent in a certain date to a particular customer.
    I know how to view the Sales Orders for customers (VA05), but is there any way I can see a full list of products rather than clicking through each PO? Maybe through a report?
    Any help would be greatly appreciated!

    Hello,
    You can do a query on VBPA table (Sales order number, item number, Partner type, partner number) and VBRP (Sales order Item).
    Give partner type WE and partner number in table VBPA, extract the sales order number and item number, then pass these into VBRP table to get the products.
    You can do a simple ABAP query or SQ01 query with the above details.
    Regards,
    TP

  • View All Incidents Active on Specific Date Data Warehouse

    Hi
    I'm looking to find out if it is possible to view all incidents active on a specific date within the data warehouse. Obviously there is the created, resolved and closed dates however that doesn't present the correct information as filtering on the created
    by date with a specific date only shows incidents created on that specific date.
    What I am interested in is how many active incidents did I have at the time of the data warehouse processing and how I would go about that. Obviously it is possible to get this off the live database but it would be good to get this out of the data warehouse.
    Thanks

    Actually turns out the reason why none of the data was making sense was that the data in the cube was completely wrong. Despite the dwdatamart incidentdimvw showing the correct information the cube was out by a long way (cube said over 5000 active incidents
    where as dwdatamart had 17) so i'm guessing there was a problem in processing somewhere along the line. Not quite sure what would cause the cube to be so inaccurate though which is perhaps more concerning.

  • View all contents of a Parent folder in Bridge cs5

    Is it possible to view all contents of sub folders in a parent folder?
    Example:
    Ive got a folder called "stock photos", and inside i have sub-folders: "airplanes", "alien", "animals", "backgrounds", "Beach"... etc to organize the contents. Is it possibe in bridge to view all containing photos as thumbnails at once? It seems like adobe would have thought of this already and have it as a feature in Bridge.
    Ive got one work-around in mind, but it would take some extra work re-organizing the (probably thousands) of stock photos my company has accumulated over the years. The work around would be - keep all stock photo files in one folder, but tag them with metadata, and use the filter panel to narrow down my options. I mention this because i know someone will post this as a solution.
    What do you all do to best organize your stock photos?
    Thanks!

    You mean see the contents of the child folder, I guess.
    It is as simple as this: view>show items from subfolders.
    I recommend taking a look at the help files: http://help.adobe.com/en_US/creativesuite/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-737 1a.html

  • Can I view all email at once like on Mail?

    I have about 4 different email accounts (gmail, .mac, etc)
    I am wondering if it is possible to view all of the mail within one large folder, like I do on my MacBook using Mail and just selecting 'Inbox', which then shows me email coming in to any of my accounts.
    Right now I have to drill down into each account, read the mail, then move back up the hierarchy to go select another account, etc.
    Maybe I'm missing something simple...
    Thanks-

    You aren't missing something simple.
    This is not available with the iPhone's email client.

  • CProjects 4.5 Initial view : all projects

    Dear Gurus
    According to you is there a workaround to display in initial view ALL projects ?
    I know that the initial view can be related:
    projects ( but I display only projects in which I am a responsible,
    last used projects and so on..
    is there a possibility to view all projects ?
    is it possibile to create a custom solution?
    according to you , is it possibile to think this?
    Thanks in advance
    Vanessa

    Hi Vanessa,
    You can influence the dashboard content thanks to Business ADd-In: DPR_EVE_DASHBOARD
    In method: CHANGE_ATTRIBUTES, you can add all your projects with a custom code inside.
    BR
    Matthias

Maybe you are looking for

  • ASA 5505 as a SSL VPN Server and Easy VPN Client at the same time?

    Is it possible to configure and operate the ASA 5505 as a SSL VPN server and Easy VPN Client at the same time? We would like to configure a few of these without having to purchase additional ASA 5505 and use a 2 device method (1 SSL VPN Server and 1

  • Blocked file after downloading iTunes on Windows XP

    I have downloaded the iTunes onto my Windows XP from apple.com/ipod/start. However, each time I try to open file, I get the same message: "Windows found problem. Unknown publisher. iTunes set-up.exe, blocked file." I am so frustrated!!! I bought an i

  • DMS_MASS_UPLOAD_HELP

    Hello Team, We are implementing SAP in one of the client's place. He has been using other ERP but some how has been saving all drawing files in to PC. Now initially while implementing DMS how to do mass upload of all available drawings and link the m

  • 128 bit encryption

    I am currently developing a web site. And one of the requirements is to enforce 128 bit encryption. We are currently using weblogic 6.0 sp1. If I try to connection our web site without 128 bit encryption on my IE 5, IE 5 just tells me that it could n

  • Connects to Wireless, but no ping to Gateway or Internet? (rt73usb)

    Hi guys, I very rarely have any trouble on ArchLinux but last night I was forced to reboot my machine after a hard lock (which I'm not worried about). When the machine came up again, net-profiles successfully connected to my home network, but upon op