Method Community

 

records from a grid

Last post 12-18-2014 11:36 AM by Method_Justin. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 12-17-2014 5:27 PM

    records from a grid

    How do I get multiple records (checked) from a grid and insert them into a table?

  • 12-18-2014 11:36 AM In reply to

    Re: records from a grid

    Answer

    Hi Marcelo,

    You can use the Start/End Loop Through Grid actions to look for checked rows in a grid. These actions allow you to loop through a grid for records that match specified criteria, performing actions on them one by one. In this case, you'd want to configure it to loop through only checked rows.

    You can then use the Insert Records Into Table action, which you can configure to insert fields based on Value From RowValue From Row means the currently selected record in a loop, so it'll take the current record in your Loop Through Grid action, grab the specified fields for that record and insert them into your table. If you place this between your Start and End Loop Through Grid actions, it'll be performed for each record found by your loop.

    Hope this helps.

    - Justin

    Justin Henderiks
    Technical Sales Specialist
    Method Integration Inc.
    Toll Free: 1.888.925.6238
    Local and overseas: 416.847.0400
    Fax: 416.640.6027
    E-mail: j.henderiks@method.me
Page 1 of 1 (2 items)