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

Baan/LN Tip of the Week: Use of Calendars in LN

Kathy Barthelt 0 70947 Article rating: No rating
  • In the Enterprise Modeling Management module in Common, you can define the calendar of companies (company calendar) and enterprise units.
  • In the People module, you can link calendars to teams of employees. The Hours and Expenses module in the People package uses this information to get the default number of hours from the calendar lines.
  • In Common, you can link calendars to business partners and addresses; Procurement and Sales use this information when planning goods transfers.
  • In Manufacturing, you can link calendars to work centers. The work centers' working times determine the available production capacity.
  • In Warehousing, you can link calendars to warehouses.
  • In Service, you use calendars to specify when a cluster is available for servicing.

 Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: At a Loss?

Anthony Etzel 0 53280 Article rating: No rating

Loss of Key Experienced Personnel– More and more of the original “super users” have changed jobs, or retired. In their place are skilled individuals who may have been trained to execute specific tasks, but lack the experience required to respond to new and unplanned business needs and opportunities. As a result, decisions are made that may cause unintended problems. 

What is the best way to deal with this BEFORE the problem occurs? Read our blog to find out:

Read Blog

 

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: At a Loss?

Kathy Barthelt 0 68910 Article rating: No rating

Loss of Key Experienced Personnel– More and more of the original “super users” have changed jobs or retired. In their place are skilled individuals who may have been trained to execute specific tasks, but lack the experience required to respond to new and unplanned business needs and opportunities. As a result, decisions are made that may cause unintended problems. 

What is the best way to deal with this BEFORE the problem occurs? Read our blog to find out:

Read Blog

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Why Would You Buy a BMW, But Use a Scooter?

Anthony Etzel 0 49473 Article rating: No rating

Congratulations! You bought that shiny, new car! It has all the features you can possibly want and goes a million miles an hour. It can take you anywhere your heart desires…….but you rely on a manual scooter to get you around. You know, the kind you had when you were a kid…BEFORE you could drive…before you could afford the BMW. Make sense? Uh... no.

You’d never do this, right? So, why are you doing this with the ERP system that runs your business? Why are you relying on spreadsheets and separate little Access databases to record and store the information that is the most critical to your business when you have an ERP system that is meant for this? Why continue to plod along at a snail's pace when you have the tools to take your business to the next level?

Your ERP system is your BMW. Use it. See what it can do for you. Think you’ve used it to its potential? Unlikely. We’ve helped customers breathe new life into their EXISTING ERP version all by unlocking functionality for them that was already there and ready to use! We’ve also helped by offering add-ons to the ERP that can make your productivity skyrocket.

Ask us how. We’ve got an extra set of keys to the BMW in case you lost yours.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Why Would You Buy a BMW, But Use a Scooter?

Kathy Barthelt 0 68651 Article rating: 5.0

Congratulations! You bought that shiny, new car! It has all the features you can possibly want and goes a million miles an hour. It can take you anywhere your heart desires…….but you rely on a manual scooter to get you around. You know, the kind you had when you were a kid…BEFORE you could drive…before you could afford the BMW. Make sense? Uh... no.

You’d never do this, right? So, why are you doing this with the ERP system that runs your business? Why are you relying on spreadsheets and separate little Access databases to record and store the information that is the most critical to your business when you have an ERP system that is meant for this? Why continue to plod along at a snail's pace when you have the tools to take your business to the next level?

Your ERP system is your BMW. Use it. See what it can do for you. Think you’ve used it to its potential? Unlikely. We’ve helped customers breathe new life into their EXISTING ERP version all by unlocking functionality for them that was already there and ready to use! We’ve also helped by offering add-ons to the ERP that can make your productivity skyrocket.

Ask us how. We’ve got an extra set of keys to the BMW in case you lost yours.

Optimize Your Manufacturing Today!

Tip of the Week: The 3 Secrets to Improving Your MO (Manufacturing Optimization)

Kathy Barthelt 0 92407 Article rating: No rating
  1. Identify the key metrics. You need benchmark data so you know what realistic goals are, then track them and publish your performance along with a brief comment from time to time on how things are trending and how you compare with others, particularly your primary competitors. The best thing about this is that it is a system that develops a life of its own.
     
  2. Measure it. Automatically, people start to think about improving things. Then the fun part, stuff begins to improve by itself. Once in place, the system just hums along and the benefits appear, because it has motivated people to think about it, and figure out what they can do to make it better.
     
  3. Communicate it. Publish your numbers, and explain to people how what they do affects the company as a whole and its success/failure. Once they see the numbers, employees quite often start to modify their behavior for the better.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: CEA

Anthony Etzel 0 52311 Article rating: No rating

CEA Upload provides the capability to prepare both Budgets and Journal Entries in Excel. Once the spreadsheet is complete, it can be uploaded to CEA for posting as an entry to the GL Book of choice. Ease of use is achieved and a full audit trail is created. LX users can capitalize on their investment in both CEA and Excel to achieve a better accounting process. 

Optimize Your Manufacturing Today!

First9394959698100101102Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories