In Epicor, is there a way to set the default to get Pack for all sites? Currently, users have to click the drop-down and change from the current site to all sites.
1 Like
What screen/form are you dealing with? Classic or Kinetic?
AR invoice, Kinetic
The filter for that combobox is set via event when the GetShipmentsTool is clicked.
One of the row updates in that event is setting the value of the GetInvoicesFilter.PlantChoice to a value of “C” (Current).
You can change this, if you want to customize.
Just add a custom event to run AFTER the above event that performs a row update to set that GetInvoicesFilter.PlantChoice to a value of “A” (All).
That new row-update will take effect before the slider opens.
Note: This will change the “default” selection for all users.
3 Likes

