Options

How to Make use of a page designed with temperory table in case of filtering item wise

kovaidonkovaidon Member Posts: 55
Hello all,
I have a requirement. A Item Ledger Entry page which is already designed with Temperory Table(32) . Every time user runs the page .. it will compile data from Table 32 and display it in page by inserting data in temperory table.
Now the requirement is , there were so many records that is listed in page, where user Provided a option filter records based on Item No. and select records which would create Sales Order.
Now the Problem is When user filter for one item (Say Item1)and select certain records (a boolean field called Select is available for selection of records).and again goes for filtering of second item (say Item2). The Record selected for (item 1) is not available.
How we make possible for user , for selection of more than one item , so that we can create sales order for more items.
Looking forward for your valuble input.

Answers

  • Options
    Peter+is1Peter+is1 Member Posts: 174
    Hi,

    You could work with MARKED records (but it is not good programming).
    example workflow:

    Program set MARKED for the selected (boolean) rows.
    When new Item filter is set, set MARKED for all rows in new filter.
    Show only MARKED records. (is selected boolean rows + new filter rows)


    It would be better (imho) to have a 'main' page to show the selected (boolean) rows
    and another page where the user sets filters and selects rows.

    Good luck.
    \\
    The truth exists in seven versions.
Sign In or Register to comment.