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: HOW ACCURATE IS YOUR INVENTORY?

Anthony Etzel 0 48959 Article rating: No rating

Just a refresher on a tip I’ve shared previously from Supply Chain Technology Bulletin regarding how to attain greater inventory accuracy. I thought it would be worthwhile to share again:

  • Record data regarding your inventory as soon as the items arrive at your door / receiving dock. With information, you can make decisions. Without it, you waste money, time and effort.
  • Leverage data collection, label generation and RFID solutions to make your life easier.
  • Set inventory accuracy goals for the business and for employees.
  • Train your employees so they know what is expected of them, and how to best perform their job and therefore how best to maintain accurate inventory counts.
  • Count the inventory – and do it regularly. Find a method that works best for your employees, and for your business.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: How Accurate is Your Inventory?

Kathy Barthelt 0 74920 Article rating: No rating

Just a refresher on a tip I’ve shared previously from Supply Chain Technology Bulletin regarding how to attain greater inventory accuracy. I thought it would be worthwhile to share again:

  • Record data regarding your inventory as soon as the items arrive at your door / receiving dock. With information, you can make decisions. Without it, you waste money, time and effort.
  • Leverage data collection, label generation and RFID solutions to make your life easier.
  • Set inventory accuracy goals for the business and for employees.
  • Train your employees so they know what is expected of them, and how to best perform their job and therefore how best to maintain accurate inventory counts.
  • Count the inventory – and do it regularly. Find a method that works best for your employees, and for your business.

Optimize Your Manufacturing Today!

BPCS/LX TIP OF THE WEEK: INVEST IN YOUR EMPLOYEES

Anthony Etzel 0 50933 Article rating: No rating

Employee empowerment is important if you want to retain the skilled workforce you have and attract new talent.

Here are 5 ways you can motivate your employees to give their best every day

  1. Train your employees
  2. Give your employees the right tools
  3. Automate processes
  4. Give your employees real-time feedback
  5. Provide incentives to do more

Can you do it? Of course you can!
You don’t have to do it all by yourself. Companies like Crossroads RMC can assist. We provide training services which can be completely tailored to your business. We also provide software solutions to help automate many of your manual processes, and dashboard solutions to provide real-time feedback on performance.

If you choose to do this, the benefits to your company will be amazing. You will have a happy, loyal and prepared workforce, ready to come to work each day to make the company wildly successful.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Invest in Your Employees

Kathy Barthelt 0 77691 Article rating: No rating

Employee empowerment is important if you want to retain the skilled workforce you have and attract new talent.

Here are 5 ways you can motivate your employees to give their best every day

  1. Train your employees
  2. Give your employees the right tools
  3. Automate processes
  4. Give your employees real-time feedback
  5. Provide incentives to do more

Can you do it? Of course you can!
You don’t have to do it all by yourself. Companies like Crossroads RMC can assist. We provide training services which can be completely tailored to your business. We also provide software solutions to help automate many of your manual processes, and dashboard solutions to provide real-time feedback on performance.

If you choose to do this, the benefits to your company will be amazing. You will have a happy, loyal and prepared workforce, ready to come to work each day to make the company wildly successful.

Optimize Your Manufacturing Today!

Tip of the Week: The Key to Increasing Efficiency

Anthony Etzel 0 51747 Article rating: No rating

Want to increase your efficiency across your organization?

Is access to real time data important to you?

Take a look at how and where your information is stored. Do you have employees keeping separate spreadsheets or databases outside of your ERP?

Separate data silos means that information is not being shared between departments. This can hamper growth, and cut down on overall efficiency. Take a look at why these silos exist. Can something be done within your ERP system to avoid having to store the information elsewhere? Can an integration be cre

ated to allow the ERP to have exposure to other databases, or allow updates to occur between systems?

Need help figuring out where to start? Contact us. We’d be happy to help.

Optimize Your Manufacturing Today!

Tip of the Week: The Key to Increasing Efficiency

Kathy Barthelt 0 79773 Article rating: No rating

Want to increase your efficiency across your organization?

Is access to real time data important to you?

Take a look at how and where your information is stored. Do you have employees keeping separate spreadsheets or databases outside of your ERP?

Separate data silos means that information is not being shared between departments. This can hamper growth, and cut down on overall efficiency. Take a look at why these silos exist. Can something be done within your ERP system to avoid having to store the information elsewhere? Can an integration be created to allow the ERP to have exposure to other databases, or allow updates to occur between systems?

Need help figuring out where to start? Contact us. We’d be happy to help.

Optimize Your Manufacturing Today!

First99100101102104106107108Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories