Hi all,
We have custom pages that we use instead of the normal Sales Order list and Sales Order Page. Is there anyway through a page extension for example of the Sell-to customer history factbox, change the drill down property of what page is to open?
Or better yet, page extension for the for the actually pages we dont want to use, change which page opens instead of them, and hopefully include the filters with it. Then we wouldnt have to create page extensions throughout the hole system.
Currently what we did on the normal sales order page OnAfterGetRecord trigger we have which is sloppy;
then begin
CurrPage.Close;
page.Run(page::"Equipment Sales Order", CurrRecord, CurrRecord."No.");
end else begin
exit;
end;
end;
Thanks for any help