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: 4 Reasons You Need Timely & Accurate Data

Anthony Etzel 0 53188 Article rating: No rating

Seems obvious – you want real time data and you want it to be accurate. Do you have the systems in place to allow for this?

Here are 4 reasons you need a data collection system:

  1. See the differences between actuals and standards
  2. Determine the source of project overruns
  3. Prevent mis-shipments to customers
  4. Avoid unnecessary reordering of parts

An automated data collection system will analyze your current data, allowing you to efficiently optimize your manufacturing and the benefits will be huge and far reaching.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: 4 Reasons You Need Timely & Accurate Data

Kathy Barthelt 0 80437 Article rating: No rating

Seems obvious – you want real time data and you want it to be accurate. Do you have the systems in place to allow for this?

Here are 4 reasons you need a data collection system:

  1. See the differences between actuals and standards
  2. Determine the source of project overruns
  3. Prevent mis-shipments to customers
  4. Avoid unnecessary reordering of parts

An automated data collection system will analyze your current data, allowing you to efficiently optimize your manufacturing and the benefits will be huge and far reaching.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: How is your relationship going... with your suppliers?

Anthony Etzel 0 51688 Article rating: No rating

Do you have a strong relationship with your suppliers? Do they know your every need/want? No? Well, why not?  

The key to any good relationship is communication. Have you established clear and consistent communication with your suppliers? Consider establishing a way for both of you to share information with each other electronically.

A portal is a good way to achieve this. Documents can be shared, updates on deliveries can be communicated with ease, and changes that can affect both your operations and theirs can be communicated efficiently and effectively.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: How is your relationship going... with your suppliers?

Kathy Barthelt 0 76914 Article rating: No rating

Do you have a strong relationship with your suppliers? Do they know your every need/want? No? Well, why not?  

The key to any good relationship is communication. Have you established clear and consistent communication with your suppliers? Consider establishing a way for both of you to share information with each other electronically.

A portal is a good way to achieve this. Documents can be shared, updates on deliveries can be communicated with ease, and changes that can affect both your operations and theirs can be communicated efficiently and effectively.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Gain Efficiency & Save Money – Evaluate Your Production Lines

Anthony Etzel 0 55164 Article rating: No rating

When is the last time you took a hard look at your production lines?

  • How are we moving product through our facility?
  • Do we have work instructions / drawings available where needed?
  • Do we have frequently used inventory available at the line?
  • Where are the bottlenecks?
  • Are processes automated, where possible?

Taking a hard look at your processes and procedures may reveal some interesting results. Don’t assume that everyone is doing things the same way. Some may be superstars, and others may need some mentoring. Some processes may be outdated and costing you time and money, while others are extremely efficient. One area of the business may benefit from how others operate. Take the time to review and analyze your findings. Your company may benefit greatly as a result.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Gain Efficiency & Save Money – Evaluate Your Production Lines

Kathy Barthelt 0 76008 Article rating: No rating

When is the last time you took a hard look at your production lines?

  • How are we moving product through our facility?
  • Do we have work instructions / drawings available where needed?
  • Do we have frequently used inventory available at the line?
  • Where are the bottlenecks?
  • Are processes automated, where possible?

Taking a hard look at your processes and procedures may reveal some interesting results. Don’t assume that everyone is doing things the same way. Some may be superstars, and others may need some mentoring. Some processes may be outdated and costing you time and money, while others are extremely efficient. One area of the business may benefit from how others operate. Take the time to review and analyze your findings. Your company may benefit greatly as a result.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Make Your ERP Work FOR You - Streamline Your Processes

Anthony Etzel 0 49342 Article rating: No rating

Such lofty goals you had when you implemented your ERP system. It was going to be like pressing the “Easy Button”…  then it wasn’t.

What happened? In some cases, decisions were made to implement the system “just like we used to run our old system”. Great idea? Not so much. Your business changes, and your business software needs to change as well.

Have you looked at streamlining your processes?Are you using the ERP system, but everything seems cumbersome and takes more time than its worth? Ask yourself these questions:

  • Can you automate a step or two and eliminate some manual keying?
  • Can you add barcoding to avoid keying in some information altogether?
  • How about automating the printing of some reports?

Now is the time to sit down and really review the steps required to complete the task and think out of the box a bit. Soon you can develop your own streamlined process to get the job done quickly and efficiently.

Optimize Your Manufacturing Today!

First979899100102104105106Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for 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.

Previous Article Infor LN & Baan Tips & Tricks for EXECUTIVES
Next Article Infor LN & Baan Tips & Tricks for FINANCE: Set Up and Calculate Currency Differences
Print
1896 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories