Options

multiline transfer from one table to another

mdsrmdsr Member Posts: 163
Hi all,

I have created custom table and page to store comments.later i have created action sales and purchase order page .on click of action custom page opens and multiple comments selected. then it move to in standard table ie: purchase comment.
what code on action so that it move multiple line only which selected in purchase comment table.
thanks in advance.


Answers

  • Options
    AluanAluan Member Posts: 162
    Hello mdsr,
    in that case you can use SETSELECTIONFILTER and COPY.

  • Options
    mdsrmdsr Member Posts: 163
    @Aluan Setselectionfilter is select current record but only one i gess if mutiple line then?
  • Options
    AluanAluan Member Posts: 162
    It does select all selected Records.
    Notes the records that the user has selected on the page, marks those records in the table specified, and sets the filter to "marked only".
Sign In or Register to comment.