Options

Rec.Skip in PageType = List

PablogrindPablogrind Member Posts: 13
edited 2021-06-30 in NAV Three Tier
it's possible to skip a record from a page list given certain conditions that cannot be added in filters (SourceTableView)?

In a report it's possible with record.skip but in the list page it's not available

Answers

  • Options
    Tony_NCDTony_NCD Member Posts: 32
    In a report, you skip a record to avoid it, normally because it doesn't meet certain criteria because the report can take into account many different records. In a list page, there should only be 1 record association thus, if you want to skip a record, it's best to filter it out.
  • Options
    kvbkvb Member Posts: 107
    or you can override OnFindRecord OnNextRecord triggers.
    In case you have very specific conditions to skip the record.
    There are tons of examples of how to do it you can search for it here.
Sign In or Register to comment.