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

3rd Hoffmaster Site Goes Lives with Crossroads MES

Anthony Etzel 0 25161 Article rating: No rating

Hoffmaster, a leading manufacturer of disposable tabletop paper products, has gone live with Crossroads MES at their Oshkosh, WI plant. This is the 3rd Hoffmaster plant that has gone live with the Crossroads MES solution, and implementation of 80 more machines is planned at this facility for later this year. Engineering drawings and other production-related documents are now immediately available at each workstation running MES, thereby increasing efficiency and accuracy in their operations.

BPCS/LX Tip of the Week: Efficiency– The What & How

Anthony Etzel 0 46035 Article rating: No rating

Efficiency is something we all strive for in our personal lives and at work. How can manufacturers increase their efficiency? Take a hard look at the 4 key areas:

  1. Planning
  2. Bill of Material and Job Accuracy
  3. Inventory Planning
  4. Real Time Reporting / Processing 

Need help figuring out how to become more efficient in each of these areas? Contact us, we’d be happy to help.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Efficiency– The What & How

Kathy Barthelt 0 71000 Article rating: No rating

Efficiency is something we all strive for in our personal lives and at work. How can manufacturers increase their efficiency? Take a hard look at the 4 key areas:

  1. Planning
  2. Bill of Material and Job Accuracy
  3. Inventory Planning
  4. Real Time Reporting / Processing 

Need help figuring out how to become more efficient in each of these areas? Contact us, we’d be happy to help.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Learn More About Infor’s LX Exit Points Functionality

Anthony Etzel 0 47971 Article rating: No rating

Exit Points is a new feature in Infor LX Version 8 that allows users to customize, without changing the original LX source code. Exit points provide a way for you to call an external program and pass a set of parameters to implement any needed custom logic. By using Exit Points, LX customers are able to modify the software, and still take advantage of new releases from Infor. Exit points are available in many LX programs. A complete list is available on the Infor support website.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Top 10 Survival Tips For Manufacturers

by Guy Morgan / IndustryWeek

Kathy Barthelt 0 71490 Article rating: No rating

Under intense cost pressures, quality is at risk at many manufacturers. These 10 tips can help you survive the competitive challenges ahead.

  1. Maintain your focus. Make a decision about the kind of company you are and stick with it. 
  2. Reinvent your products regularly. Suppliers who sharply differentiate their products fare the best. 
  3. Maximize your productivity and increase your speed through enhanced product and process design. Lean manufacturing focuses on production and its associated costs from a component's conception.

BPCS/LX Tip of the Week: Real Time Access to Your Data

Anthony Etzel 0 38990 Article rating: No rating

Poor performance indicators make for poor outcomes.

Companies today continue to tolerate and accept how labor and production information is recorded, and the reliability on that information is questionable. In addition to collecting labor and production information, there are many other pieces of information manually recorded from the shop floor.

A critical element of information for productivity throughput would be to examine how much time the work center or machine was actually up and running. Downtime is another critical element of data that is usually manually recorded along with a reason identifying what caused production to stop. If this information is not provided on a timely and accurate basis, then what good is it anyway? Forms are filled out, data may or may not be keyed to a spreadsheet, the forms are sorted and filed, but is anybody really looking at the information that was recorded? Think about the amount of time it takes to manage the manual collection of information from your shop floor. 

What would real time access to data mean to your organization?
The benefits:

  1. Real Time Production Visibility
  2. Reduced Paperwork Load
  3. Downtime and Scrap Visibility
  4. WIP Inventory Visibility
  5. Improve Efficiency, Capacity Utilization

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Real Time Access to Your Data

Kathy Barthelt 0 74592 Article rating: No rating

Poor performance indicators make for poor outcomes.

Companies today continue to tolerate and accept how labor and production information is recorded, and the reliability on that information is questionable. In addition to collecting labor and production information, there are many other pieces of information manually recorded from the shop floor.

A critical element of information for productivity throughput would be to examine how much time the work center or machine was actually up and running. Downtime is another critical element of data that is usually manually recorded along with a reason identifying what caused production to stop. If this information is not provided on a timely and accurate basis, then what good is it anyway? Forms are filled out, data may or may not be keyed to a spreadsheet, the forms are sorted and filed, but is anybody really looking at the information that was recorded? Think about the amount of time it takes to manage the manual collection of information from your shop floor. 

What would real time access to data mean to your organization?
The benefits:

  1. Real Time Production Visibility
  2. Reduced Paperwork Load
  3. Downtime and Scrap Visibility
  4. WIP Inventory Visibility
  5. Improve Efficiency, Capacity Utilization

Optimize Your Manufacturing Today!

First9495969799101102103Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for EXECUTIVES

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.

FINANCE: Set Up and Calculate Currency Differences

To set up and calculate currency differences for foreign currencies:

  • Use the Company Parameters (tfgld0503m000) session to specify the profit and loss ledger accounts, 12 profit and loss dimensions, and transaction type for a posting exchange rate differences that is calculated using the FIFO method. To specify this data, use the Currency Diff. FIFO tab. The reports printed from the Print Company Parameters (tfgld0404m000) session, include the Currency Differences FIFO fields.
  • Use the Calculate Currency Differences (tfgld5201m000) session to calculate the currency differences resulting from transactions posted on accounts for which the field Currency Analysis in the session Chart of Accounts (tfgld0508m000) is set to Required.

OPERATIONS: Subcontracting Overview

Companies can decide to involve a subcontractor and subcontract part of their activities. The subcontractor carries out the work and returns the products to your company.

In Infor LN, subcontracting is considered as purchasing labor from a third party. Therefore, if a manufacturer wants to subcontract work, he must generate a purchase order to start the subcontracting process. These are the types of subcontracting:

  • Subcontracting with material flow
    • Operation subcontracting: For operation subcontracting, a part of the production process (one or more operations) is subcontracted.
    • Item subcontracting: For item subcontracting, an item's entire production process is subcontracted. Therefore, it is always used with material flow support.
  • Subcontracting without material flow: The simplest form of subcontracting is to generate a subcontracting purchase order to record the operations outsourced to a subcontractor. The subcontracting purchase order only represents the administrative handling of the subcontracting process. When the subcontracted item is received back from the subcontractor, you must close the subcontracting purchase order, which initiates the production process.
  • Unplanned subcontracting: Unplanned subcontracting is applicable when you subcontract after generating a production order. For unplanned subcontracting, a purchase order is generated from the production order and the material supply lines are populated by Shop Floor Control.
  • Service subcontracting: For service subcontracting, work on an item to be maintained or repaired is subcontracted. This work entails the entire repair process, or only a part of it. Service subcontracting can be used with or without material flow support.

To start the subcontracting process, a purchase order is required.

Previous Article Infor LN & Baan Tips & Tricks for FINANCE: Moving calendar periods
Next Article Infor LN & Baan Tips & Tricks for TECHNOLOGY: Using the Data Access Layer (DAL)
Print
511 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories