Infor ERP Tips and Infor ERP News for Infor LX, BPCS, Infor ERP LX, Infor LN, Infor ERP LN, Baan, Infor M3, and Movex

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

OTTO - On-Time Ordering: Q&A with an MIS Manager from a metal fabrication manufacturer

George Moroses 0 429 Article rating: 5.0

OTTO  A Q&A with an MIS Manager from a metal fabrication manufacturer:

1. How difficult was it to initially install OTTO?

"We loaded OTTO on our AS/400 on a Friday morning and demonstrated OTTO's capabilities with our own data that afternoon. That really impressed me from an IS perspective because it was so easy to load and run."

2. Would you install it on a test system or on the production system?

"We installed on the production system in order to use live data. OTTO resides outside of the ERP system and builds its own databases so it is not detrimental to any other system."

3. How difficult was it to implement OTTO, was there a negative impact on daily operations?

"Some reports were being used on the first day of the evaluation. There was only positive impact on our operation. For example, shortages in our final assembly area were eliminated within 30 days of the demonstration."

4. Comments?

"I was greatly surprised OTTO fit so well with our operation. OTTO has worked well in our company (we substantially increased on time shipments at the same time our business was seeing a 3 fold increase), but each company has to judge for themselves how well OTTO fits in with their organization."

Contact us to learn how OTTO can help your company!

Analytics Dashboard News: What is a CFOs Biggest Concern?

Crossroads RMC 0 388 Article rating: 5.0

If you ask CFOs about their biggest concerns, most of them will tell you that increasing cash flow is a high priority.

In order to succeed at this, you have to keep an eye on your accounts receivable. Many companies, however, do not have the means or data to find out where they currently stand.

What if you could have that information at your fingertips?

Learn more about Analytics Dashboard for Infor LN/Baan >

Learn more about Analytics Dashboard for Infor LX/BPCS/M3 >

Your Enterprise Resource Planning software lies at the heart of your business

Infor LX & BPCS

George Moroses 0 13921 Article rating: 5.0

How Infor LX & BPCS is utilized is critical to operating a stable, well understood and effective business system. Knowing the current state of your system will enable you to make decisions to either better utilize your current ERP version or upgrade.

Crossroads RMC’s Utilization Review helps you flush out issues and areas for improvement. Our findings have resulted in minor procedural changes to a full reimplementation, or system upgrade to Infor LX.

If your business requirements and your resources have undergone major change since your original implementation, it is time to take a look at your ERP system to see if it is being utilized properly. The Crossroads RMC Utilization Review is designed to work with your people to identify the best way to apply the powerful capabilities within the Manufacturing, Supply Chain and Financial modules within the LX/BPCS software to best suit the needs of your business, not only today, but in years to come.

Learn more>

Infor LX & BPCS Tip of the Week: How do I restrict over-shipments to customers - LX 8.4?

George Moroses 0 1289 Article rating: 5.0

This enhancement prevents over-allocations and resulting overshipments to customers. Attempted over-shipments can present an error message to the user, or there is an option to automatically adjust the user’s request to the allowed quantity.

Since over-shipments result from over-allocations, Infor LX provides an optional validation during the four processes where a user can attempt to over-allocate. Note: Infor LX never over-allocates or over-ships; this always results from a user’s action. This enhancement provides three options regarding over-allocations and over-shipments:

  • Continue current process with warning message.
  • Show error message.
  • Automatically change allocation quantity to match quantity available for shipment.

If the over-ship quantity change is acceptable, internal procedures may require that the order quantity be revised so that pricing, promotions, credit checking, load planning, and other processes reflect the actual quantity.

The programs or areas impacted include:

  • ORD820D, Order Entry System Parameters
  • ORD720D2, Order Allocations
  • ORD725D, Order Entry Allocations
  • ORD570D5, Pick Confirm Inventory Confirmation
  • ORD700D2 / ORD700DA / ORD710B, Order Line Validation

Your Enterprise Resource Planning software lies at the heart of your business

Friedman | MAPICS | XA and more

George Moroses 0 28621 Article rating: 5.0

How your ERP is utilized is critical to operating a stable, well understood and effective business system. Knowing the current state of your system will enable you to make decisions to either better utilize your current ERP version or upgrade.

Crossroads RMC’s Utilization Review helps you flush out issues and areas for improvement. Our findings have resulted in minor procedural changes to a full reimplementation, or system upgrade.

If your business requirements and your resources have undergone a major change since your original implementation, it is time to take a look at your ERP system to see if it is being utilized properly. The Crossroads RMC Utilization Review is designed to work with your people to identify the best way to apply the powerful capabilities within the Manufacturing, Supply Chain and Financial modules within your ERP software to best suit the needs of your business, not only today, but in years to come.

Learn more>

First6061626365676869Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories