Pass ID to Sub List

Hello all,
I am constrained to OOTB functionality (but can use query strings). I used these instructions to nest a related list.
http://www.sharepointeurope.com/blog/2013/12/11/creating-sharepoint-related-list-views-(edit-and-display)-with-no-code
Is there a method to pass along the ID of the parent list so users don't have to select the ID of the parent list?
Thanks!
Kelly
Personal Blog: http://thebitsthatbyte.com

Hi Kelly,
I tried producing the method in my SharePoint server 2013 environment. It worked like a charm.
Please provide more specific information about ID of the parent list in your original post. If you mean you would like to show item ID directly in the child list, then you could modify lookup column in the child list, and select the wanted column in Additional
Column Settings. Then it will show the ID column in child list.
Regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected] .
Rebecca Tu
TechNet Community Support

Similar Messages

  • Looking for a way to pass parameter to external list from infopath

    Hey, i have a Sharepoint 2010 list for which I want to create Infopath form. I have an external content type and external list based on it.
    I want to prepopulate some fields in my Sharepoint list with data from external list. I tried to use external list as a secondary data source and query it for needed values. The issue I encounter is that my ECT has a finder with filter and I can't figure
    out how to pass a value to this filter within infopath.
    How can it be done with infopath? How can I pass the filter value to the external list using Infopath?

    Hi,
    According to your post, my understanding is that you wanted to pass parameter to external list from infopath.
    You need to query the external list from InfoPath using coding and CAML Query.
    Here is a similar thread for your reference:
    http://sharepoint.stackexchange.com/questions/33575/filtering-sharepoint-external-list-bcs-from-infopath
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Matrix row with sub-list

    Hi everyone,
    Is it possible for a matrix on a form created using Screen Painter to have a sub-list on the row below linked to the one above such that when a user clicks a button/link they see further details on that row.
    This behavior is seen on System Forms such as the Inventory Audit Report where you have a list of the items and a triangular button where you click and see the opening balance and other information regarding that item on the rows below.
    Best Regards,
    Duncan

    That is possible with grid, with matrix it isnt possible. Check example in SDK samples - Working with Grid

  • How to include Sub List into List template?

    Hi,
    how can I include the content of a sub list into the parent list entry.
    A simple example (my original code is more complicated with divs, ...)
    I want to produce the following output:
    <li>Master List Entry 1
      <ul>
        <li>Sub List Entry 1</li>
        <li>Sub List Entry 2</li>
      </ul>
    </li>
    <li>Master List Entry 2</li>In the property "List Template Current with Sub List Items" I would like to specify
    <li>Master List Entry 1
      #SUBLIST#
    </li>But it looks like that there is no substitution value to place the content of the sub list, it is always added after the "Master List Entry".
    Can anyone help?
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com/
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/ New
    The ApexLib Framework: http://apexlib.sourceforge.net/

    Hello,
    This has been added as an enhancement request.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • Passing values from sub sequence to caller

    Hi All
    I am using TestStand 4.0.
    In the setup of my top level sequence I call a sub sequence to calibrate RF cable losses on the test site. These cable losses need to be passed back up to the top level sequence so they can then be stored and used throughout the rest of the program. Problem is I have tried File globals and Parameters but cannot get the information to flow back up the tree. The reference manual says I can do this, but doesnt say how or give examples. I'm sure it's just a case of setting the right flags or passing by reference etc but I've just about lost patience with it. We don't want to use Station globals as these RF cable losses are only relevant to this program.

    Ian,
    You need to set the Parameter in the sequence as 'by Reference'. Infact, when you insert a variable in the Parameters, by default it is 'by reference'.
    This allows you to pass data back to the caller. eg if you had a boolean called Status in Parameters. Then in your Sequence you could set Parameters.Status = True. Caller Step would receive Status as True into the variable you sepecified in the Parameters list in the Edit Sequence Call dialog.
    Have a look at the Computer Motherboard Test Sequences.seq in TestStand examples demo folder, In CPU Diagnostic Sequence.seq in the MainSequence is a boolean called CPUFail that is passed back to the Caller sequence.
    Hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Passing values to sub VI and writing data to controls

    As part of a control interface for a VFD i am interfacing with using Modbus TCP I wanted to try and compartmentalise some of my code into a subVi
    However in doing so I am having a lot of trouble understanding how I can read the current drive settings for the Ramp up and Down values and update those values into the main faceplate of my control.
    The sub Vi is tested and works exactly how I want. Selecting Read (latch on pressed) reads the registers from the drive and outputs it to the controls and the indicators. The indicators were incorporated because I did not know how to pass the data out of the sub vi without them. Updating works to write the current value in the controls to the VFD registers.
    However when I incorporate this VI into my larger project the values are always displayed as zeros if I have the switch set to latch. However i do see a momentary flash of the correct values soon after pressing the read button or if i change it from latched operation to switched, however i would prefer it to opperate in a latched mode so as to reduce communication overheads to the drive. 
    Solved!
    Go to Solution.
    Attachments:
    Modbus sub vi.pdf ‏943 KB

    Hi,
    A number of suggestions:
    1. Use references and property nodes to set FP indicators from a subVI (you can learn more here and here)
    2. Don't put output indicators inside Cases. When the case is not Read, the VI outputs default values to the outputs and gives you the zero values. 
    Good luck,
    Danielle
    "Wisdom comes from experience. Experience is often a result of lack of wisdom.”
    ― Terry Pratchett

  • How to pass Shuttle Box value list in a link i.e. 1:2:3:n

    I want to pass the currently selected values in a shuttle box (i.e. a colon delimited string like 1:2:3:4) in a link on a button to a target page which also has a shuttle box.
    If I use PX_SOURCE_ITEM and &PX_TARGET_PAGE_ITEM. in the button definition, I only pass the first value on the list. I suppose it's a problem because of the use of ":"s separating actual values. ApEx treats ":" as separators in a link.
    Anyone know how to get around this?
    regards
    PaulP

    Paul - Wouldn't that be:
    PX_TARGET_PAGE_ITEM and &PX_SOURCE_ITEM. ?
    In any case, is the source value already in session state? If so, there is no need to pass it in the URL. The target page can obtain its value.
    Scott

  • Passing values to sub-forms  (Varaible scoping)

    I have a "parent" form that calls one of 6 subforms. I'm trying to figure out how to pass values derived in the parent to a sub form.
    I am running IdM 8.1.0.9 in glassfish 2.1.1. I set up these test forms to work through this:
    my Parent Form:
    <Form name='parent' objectLocationID='objectType=UserForm&objectName=parent&objectPath=0&isBegin=true'>
      <Display class='EditForm'/>
        <Include>
          <ObjectRef id='#ID#UserForm:child1' type='UserForm' name='child1'/>
        </Include>
        <!-- This value needed in child 1 form -->
        <defvar name='myvalue'>
          <s>test123</s>
        </defvar>
        <Field name='myfield'>
          <Expansion>
            <ref>myvalue</ref>
          </Expansion>
        </Field>
    <!--  My attempt at using <Variable>, IdM doesn't like this
        <Variable name='myextvar' external='true'>
          <ref>myvalue</ref>
        </Variable>
    -->
        <FormRef name='child1'/>
    </Form>
    my Child1 Form:
            <Form name='child1' objectLocationID='objectType=UserForm&objectName=child1&objectPath=0&isBegin=true'>
                <Display class='EditForm'/>
    <!--
               <Include>
                    <ObjectRef type='UserForm' id='#ID#UserForm:parent' name='parent'/>
                </Include>
    -->
                <Field name='subtext'>
                    <Display class='Text'>
                        <Property name='title'>
                            <concat>
                              <s>pre1:</s>
    <!--  
                               <FieldRef objectLocationID='objectType=UserForm&objectName=marty&objectPath=0&isBegin=true' name='myvalue'/>
    -->
                               <ref>myvalue</ref>
                              <s>:1post</s>
                            </concat>
                        </Property>
                    </Display>
                </Field>
            </Form>I was hoping that child forms would share the scope of the parent, and I could just use a <ref> tag in the child form, but that doesn't seem to work. So I started looking at FieldRef/FormRef but I'm not sure they are the right answer either.
    When the include in the child form is uncommented, I get :
    An unrecoverable error has occurred processing the request. Contact your system administrator.
    Syslog ID = LG-0405-115539.
    I'm guessing that this is because I include a form that includes this form, and created an endless include loop?
    When the FieldRef is uncommented, I get this error:
    Attruibute "objectLocationID" must be declared for element type "FieldRef".
    The <Variable> tag (defined as external) looks promising, but I haven't run across a good example of how to use it.
    When I try to add a <Variable> to my parent form, I get the error: Content of element type "Form" must match...
    This doc: http://docs.sun.com/app/docs/doc/820-5821/bvaex?a=view
    says that <Variable> is a valid form element, but IdM disagrees.
    Any suggestions on how to achieve the passing of values from one for to another would be greatly appreciated.
    -mk
    Edited by: mk152556 on Apr 5, 2010 6:27 AM

    An advice I usually follow: Skip defvars and variables, and stick to fields, hidden, not using any Display class that is, if you just need to use the field as an variable. Field are a lot more practical IMHO.

  • Can you pass parameters with sub queries

    I have created a Custom folder within a Business Area using a sql query that has multi sub queries. I need to be able to pass date parameters at the top level and at each sub query levels. Is this possible, or how can it be done in Discoverer?
    I have attached an example of the query below.
    select T.title_type_code, T.title_number
    from title_trans T
    where T.title_type_code in ( 'A', 'AC', 'AN','AS','EL', 'ERL','SEL', 'MC', 'MCN', 'MCC', 'MCS', 'ML', 'MLN', 'MLC', 'MLS')
    and T.trans_type_code = 'APPL'
    and trunc(T.effective_date) between to_date('&start_date','DD/MM/YYYY') and to_date('&end_date','DD/MM/YYYY')
    and exists
    (select *
    from title_land_status L     
    where T.title_type_code = L.title_type_code
    and T.title_number = L.title_number
    and L.trans_type_code in ('APPL', 'FLS', 'AVAR')
    --FREEHOLD LAND
    and L.land_status_id in ('15')
    and L.date_completed = (select MAX(L.date_completed)
    from title_land_status L
    where T.title_type_code = L.title_type_code
    and T.title_number = L.title_number
    and trunc(L.date_completed) <= to_date('&end_date','DD/MM/YYYY')
    and L.trans_type_code in ('APPL', 'FLS', 'AVAR')))
    and not exists
    (select *
    from title_land_status L     
    where T.title_type_code = L.title_type_code
    and T.title_number = L.title_number
    and L.trans_type_code in ('APPL', 'FLS', 'AVAR')
    --AB fREEHOLD LAND - NLC, CLC, TLC, ALC
    and L.land_status_id in ('3', '4', '5', '6')
    and L.date_completed = (select MAX(L.date_completed)
    from title_land_status L
    where T.title_type_code = L.title_type_code
    and T.title_number = L.title_number
    and trunc(L.date_completed) <= to_date('&end_date','DD/MM/YYYY')
    and L.trans_type_code in ('APPL', 'FLS', 'AVAR')))
    and not exists
    (select * from title TIT
    where T.title_type_code = TIT.title_type_code
    and T.title_number = TIT.title_number
    and TIT.purpose = 'EMPC')
    order by T.title_type_code;

    Ok,
    I just tried that and it still doesn't pass anything to the prompt.
    I changed the prompt to an edit field and I made the following weblink but when i click the link from an account it doesn't put anything in the prompt and all data for all accounts is shown.
    This is the URL maybe I messed something up...
    https://secure-ausomx###.crmondemand.com/OnDemand/user/Dashboard?OMTHD=ShowDashboard&OMTGT=ReportIFrame&SelDashboardFrm.Dashboard Type=%2fshared%2fCompany_########_Shared_Folder%2f_portal%2f360+Report&Option=rfd&Action=Navigate&P0=1&P1=eq&P2=Account."Account Name"&P3=%%%Name%%%
    thanks

  • Passing Paramters to sub-report

    I need some help with parameters between reports.  I have a master report and a sub-report which is linked to a stored procedure.  The stored procedure used in the sub-report has input parameters defined.
    I have a master report which has a two level dynamic prompt.  When one of three companies are selected, the dynamic list of states available for that company is displayed.  I then want to assign the selected list of states to the  parameter in the sub-report.  I have created a shared variable and joined the master reports parameter values into the variable.  In the master the resulting string looks like what I want in the sub-report stored procedure, for example ('WA', 'OR').  However, when I run the report the stored procedure input parameter appears to have no values assigned.
    Is there some way to assign the default for the sub-report store procedure parameter to a value from the master report?
    Thanks

    Sorry, but I am still missing something.  I have a formula which builds the string.
    Shared stringVar vStates;
    vStates := JOIN({?pCompany - CIS_DIVISION},",");
    vStates := "'" + vStates + "'";
    vStates := REPLACE (vStates, ",","','");
    vStates;
    When shown on the report the output is what I want, 'WA','OR'.  But when linked to the SP parameter, no data is returned when more than one state is selected.  Again, when a single value is selected, it works fine.
    The input parameter is defined as varchar2 in the SP.

  • Passing parameters to sub report's stored procedure

    I'm attempting to pass values from the main report to a linked sub report's stored procedure, but I haven't been successful yet.
    I know how to filter the parameters on the return set of the stored procedure, using parameters from the main report. However, I would like the stored procedure executed for each record of the main report, using those values passed.

    I was getting "missing parameter values" trying to send parameters to a stored procedure in the subreport.  Turns out there is a hot fix for my issue.  Not sure if it matches what you're trying to do; you need to give more information on what you've already tried.
    I was using CR XI, and also CR for VS 2005. The problem seems to be fixed with CR VS2005 SP1, for Visual Studio CR.
    Look up under Business Objects Downloads: Crystal Reports > .NET > Hot Fixes
    Files:
    CRRedist2005_x86.msi
    crvs05sp1.exe
    Then open the report again, and re-save it.
    This has fixed the problem for me.
    Good luck!

  • Passing checkboxes to sub VIs

    I'm passing checkboxes (i've tried switching to toggle switches) to a sub-vi.  When the sub-vi front panel is open, the values pass correctly but when the sub-vi front panel is closed they do not.  I first tried passing a cluster of booleans and then separate booleans and I'm seeing the same effect.  Any ideas why this might happen?

    The values are passed in whether the front panel is open or closed. Are you opening the front panel after you've run the VI? If so, you won't see the subVI's front panel reflect what values were passed in. This is normal, and the way LabVIEW works. Check the User Manual on this. Or, are you saying that in the subVI you check the values and see that you're not getting the same values as on your main VI?

  • "All JIT Checks Not Passed" while printing component list for Rep. Manufact

    I am getting the error message "All JIT Checks Not Passed" in JITM when trying to process the Action "JIT component list".  I have verrified the production versions and that the part is set up for repetitive manufacturing. 
    Can anyone help with ideas to why this happens?

    Hi,
    In order  to avoid misunderstandings please confirm that you have setup activity SY520 (Document Print) in SAP ME application.
    I am not sure whether you posted this request to the correct forum or not.
    Best regards,
    Alex.

  • Passing parametrs to Sub routines

    Hi all,
    Please tell me how to pass the Parameters  as message number and message id for an SUB ROUTINE.If possible please give me the sample code.
    Regards
    Ajay

    declare
    data : message_nm type  sy-msgno,
            sys_id type sy-repid.
    simply write rthe oerform AS
    perform sample_form using message_nm
                                            sys_id
    then in the form.
    form sample_form using message_nm type sy-msgno
                                            sys_id type sy-repid .
    endform.
    reward points if useful...
    Edited by: Rudra Prasanna Mohapatra on Jun 25, 2008 1:41 PM

  • Passing attachements to sub-processes

    I have a process that initiates a sub-process and pass the form data through successfully but the only problem is that I want to pass attachments also from one process (main) to another sub-process, which i have been trying for the past couple of days and unfortunately all my efforts went on vain.
    Is there any body to save me on this one, PLS?

    hi,
         You have mentioned that it is possible to access main process form variable to the subprocess.
    I have a main process called M and a subprocess named S. At the end of the workflow of M i have added S using the Subprocess service.
    How can i pass form avariables and process variables of M to S...?
    pls help me on this ..
    thanx
    Balaji

Maybe you are looking for

  • How do i print a pdf email?

    How do I print an email that I think is in PDF form?

  • Can't sync movies with iPad

    I have purchased movies via iTunes but my iPad will not sync them. I have plenty of space on the iPad and removed any age restrictions although they are PG movies. I have reset the iPad holding Power and Home buttons but they will not load onto the i

  • Is it okay for me to download iPod 1.1 update?

    Have they fixed it already? Is it working propoerly now?

  • Wifi won't connect to WPA2 network after waking from sleep, requires reboot

    My office has a WPA2 network that I use my MBP to connect to. When I go home for the day, I close the MBP and put it to sleep. When I get home and open it, it automatically connects to my home wifi network. I do the same coming back to work and when

  • OS X v10.6.2 update problems

    I am currently using version 10.6.2 but when I run system update I get a list of updates needed, I will proceed the update process untill my computer restarts. My issue is that im finding the mac will still be on the same version and has not updated.