I have the following Trigger in the "Bin List" Page (7303):
trigger OnOpenPage()
begin
Rec.SetRange("InclQtyAvail", true);
end;
Works well when launched from the Sales Order Subform on the Bin Code field.
But now I want to do the opposite from the Purch Order Subform Bin Code field (set the filter to false). Both use the same Bin List page.
Is it possible to pass the Source PageID when opening the List, and set the condition based on the PageID?