Why do you need this change?
Set IncludeSender to true.
//[IntegrationEvent(false, false)]
[IntegrationEvent(true, false)]
local procedure OnOpenPageOnBeforeRefreshPage(var BOMBuffer: Record "BOM Buffer")
begin
end;
Describe the request
We want to override the LocationFilter on the page. The variabel is protected var, but it's not available in the OnOpenPageOnBeforeRefreshPage event. Because of this we can set det filter on OnOpenPage, but then we have to run RefreshPage again for the change to take effect.

Internal work item: [AB#620964](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/620964)
Why do you need this change?
Set IncludeSender to true.
Describe the request
We want to override the LocationFilter on the page. The variabel is protected var, but it's not available in the OnOpenPageOnBeforeRefreshPage event. Because of this we can set det filter on OnOpenPage, but then we have to run RefreshPage again for the change to take effect.