Infor ERP Tips and Infor ERP News for Infor LX, BPCS, Infor ERP LX, Infor LN, Infor ERP LN, Baan, Infor M3, and Movex

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 Week: Inventory Period Balance Freeze

Anthony Etzel 0 41498 Article rating: No rating

This new feature provides the ability to freeze period-end balances at the end of a fiscal period.

This enhancement provides clients the ability to store the opening/ending on hand balance for each Inventory period at the Item (IIM), Warehouse/Item (IWI) and Lot/Location (ILI) levels.

This information can then be used for inventory tracking and valuation purposes, as well as other ad hoc financial and audit reporting requirements.

One key benefit is that tracking the opening/ending/period balance for each inventory period can give users insights into the levels of inventory for each item, item/warehouse and item/warehouse/lot/location combination.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Make Your ERP Work FOR You - Streamline Your Processes

Kathy Barthelt 0 85789 Article rating: No rating

Such lofty goals you had when you implemented your ERP system. It was going to be like pressing the “Easy Button”…  then it wasn’t.

What happened? In some cases, decisions were made to implement the system “just like we used to run our old system”. Great idea? Not so much. Your business changes, and your business software needs to change as well.

Are you using the ERP system, but everything seems cumbersome and takes more time than its worth? 

Ask yourself these questions:

  • Have you looked at streamlining your processes?
  • Can you automate a step or two and eliminate some manual keying?
  • Can you add barcoding to avoid keying in some information altogether?
  • How about automating the printing of some reports?

Now is the time to sit down and really review the steps required to complete the task and think out of the box a bit. Soon you can develop your own streamlined process to get the job done quickly and efficiently.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Inventory Transactions

Anthony Etzel 0 48509 Article rating: No rating

You can define internal trade relationships between enterprise units or individual warehouses of the same logistic company for the transfer of material, labor, or other costs between warehouses, and to generate invoices for these without using sales orders and purchase orders. For example, you can use this to transfer goods between warehouses in different countries.

You can define warehouse surcharges, which are added to the actual costs of the goods either when the goods are issued from a warehouse or when the goods are received.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Multi-Company Warehousing

Kathy Barthelt 0 88753 Article rating: No rating

You can define internal trade relationships between enterprise units or individual warehouses of the same logistic company for the transfer of material, labor, or other costs between warehouses, and to generate invoices for these without using sales orders and purchase orders. For example, you can use this to transfer goods between warehouses in different countries.

You can define warehouse surcharges, which are added to the actual costs of the goods either when the goods are issued from a warehouse or when the goods are received.

Optimize Your Manufacturing Today!

Crossroads RMC and Kardex Remstar Partner to Provide Solution for L3 Electron on Infor LN

Crossroads RMC 0 34351 Article rating: 3.0

L3 Electron has selected Crossroads RMC to develop a connector from Kardex Remstar’s Power Pick Global software to Infor LN. Power Pick Global facilitates batch picking, allowing an operator to fill multiple orders at one time, increasing productivity significantly. Multi-user-picking provides the flexibility to easily add additional labor to further increase picking speeds when order volume is high. Optical indicators such as Pick-to-Light and Put-to-Light direct the operator to the exact location of the pick, increasing accuracy and reducing the number of picking errors. L3 Electron is a technology company specializing in the manufacture of microwave devices for ground-based, airborne and satellite communications and radar. Go live is scheduled for late Q3 of 2017.

BPCS/LX Tip of the Week: Operational Inefficiencies

Anthony Etzel 0 44388 Article rating: No rating

Two big sources of inefficiencies in manufacturing are paper and spreadsheets. I know that you love ‘em, but they are the cause of more problems than you probably realize. 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.

If you’re not doing this today, you might as well be burning money.
 
Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Operational Inefficiencies

Kathy Barthelt 0 87285 Article rating: No rating
Two big sources of inefficiencies in manufacturing are paper and spreadsheets. I know that you love ‘em, but they are the cause of more problems than you probably realize. 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.

If you’re not doing this today, you might as well be burning money.
 
Optimize Your Manufacturing Today!

BPCS/LX TIP OF THE WEEK: REGULATORY ENHANCEMENTS

Anthony Etzel 0 47334 Article rating: No rating

In LX 8.3.5, a new report has been added that meets the regulatory reporting requirement for purchase and sales transactions (invoices, debit notes, credit notes) of a company. The report refers to transactions from the previous year (January – December). The report is available in an eFile layout.

The enhancement provides a new display and batch programs to extract the data and format the reports. New logs are provided in addition to the extraction report.

This enhancement will assist the user in meeting the regulatory requirement for reporting transactions.

First95969798100102103104Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories