DRAG DROP A company is implementing Business Central. The company has the following requirements for a report: • The report must be loaded for users in a specific location only. • Data entered in the request page must be validated before any further processing. • A filter must be defined for users based on the Department field defined in user setup. You need to implement the given requirements. Which triggers should you use? To answer, move the appropriate triggers to the correct requirements. You may use each trigger once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
Load the report for users in a specific location → OnInitReport, Validate data before processing → OnPreReport, Filter based on Department field → OnPreDataItem. Pretty standard as per exam reports-filters tied to data items always go OnPreDataItem. Disagree?