
Hello!
I am trying to create a new page that display the sales line items based on the approval status on sales header page.
I am using Setrange and Settableview but it doesn't display a set of records and just the first one.
Any Idea how to achieve this?
Thank you in advance!
hello
filter your page like this on the header, the subpage of the rows you can filter pr Type= item
if instead it is a dry list on the rows that have a certain Status approval in the header, then you have other solutions
1 . you can build an AL query and read it into the page
2 . you can filter the rows in AL and mark the recod if the header matches your interests
3. you can create a flowfield on the rows by recoding the status field in the header, but remember that filters on flowfields can slow down the opening of the page
DANiele