Please Wait a Moment
X

Infor LX Tips, Infor LN Tips, BPCS Tips, Baan Tips, Infor M3 Tips & Infor ERP News

Crossroads Connections

Infor ERP Tips & News from the Experts

Infor LX | Infor LN | BPCS | Baan | Infor M3

BPCS/LX Tip of the Day: MRP/MPS Simulation

Anthony Etzel 0 786 Article rating: No rating
The system allows you to manipulate and maintain a simulated MPS and MRP. You can copy the simulation from the existing first cut or you can create a totally new schedule. You can also perform a simulation of the rough-cut capacity plan. This allows a quick visual inspection by inquiry or menu of needed work center loads for the proposed MPS. After you choose a suitable MPS and rough-cut capacity, the system allows you to transfer the simulated MPS to the live Master Production Schedule.

BPCS/LX Tip of the Day: Inventory Stocking Levels – LX

Anthony Etzel 0 735 Article rating: No rating

The system supports four levels of inventory. You can view summaries of stock at each level through the Material Status Inquiry program or through reports.

 

Below are the four levels:

▪  Item

▪  Item + warehouse

▪  Item + warehouse + location

▪  Item + warehouse + location + lot

 

The lot number level and/or container of inventory can cross multiple warehouses and locations. For example, item + lot or item + lot + container. Locations exist within warehouses. There is no limit on the number of warehouses, locations, or lots that you can assign to an item.

Baan/LN Tip of the Day: Transfers - LN

Kathy Barthelt 0 2779 Article rating: No rating
A Transfer involves either one or two warehouses. If items are transferred between two different warehouses, all activities of the warehousing procedures must be carried out. However, if a transfer takes place between two locations within the same warehouse, the receipt activities are not carried out. You can use transfer orders to define a replenishment system within a single warehouse. This system controls replenishment from bulk locations to pick locations. Note: LN allows you to modify the outbound order line data based on the value the Allow Updating Outbound Order Lines up to and including field is set to in the Warehousing Order Types (whinh0110m000) session.

BPCS/LX Tip of the Day: LX Inventory Pallet Status Flow

Anthony Etzel 0 55042 Article rating: No rating

Four fields in the Item/Warehouse record (IIW file) affect the disposition of the

pallet status.

 

1.  Goods Receiving Code: You define these codes in Goods Receiving Maintenance (WHM130). The codes control whether or not the stock passes through inspection, what percentage, or quantity of a delivery to inspect, and the number of quarantine days, if any.

 

2.  Inspection Zone/Inspection Location: Either the Inspection Zone or the Inspection Location must be entered on the Item/Warehouse Master Maintenance screen WHM150D2-01.

 

Baan/LN Tip of the Week: Inventory Valuation

Kathy Barthelt 0 54373 Article rating: No rating

In Baan IV, inventory valuation is done by standard costs, unless you use projects. If you use projects, it is based on estimated or actual costs.

In Baan V and LN, you have the choice of LIFO, FIFO and MAUC (Moving Average).

Infor LX Webinar - Paperless Shop Floor

Tuesday, May 19, 2015

Crossroads RMC 0 30991 Article rating: No rating

Eliminate paper
Tuesday, May 19, 2015 - 2:00PM - 3:00PM ET

 

Streamline workflow to and from the shop floor

Are you tired of dealing with mountains of shop paper? Do your workers need a single, electronic, real-time source for all production-related documentation? Join us as we discuss how you can increase accuracy, boost productivity, eliminate paper, and save money with a Manufacturing Execution System (Crossroads MES).

This webinar will highlight how to deliver a built-in workflow that streamlines the information flow to and from the shop floor. With a simple touch of the screen, MES collects and delivers the critical information you need to run your production operation. Fully integrated with your Infor LX system, MES can help manufacturers modernize and automate:

  • Supervisor/manager real-time shift review
  • Scheduling shop orders by shift or by day
  • Splitting orders
  • Capturing shop floor activity
  • Capturing indirect and downtime activities
  • Production reporting

[registration link removed]

* Webinar duration is 60 Minutes

BPCS/LX TIP OF THE WEEK: Remembered Keys

Anthony Etzel 0 1918 Article rating: No rating

Infor LX remembers certain key values, such as item number, salesperson,

or container, in your workstation memory as you process information in certain

programs. You can assign one of the following values to each field:

 

0  -Infor LX automatically retrieves this value from remember key memory. Infor LX updates this value on a continual basis.

 

1  -Infor LX automatically retrieves the value you specify in Display Remembered Keys, SYS080. It does not update the value from any other program.

 

2  -Infor LX does not retrieve or update remembered key fields. Use the Display Remembered Keys program, SYS080, to set up remembered keys.

Baan/LN Tip of the Week: Sales Order Acknowledgements

Kathy Barthelt 0 3109 Article rating: No rating

Sales Order Acknowledgements in Baan IV:
After a sales order is entered in Baan IV, users can print an order acknowledgement in Print Sales Order Acknowledgements/RMAs (tdsls4401m000), after which it can be sent to the customer.

Sales order acknowledgements in ERP LN:
In Infor LN, users can still use the Print Sales Order Acknowledgements/RMAs (tdsls4401m000) session to print order acknowledgements, however, the following functionality is added to this session:

  • In the Documents to Print field users can select whether to print order acknowledgments and/or return material authorizations.
  • With the Promotions check box users can indicate whether to print promotions on the order acknowledgement, if promotions apply to the order.
  • Users can control the printing of order acknowledgements based on the order amount and/or the delivery date.

These conditions only apply for order types that do not have the Print Sales Order Acknowledgements/RMAs (tdsls4401m000) linked as a mandatory activity to the order type in the Sales Order Type - Activities (tdsls0560m000) session.

First125126127128130132133134Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for TECHNOLOGY: Using the Data Access Layer (DAL)

During an Exchange import, you can use all the functionality programmed into the Data Access Layer (DAL). If you use the DAL, Exchange carries out all the constraint checks, integrity checks, and side effects, for example, updates on other tables, that are programmed into the DAL. Database integrity is guaranteed automatically.

Using the DAL reduces the costs of interface development. You can use the DAL to import standard interfaces developed by Infor for partner products, as well as for specific interfaces built by customers, for example, to integrate LN with legacy systems. You can use the DAL in both single site and multisite environments.

The checks or additional actions specified in the DAL are carried out for each row that is imported. Database errors are logged in the same way for DAL and non-DAL import. DAL hook errors are also logged. You can specify whether the DAL property checks are or are not carried out.

If you specify the use of the DAL for a table relation for an import, the dal.new, dal.update, and dal.destroy functions are used instead of db.insert, db.update, and db.delete. You can choose to use DAL for particular tables and not for other tables, therefore, an import batch can contain both types of table relations simultaneously. The import through DAL works for both the import based on audit or indicators (inserts, updates, deletes), and the full import (inserts only).

DAL settings are run time aspects, which means you can change these aspects without having to regenerate the import program. DAL settings are also logged in the log table at batch line level, to enable you to find out what the DAL settings were when the import was run.

Important to realize is that an update through the DAL can result in a number of side effects. Actions performed by the DAL must not be carried out twice. For example, if the DAL updates the available to promise (ATP) quantity for an item when importing order data, the ATP quantity must not be updated in a condition script as well.

For this reason, you must not add any actions in condition scripts, or import additional data, that are already handled in the DAL.

Previous Article Infor LN & Baan Tips & Tricks for EXECUTIVES
Next Article Infor LN & Baan Tips & Tricks for FINANCE: Set Up and Calculate Currency Differences
Print
11216 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories