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

RMClabel offers significant advantages over other third-party label printing software

Infor LN & Baan

Kathy Barthelt 0 87692 Article rating: 5.0

Since label information can be unique to a business, item, customer or functional area, RMClabel allows for an easy method to configure exactly what is needed on any type of label, including 1-D barcode, 2-D barcode and RFID labels. 

Built in label logic allows for automatic switching of label formats. RMClabel is built for Infor LN and Baan. It natively understands the table structures and easily integrates with any data collection application or Infor LN/Baan session

Why should I automate my processes?

LN & Baan

Kathy Barthelt 0 36240 Article rating: 5.0

The truth of the matter is that automation is a necessity in order to stay competitive in today’s marketplace. The demand to do more with less is ever present. Automating your processes can give you the competitive advantage you’ve been looking for.

Basic automation tools also help manufacturers track performance, such as cycle times, and order-to-delivery times, so that they can measure improvements. This tracking ability provides a historical record, as well as analytics that can be used to predict future needs. With this information, manufacturers can keep a close eye on trends in production orders, and use them to identify seasonal and customer buying trends and triggers. This insight can be helpful in planning for needed resources—from personnel to raw materials.

Read more > Manufacturing Industry Perspectives - Shop floor automation: A necessity for competitive manufacturing

Contact Kathy Barthelt today to discuss how Crossroads RMC can help you automate your processes and propel your business beyond the competition.

 

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

Kathy Barthelt 0 85504 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 33365 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 30909 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 34061 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 >

First6263646567697071Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories