In an effort to prevent locking of sql server when multiple WORK_ORDERS are being processed the following mods have been added.
The following mods will prevent this from being used with Oracle DBase
- AccountsPayableService Add WITH (NoLock) to all SELECT
- AccountsReceivable Add WITH (NoLock) to all SELECT
- InventoryService Add WITH (NoLock) to all SELECT
- OrderStatusService Add WITH (NoLock) to all SELECT