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 M3 & Movex Tip of the Week: Views & Sorting Orders

Frank Petrasio 0 38325 Article rating: 5.0

One of the most common complaints from M3 users is that the wrong information is displayed on B (list) panels, or it is displayed in the wrong order. M3 provides a tool that allows users to personalize the display so only relevant information is seen without programming assistance from IT.

It is divided into two components:

Infor LN & Baan Tip of the Week: Reports to Analyze Company Performance

Kathy Barthelt 0 67658 Article rating: 5.0

You know what data you need to analyze your company’s financial and production health, but sometimes it's a struggle to get that data in a format that is meaningful. Here are some reports in Baan IV, Baan V, and Infor LN which you may find useful.

As is the case with most ERP reports, with each version progression from Baan IV, to Baan V, to LN, there are improvements in selection criteria and report content. Some may require some setup and others may require some formatting if you would like to export them to Excel.  Contact me if you have questions or need assistance.

BAAN & LN FINANCE & MANUFACTURING:

Infor LX & BPCS Tip of the Week: Reports to Analyze Company Performance

George Moroses 0 33928 Article rating: 5.0

You know what ERP data you need to analyze your company’s financial and production health, but sometimes it's a struggle to get that data in a format that is meaningful. Here are some reports in BPCS & Infor LX which you may find useful.

As is the case with most ERP reports, with each version progression from the earliest versions of BPCS to the latest version of Infor LX, there are improvements in selection criteria and report content. Some may require some setup and others may require some formatting if you would like to export them to Excel. Contact me if you have questions or need assistance.

BPCS & LX FINANCE & MANUFACTURING REPORTS:

The Best Baan | Infor LN Manufacturing Reports to Analyze Company Performance

Kathy Barthelt 0 65731 Article rating: 5.0

You know what ERP data you need to analyze your company’s production health, but sometimes it is a struggle to get that data in a format that is meaningful. Here are some reports in Baan & Infor LN which you may find useful.

As is the case with most ERP reports, with each version progression from the earliest versions of Baan to the latest version of Infor LN, there are improvements in selection criteria and report content. Some may require some setup and others may require some formatting if you would like to export them to Excel. Contact me if you have questions or need assistance.

BAAN & LN MANUFACTURING:

The Best BPCS | Infor LX Manufacturing Reports to Analyze Company Performance

George Moroses 0 34591 Article rating: 5.0

You know what ERP data you need to analyze your company’s production health, but sometimes it is a struggle to get that data in a format that is meaningful. Here are some reports in BPCS & Infor LX which you may find useful.

As is the case with most ERP reports, with each version progression from the earliest versions of BPCS to the latest version of Infor LX, there are improvements in selection criteria and report content. Some may require some setup and others may require some formatting if you would like to export them to Excel. Contact me if you have questions or need assistance.

BPCS & LX MANUFACTURING:

Manufacturing: How much time are you wasting on manual processes?

Crossroads RMC 0 30200 Article rating: 5.0

It tells us that there is a great need for a review of your manufacturing processes.

Manual processes around labor reporting, production completions, issuing of material, inspection approvals, serialization, and more can weigh down the entire shop floor team and can be the source of significant errors. Your business and your customers’ needs have changed and you are in a constant battle to keep up. It is hard to know which area to tackle first and where the greatest impact can be made.

That's where the Crossroads RMC Manufacturing Utilization Review comes in. Whether you're on an old version of BPCS or Baan, or the latest version of Infor LX or Infor LN, odds are there are aspects of Manufacturing / Production Control in the ERP system that doesn't fit your business's current strategy. Do you throw out the software and start with something new? Odds are that is overkill. Sometimes it just boils down to taking the time to understand how your current state matches up with your corporate strategy, understanding the gaps, and developing a plan to get you from point A to point B.

We have successfully helped companies transform their business in the areas of: 

  • Planning / Scheduling
  • Shop Floor Control
  • Final Assembly
  • Quality Control
  • Production Control
  • Forecasting
  • Work Centers / Routings / Bill of Materials

Our consultants have 30+ years of experience that bring about REAL...

The Best Baan IV | Baan V | Infor LN Financial Reports to Analyze Company Performance

Kathy Barthelt 0 63007 Article rating: 5.0

You know what data you need to analyze your company’s financial health, but sometimes it is a struggle to get that data in a format that is meaningful. Here are some reports in Baan IV, Baan V, and Infor LN which you may find useful.

As is the case with most ERP reports, with each version progression from Baan IV, to Baan V, to LN, there are improvements in selection criteria and report content. Some may require some setup and others may require some formatting if you would like to export them to Excel.  Contact me if you have questions or need assistance.

BAAN & LN FINANCE:

The Best BPCS | Infor LX Financial Reports to Analyze Company Performance

George Moroses 0 32450 Article rating: 5.0

You know what ERP data you need to analyze your company’s financial health, but sometimes it is a struggle to get that data in a format that is meaningful. Here are some reports in BPCS & Infor LX which you may find useful.

As is the case with most ERP reports, with each version progression from the earliest versions of BPCS to the latest version of Infor LX, there are improvements in selection criteria and report content. Some may require some setup and others may require some formatting if you would like to export them to Excel. Contact me if you have questions or need assistance.

BPCS & LX FINANCE:

First4546474850525354Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories