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

Infor LN & Baan Tip of the Week: Inventory aging analysis report

Kathy Barthelt 0 87946 Article rating: 5.0

A new standard Inventory Aging report can be printed in the Perform Inventory Aging Analysis (whina1440m000) session. This report is mainly based on the physical incoming and outgoing inventory movements and transactions. The date of inventory consumption or issue is compared to the date of receipt. If inventory is not yet issued, a reference date is used for aging calculation.

The report includes this information:

• Which inventory items are not frequently used or are obsolete.

• How long items have been stored in a warehouse.

• Inventory and transaction values. This facilitates the financial auditing process.

To use this new feature, an inventory aging analysis definition must be available in the Inventory Aging Analysis Definition (whina1140m000) session.

What do you get with IDF?

Infor Development Framework

George Moroses 0 35120 Article rating: 5.0

What do you get with IDF?

With Infor Development Framework (IDF), you can configure your view of the application data without modifying the core application and its supportability. Included with IDF are several interfaces including:

• PowerLink – A Windows-based client for end users

• Link Manager – A Windows-based environment administration client for importing environments, starting and stopping environment, and installing Fix Patches.

• Net-Link – A browser-based client (used by LX when running with SiW)

• System-Link – A XML-based interface for processing transactions from external sources.

The IDF ISO includes several components:

• All of the above interfaces

• Enterprise Integrator – for customizing IDF components and creating new business objects

• EGLi – Enterprise General Ledger 

• CRMi – Customer Relationship Management 

If you already have IDF installed for Infor LX 8.3.x, then it must be upgraded to a level that is compatible with LX 8.4. IDF PTFs and Fix Patches are required. See the Infor LX IDF 06.03.05 Installation and Upgrade Guide for details.

OTTO Q&A from the Director of Planning & Technology at Champion Industries

George Moroses 0 32831 Article rating: 5.0

1.  How difficult is it to initially install OTTO?

Dead easy is the straight answer. We relied on you to install, and you installed in the predicted 1 hour.  

2.  Would you install it on a test system or on the production system?

Production system is another easy answer. I use OTTO as the ideal prototype when talking to business contacts about “add-on” products. It is non-invasive; it only reads data from our ERP files. I know the implementation is 100% safe because no ERP files are ever updated (read corrupted) by OTTO.

3.  How difficult was it to implement OTTO? Was there a negative impact on daily operations?

There is a learning curve involved in using any new tool that has value to add. OTTO implementation is very low on the impact scale, but I would strongly recommend that a prospective client plan on investing in education and practice. OTTO implementation is low impact. No valuable tool is “no impact”.

Click here to learn more about OTTO

Is the Crossroads Analytics Dashboard Product Better than Spreadsheets?

Crossroads RMC 0 35940 Article rating: 5.0

You bet it is!

The Analytics Dashboard allows you to take your data and configure it any way you’d like, all without touching your ERP system! 

Any number of reports can be generated with just a few mouse clicks. In addition, full color graphs are automatically generated to illustrate the data being presented. Paper reports and Excel spreadsheets are dated. With Analytics Dashboard, data is refreshed at the touch of a button. 

Analytics Dashboard for Infor LN & Baan >
Analytics Dashboard for Infor LN, BPCS, & M3 >

MES News: Current trends indicate plants and factories are seeking to improve...

George Moroses 0 38145 Article rating: 5.0

Current trends indicate plants and factories are seeking to improve internal flexibility, implement a common information platform, and deliver real-time information. MES supports a variety of lean concepts on the plant floor, including kanban, waste reduction, load balancing, etc.  It maximizes your existing investment in your ERP system while embracing lean initiatives.  Visit our Crossroads MES page to learn more.

Infor LX & BPCS Tip of the Week: Purge optional during Month/Period End - LX 8.4

George Moroses 0 65850 Article rating: 5.0

For various month/period end programs, the purge function is now optional.

Scope:

INV903, Inventory Month End Close, optionally purges both inventory records as well as customer invoices. Some applications already have a flag or option for purging (for example, ACP900) and other applications are stand-alone. If you do not want to purge, do not run these programs: Order Purge and Close, ORD900, Close Quotes, ORD930, and Delete RMAs, ORD935. Now there are options on whether to purge records during the month end or period end programs.

The Benefits include:

• Flag or option added to allow the user to decide whether to perform month-end function with or without purge.

• Allows for month-end processing without purge.

• Improves efficiency of month-end processing.

Impact:

This enhancement includes these programs or areas:

• INV903, Inventory Month End Close

• ACR900, A/R Period Close

• CST900, PRF900, SFC900 Shop Order Close

• PUR900, Purchasing Month End Close

Johnson Crushers Selects Crossroads RMC for LN 10.6 Data Collection

Kathy Barthelt 0 39065 Article rating: 5.0

Johnson Crushers International (JCI), a global leader in engineering and manufacturing full lines of cone crushers, horizontal and incline vibrating screens and track-mounted, portable and stationary crushing and screening plants, has selected Crossroads RMC’s Data Collection solution for their Infor LN 10.6 implementation. 

JCI’s main objectives with this project are to support their continued growth and enable a continuous improvement effort to drive additional value to the business. In phase 1 of this project, JCI will implement Crossroad RMC’s Labor Reporting and Maintain Receipts data collection applications. Go live is expected to occur in early Q1 of 2020.

First7071727375777879Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories