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: Using the “Use Up” Functionality in Infor LN

Kathy Barthelt 0 57341 Article rating: 5.0

To use the ‘Use-Up’ or ‘Alternative’ functionality the correct ATP settings of the use-up item must be defined. Order Planning makes use of ATP to determine if there is still supply available. The component needs to have a CTP horizon greater than 0. Then a top down item selection should be chosen when generating order planning in order for the ATP checks to be done and for the system to plan for the correct components.

Selecting the 'top down item' box when generating order planning is essential because when order planning is generated for only the top level item the components aren't "really" planned for. But when a top down selection is run, the system goes through the BOM and plans for each component accordingly.

Tim Baker – Infor LX User Group’s Newest Board Member!

George Moroses 0 26364 Article rating: 5.0

We are proud to announce that Tim Baker, Crossroads RMC Senior Solutions Architect & Project Manager, has become a member of the Infor LX User Community Board of Directors!

Tim brings 32 years of experience to Crossroads RMC and takes pride in offering exceptional leadership and expertise to achieve the goals and objectives of his clients. It is this level of experience that will make Tim an excellent representative for the Infor LX Community going forward as a member of the board.

At Crossroads RMC, Tim serves as a Senior Solutions Architect and Project Manager for Infor LX and Infor ION implementations. He has been a Senior Manager of Software Development and Support, Senior System Analyst, and has managed software development team objectives and projects, which included planning, installation, and software modification of BPCS, Infor LX (ERP LX), I2, DC Service, and web development software. Additionally, he has managed a multitude of projects and led analysis, design, training, and development efforts across multiple ERP verticals.

Please join us in congratulating Tim and wishing him well in his efforts to help the Infor LX User Community!
Infor User Communities allow you to network with other customers and discuss any of Infor’s software solutions. 

Not currently a member of the Infor LX User Group?
The LX User Group has moved to https://concierge.infor.com. All access requests require approval by your organization's support admin. Once you have access to https://concierge.infor.com, click on the Communities box, and join the LX - User Group - LX. 

Infor LX & BPCS Tip: Inventory Stocking Levels – Warehouses, Locations and Lots…Oh My!

George Moroses 0 22833 Article rating: 4.0

The Infor LX system supports 4 levels of inventory. You can view summaries of stock at each level through the Material Status Inquiry program or through reports. Below are the 4 levels:

  • Item
  • Item + warehouse
  • Item + warehouse + location
  • Item + warehouse + location + lot

The lot number level and/or container of inventory can...

Need Knowledgeable ERP Staff Quickly?

Infor LX, BPCS, Infor M3, Infor LN & Baan

Crossroads RMC 0 22539 Article rating: 5.0

Consider this

Your staff is working on a critical project for your top customer, but in order to complete the project on time with high customer satisfaction, you need to extend your team. You know that the recruitment process is lengthy and it is not easy to find highly qualified people who won’t require a lengthy training process just to bring them up to speed on your ERP, (let alone your business) so this option is not suitable.

Or how about this…

Your ERP system is dragging and you know there are updates to install which are likely to improve system performance, but your IT guy is tied up working on something else and doesn’t know when he can perform the upgrade.

Either of these scenarios sound familiar?

Infor LX & BPCS | Infor LN & Baan: Accuracy & Productivity Aren't Important!

Crossroads RMC 0 23885 Article rating: 5.0

Oh, you think they are?

Well, you might want to take a hard look at HOW you’re running your Infor ERP system.

  • Have you been able to eliminate large amounts of data entry for your staff?
  • Do all of your systems talk to one another?
  • Is your data error-free at month end?

If the answer is no, your company would likely benefit from...

Infor LN & Baan Tip: Financial Integration Mapping Scheme

Kathy Barthelt 0 60562 Article rating: 5.0

Transactions to be mapped - In the mapping scheme, you must define the ledger mapping and the dimension mapping for these types of transactions:

  1. Financial integration transactions resulting from logistic events in Operations Management.
  2. General Ledger transactions.
  3. Procurement card transactions in Accounts Payable.


In addition, to support dimension accounting...

Infor LX & BPCS Tip: Main Benefits of IDF?

Infor Development Framework

George Moroses 0 29941 Article rating: 5.0

The Infor Development Framework (IDF) re-architects the way a user interacts with the application, providing an efficient, task-oriented process to view application information that is contained within Infor LX. IDF enables users to configure their view of the application data without modifying the core application and its supportability.

The examples below describe how users can configure their display of data and maximize overall productivity:

  • Arrange application information into multiple groupings and sequences that make sense for the job.
  • Filter or hide records to show only the information that applies to the job or task that the user is performing.
  • Customize the information for an individual user, a group of users, or all users.

Is it time to get more out of Infor LN & Baan?

Kathy Barthelt 0 60576 Article rating: 5.0

As crazy as it sounds, we’re about to enter the 4th Quarter of 2021. How are you doing on your 2021 goals? Planning for 2022 projects? Maybe it's time to get more out of your Infor ERP system.

TIME TO UPGRADE or NOT?

Is an upgrade to the latest version of Infor LN the goal for 2022? If so, Crossroads RMC brings 35+ years of industry experience to the table to ensure that your upgrade achieves the results you’re looking for and does so on time and on budget. Our goal is to delight your users and maximize the efficiencies that your business can gain from implementing best-of-breed business practices.

Crossroads RMC's team of expert consultants will...

First3334353638404142Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories