I would like to make the PackOut Tab of the Customer Shipment Entry Screen the main tab when a user enters the screen. However, what our users do upon entering the PackOut screen is type in their order number, hit tab, then select their package code. When I have the base screen this works without issue. When I move the PackOut tab to the first tab, save layouts, then save the customization, as soon as a user selects a Package Code they’re hit with the error below.
In addition, I also tried to achieve this in the Script OnLoad Method this way:
private void CustShipForm_Load(object sender, EventArgs args)
{
// Add Event Handler Code
EpiBasePanel packoutPanel1;
packoutPanel1 = (EpiBasePanel)(csm.GetNativeControlReference(“6ec2a129-ae29-4693-9bf7-8c0e618cc2c9”));
packoutPanel1.Focus();
}
I cannot get the PackOut tab as the default tab without users getting this error upon selecting a Package Code. Has anyone run into this or have any suggestions.
Error: