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

Baan/LN Tip of the Week: 4 Benefits to Consider - Cross-Docking

Kathy Barthelt 0 78613 Article rating: No rating

Cross Docking is the practice of immediately processing completed goods to fulfill ‘demand’ requests with minimal handling. Cross Docking automatically combines and performs Baan / Infor LN steps to fill demand and shortages at the time items are available. Shortages are sorted and filled by the oldest demand date.

Benefits of Cross Docking include:

  • Direct and indirect labor savings resulting from operational efficiencies gains
  • Increased inventory accuracy, reliable on-hand inventory information and improved data entry
  • Increased productivity
  • Increased customer retention due to faster, more accurate fulfillment

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: The 3 Secrets to Improving Your MO (Manufacturing Optimization)

Anthony Etzel 0 31247 Article rating: No rating
  1. Identify the key metrics. You need benchmark data so you know what realistic goals are, then track them and publish your performance along with a brief comment from time to time on how things are trending and how you compare with others, particularly your primary competitors. The best thing about this is that it is a system that develops a life of its own.
     
  2. Measure it. Automatically, people start to think about improving things. Then the fun part, stuff begins to improve by itself. Once in place, the system just hums along and the benefits appear, because it has motivated people to think about it, and figure out what they can do to make it better.
     
  3. Communicate it. Publish your numbers, and explain to people how what they do affects the company as a whole and its success/failure. Once they see the numbers, employees quite often start to modify their behavior for the better.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Gain Efficiency & Save Money – Evaluate Your Production Lines

Anthony Etzel 0 36087 Article rating: No rating
When is the last time you took a hard look at your production lines?
 
  • How are we moving product through our facility?
  • Do we have work instructions / drawings available where needed?
  • Do we have frequently used inventory available at the line?
  •  
  • Where are the bottlenecks?
  • Are processes automated, where possible?
 
Taking a hard look at your processes and procedures may reveal some interesting results.  

Don’t assume that everyone is doing things the same way. Some may be superstars, and others may need some mentoring. Some processes may be outdated and costing you time and money, while others are extremely efficient. One area of the business may benefit from how others operate. Take the time to review and analyze your findings. Your company may benefit greatly as a result.


Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Gain Efficiency & Save Money – Evaluate Your Production Lines

Kathy Barthelt 0 73676 Article rating: No rating
When is the last time you took a hard look at your production lines?
 
  • How are we moving product through our facility?
  • Do we have work instructions / drawings available where needed?
  • Do we have frequently used inventory available at the line?
  •  
  • Where are the bottlenecks?
  • Are processes automated, where possible?
 
Taking a hard look at your processes and procedures may reveal some interesting results.

Don’t assume that everyone is doing things the same way. Some may be superstars, and others may need some mentoring. Some processes may be outdated and costing you time and money, while others are extremely efficient. One area of the business may benefit from how others operate. Take the time to review and analyze your findings. Your company may benefit greatly as a result.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Operational Inefficiencies

Kathy Barthelt 0 78461 Article rating: No rating
Two big sources of inefficiencies in manufacturing are paper and spreadsheets. Think of how long it takes you to get paper based data into the hands of those who can do something valuable with the data.
 
  • Is the information captured correctly?
  • Can everyone access the information?
  • Is this an accurate representation of what’s going on across all operations?

Make your shop floor paperless and put systems in place that talk to one another and automatically pull and push data to and from your ERP so that you can look in one place for all the information you need to run your business effectively.

 

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Shop Order Status Codes

Anthony Etzel 0 32587 Article rating: 3.0

Shop Order status codes have been improved to provide a more comprehensive view of the life cycle of a shop order.

In addition to the previously existing ‘Shop Order Status Code’, the Production Status Code has been added. This code is designed to indicate progress and completion levels of each shop order.  Valid codes are:

‘blank’ - no completed items

25 - a partial quantity has been reported

35 - the quantity reported is equal to or greater than the order quantity

 

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Notes Maintenance Enhancements

Anthony Etzel 0 33183 Article rating: No rating

The Notes Maintenance feature enhancement is made up note programs that are accessible from a central location. The Note Text Maintenance (SYS555), Note Type Maintenance (SYS553) and Multi Language Notes Maintenance (SYS556) programs are all available as menu options. 

The Notes Maintenance feature provides a way to create, revise, delete, and copy note text that are categorized by note types. The print options in Notes Maintenance permit a user to define documents for which the note is intended. This includes base LX documents and custom documents. In addition, the notes program provides a way to define notes by assigning document types.

LX Notes allows the user to go to one location and customize print options, specify user documents, manage multi language notes and manage user-based note security through the defined Security Template program.

 

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Are you still using handwritten tickets for your inventory?

Kathy Barthelt 0 80104 Article rating: No rating

This method of inventory tracking is slow, and prone to human error.

Putting a simple barcode system in place speeds up the process of tracking inventory movements, reduces the likelihood of mistakes, and creates a recorded history of the who/what/where that can provide valuable insight to those who make critical business decisions for your business.

Not sure where to start? Contact us and we’d be happy to help you take the first step.

 

Optimize Your Manufacturing Today!

First8687888991939495Last

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
526 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories