- The article discusses a developer who encountered a problem with printing selected assembly orders in Dynamics 365.
- The issue arose when the list page only showed the row that was just selected after printing, due to the Page.SetSelectionFilter method and system-defined variables.
- The solution to the problem involves declaring a new variable instead of using the system variable Rec or resetting the filters of Rec at the end.
- A test video demonstrates how adding an action to count selected items can lead to the page being filtered.
- The article also mentions the Record.Reset() method as another way to address the issue.
- It advises users to insert data in advance if the declared variable is a temporary table.
- The article concludes with a note about removing or canceling filters in Dynamics 365 Business Central.
- Overall, the article provides insights into managing filters and variables in Dynamics 365 to optimize user experience.
Registered users can view the full text for FREE!
Sign In Now!