Hi Brenda, I don't think there is an option to change that. I'm not even sure that you could do this with Modifier. You will need personalisation to do this. An alternative will be using a simple Macro and adding it to the Home Pane. You will even be able to put a Keyboard Shortcut to it like Ctrl+Alt+V. This way, if you are using this window often, you will just have to do Ctrl+Alt+V to see this window pop up with Doc Date as default. Here's how to do it: 1) Save this macro code to a text file name like "VendorTransactionInquiry.mac" with the Notepad. CommandExec dictionary 'default' form 'Command_Purchasing' command 'PM_Transaction_Inquiry' ActivateWindow dictionary 'default' form 'PM_Transaction_Inquiry' window 'PM_Transaction_Inquiry' ClickHit field '(L) Select By' item 2 # 'by Document Date' MoveTo field 'Vendor ID' 2) In Dynamics GP, Go to your home page 3) Right click on the pane where you want to place the Shortcut. In the context menu, click on "Add" and on "Add Macro". 4) The "Shortcut properties" window will popup. Name de Shortcut like "Payables Doc Date Inquiry". Click the "Browse..."button to find the macro file you save in the first step. Select a Keyboard Shortcut if you want. Click the "Add" button. Click the "Done" button. 5) Your new Shortcut will show on the left pane. 6) Click on the new link or press Ctrl+Alt+V . The "Payables Transaction Inquiry" will pop up with "by Document Date" as default.
↧