Order Job Wizard - Single Release

We commonly do the order job wizard to attach jobs to our orders. The situation we have is we have an order that is for more than we have in stock. So we do one release for the stock item, and one for another site to do the MTO job. Order job wizard throws up this error:

============
 
Business Layer Exception
 
Order Line 1:  All releases must be set to Make.
 
Exception caught in: Erp.UI.OrderJobWizEntry
 
## Error Detail ##
============
 
##!Correlation ID:##!  00000000-0000-0000-0000-000000000000
##!Description:##!  Order Line 1:  All releases must be set to Make.
##!Program:##!  Erp.UI.OrderJobWizEntry.dll
##!Method:##!  CreateJobs
##!Server Trace Stack:##!     at Erp.UI.App.OrderJobWizEntry.Transaction.CreateJobs()
   at Erp.UI.App.OrderJobWizEntry.Transaction.OnButtonClick(String EpiBinding)
   at Ice.Lib.Framework.EpiTransaction.OnButtonClicked(EpiButton button)
   at Ice.Lib.Framework.EpiButton.OnClick(EventArgs e)
   at Infragistics.Win.Misc.UltraButton.OnMouseUp(MouseEventArgs e)
   at Ice.Lib.Framework.EpiButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
   at Infragistics.Win.UIAutomation.UiaProviderControlNativeWindow.WndProc(Message& msg)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at Ice.Lib.UI.ApplicationWatcher.StartApplication(ApplicationContext context)
   at Ice.Lib.UI.App.IceShellLaunch.<>c__DisplayClass7_0.<CreateMenuUI>b__0()
   at Ice.Lib.UI.App.IceShellLaunch.ShowMenuForm()
   at Ice.Lib.UI.App.LaunchBase.ShowDialog(String[] args)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Ice.Lib.Epicor.LaunchMenu(String[] args)
   at Ice.Lib.Epicor.Main(String[] args)
 
 
## Client Stack Trace ##
==================
   at Erp.UI.App.OrderJobWizEntry.Transaction.CreateJobs()

We can do Quick Job Entry and link it, but does anybody know if there’s a way to make OJW work with a single release?

It should work… just verified and it worked for me…

In OJW, are you clicking the LINE checkboxes… or boxes for the specific release?

Just to show it created the job fine:

Line Qty: 100
On Hand: 77
Line 1, Release 1: Qty 77 (from stock)

Line 1, Release 2: Qty 23 (Make Direct)

Resulting Job Created: 62256-1-2 for Qty 23

You know, I’ve never looked at this screen other than the first box. Didn’t realize there was one for releases.

dug GIF

2 Likes