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 LX & BPCS Tip: How Items Are Selected for a Cycle Count

George Moroses 0 24962 Article rating: 5.0

The Cycle Counting Sub-System Within Inventory Management

The system uses the following information as the basis for cycle counting selection:

  • Cycle Counts/Year: The system calculates the time between cycle counts based on your entry in this Item Master file field for each item (optional).
  • Last Cycle Count Date: This date is in the Location Inventory file, ILI, if you use locations, or in the Warehouse Inventory file, IWI, if you don't.

The system adds the time between cycle counts (calculated as described above) to this date. If the result is less than or equal to today's date, the item is selected for cycle counting. If it is greater than today's date, the item is not selected, it is not due yet for cycle counting.

There is another special condition that causes an item to be selected for cycle counting. If the ILI/IWI record of the item has a Y in the Cycle Flag field, the item is selected automatically. This flag indicates that the item's on-hand balance has gone to a negative value sometime since the last cycle count. That applies even if the value is not negative at selection time. The programs that can set this field are INV500D, INV510, and BIL540.

You can also limit the items selected for counting by specifying limits of the item numbers or warehouses to be searched.

Mitigating Risk With Your Infor ERP

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 21874 Article rating: 5.0

MARCH… "in like a lion and out like a lamb"

Problems = Risk

Boy, it sure seems like we’ve seen our fair share of March “LIONS” over the past few years, wouldn’t you agree? Those lions have manifested mostly as external global problems outside of the control of any given person or manufacturing operation. As we know, problems = risk.

So, how do businesses respond to risk, specifically when it comes to their ERP system? We all deal with risks in our jobs every day. It is our response to the risk that makes all the difference. Creating short-term, midterm, and long-term response strategies ensure that a company can not only handle a fast-changing situation or emergency but also make the investments needed to seize opportunities and become more resilient.

To create these response strategies, manufacturers should examine:

  • How did we get here?
  • Where are we now?
  • Where are we headed?
  • What to do about it?

In order to really dig into each of these areas, our customers have successfully partnered with us to review a particular part of their business that they feel is at risk and sometimes have asked us to review everything…soup to nuts. This review is done through an ERP Utilization Review. In this review, we can dig into such things as...

Infor LN & Baan Tip: LN Order Management - Generating Purchase Receipts

Kathy Barthelt 0 55816 Article rating: 5.0

The purpose of the option to "Generate" is to insert purchase order lines automatically into the purchase receipt. As part of the automatic process, all receipt lines are also automatically confirmed. The option should be used when large orders are received.   

If necessary, received quantities that are not correct can be adjusted through session Correct Purchase Receipt (tdpur4106s100).

Alternative: From the purchase order lines menu the option...

Infor LX & BPCS Tip: What is System i Workspace AnyWhere?

George Moroses 0 26876 Article rating: 5.0

Infor System i Workspace AnyWhere is a user interface for launching Infor ERP and IBM i application tasks through a web browser. It provides an intuitive way for users to navigate through the System Manager Menu structure and to launch tasks that can display screens either using a graphical or an emulator look and feel.

Learn more> System i Workspace AnyWhere Product Guide

Manufacturing vs. Operations vs. Finance: Who WINS?

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 20827 Article rating: 5.0

Manufacturing Goals: develop high-quality products and services in response to the demands of the market, improve efficiency and maximize capacity utilization.

Operations Goals: utilize resources, labor, material, and equipment effectively in order to match supply and demand.

Finance Goals: analyze revenue growth opportunities, control costs, and maximize profitability.

So, who WINS?

3+ Reasons to Invest in Automated Tax Compliance with Crossroads RMC & Avalara

Crossroads RMC 0 23193 Article rating: 5.0

Without automation, your tax professionals are buried in endless tasks that should be offloaded. Every hour spent on tax management is an hour lost on other, more important, parts of your business. Then, of course, there is the audit risk, UGH!

Crossroads RMC and Avalara provide seamless integrations to Infor LN (ERP LN), Baan, Infor LX (ERP LX), and BPCS.

Want to learn how automating tax compliance can benefit your company? Click on each success story below to find out how a partnership between your organization, Avalara, and Crossroads RMC can be a HUGE WIN for your business!...

Infor ERP Tip of the Week: 5 Steps to Managing Sales Tax

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 36463 Article rating: 5.0

The world of sales tax is constantly changing and can be extremely confusing, but getting it right is crucial to your company’s success. As your business evolves, your sales tax obligations may also change. Through it all, there are typically five steps involved in maintaining sales tax compliance. Review the steps below to understand your complete sales tax picture.

Step 1: Know where your business must collect...

Infor LN & Baan Tip: Defining “Unavailability” in Infor LN

Kathy Barthelt 0 29315 Article rating: 5.0

This topic describes the definition of temporary unavailability for resources in a calendar.

Use one of the following sessions:

  • Recurring unavailability
    For recurring unavailability, such as national holidays, define the recurrence in the Recurrences (tcccp0143m000) session. Add that recurrence to the applicable calendar and...
First3132333436383940Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories