How to set selected row as the first on page.

jsl_dkjsl_dk Member Posts: 24
I have adjusted SourceTableView on page Vendor Ledger Entries to sort for posting date descending.
But the selected row is still the oldest record.
ypznxff6hufp.png


Best Answer

Answers

  • SuDSuD Member Posts: 102
    jsl_dk wrote: »
    I have adjusted SourceTableView on page Vendor Ledger Entries to sort for posting date descending.
    But the selected row is still the oldest record.
    ypznxff6hufp.png

    jsl_dk wrote: »
    I have adjusted SourceTableView on page Vendor Ledger Entries to sort for posting date descending.
    But the selected row is still the oldest record.
    ypznxff6hufp.png


    SETCURRENTKEY("Posting Date");
    SETASCENDING("Posting Date",FALSE);
    Put this one on OnOpenPage trigger,i hope it will work...
Sign In or Register to comment.