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

“Sorry, boss. We can’t help you move the business forward.”

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 17526 Article rating: 5.0

Imagine saying that to your boss, or the president of your company. What would their response be? Do you think they would say, “It’s ok, we can wait to save a ton of money and move us ahead of the competition... No problem... let me know when you have time to work on it.”  Pretty unlikely. Instead, they will want you to...

What you missed: Infor’s vision for the IBM i teams’ future alignment and focus – Register today!

Inforum

George Moroses 0 22583 Article rating: 5.0

What you missed at Inforum

Infor’s vision for the IBM i teams’ future alignment and focus – Register today!

February 8 | 11am CT / 12pm ET

Join this webinar to hear Jay Allison, Director of Sales, share some insight into Infor’s vision for the IBM i teams’ future alignment and focus. Also hear from David Rapacz, Product Manager for Infor LX, on what you may have missed at Inforum as well as some product updates.

Register today via the LX Community calendar.

Infor LN & Baan Tip: Porting Set Issues

Kathy Barthelt 0 60498 Article rating: 5.0

Are you on the latest porting set for your version of Baan or Infor LN?

Here are some issues you might run into if you stay on an old porting set too long:

  • Incompatibility because of operating system patches
  • Printing issues because of out-of-date libraries
  • Potential performance issues if binaries are not updated
  • Updating...

It’s mid-January and IT’S GO TIME!

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 20184 Article rating: 5.0

The calendar is fresh, the resolutions are made and the opportunities are endless!

So, it is time to dive right in and start tackling your to-do’s?

Right??

...Not just yet!

First, you need to take the time to think about your ERP strategy.

What’s an ERP strategy?

Infor LX & BPCS Tip: What is IDF and Why Do I Need It?

George Moroses 0 27700 Article rating: 5.0

The Infor Development Framework (IDF) re-architects the way a user interacts with the application by providing an efficient, task-oriented process to view the application information that is contained within Infor LX. IDF enables users to configure their view of the application data without modifying the core application and its supportability.

The examples below describe how users can configure their display of data and maximize overall productivity:

  • Arrange application information into multiple groupings and sequences that make sense for the job.
  • Hide information that does not apply to a particular job or task.
  • Filter records to show only the information that applies to the job or task that the user is performing.
  • Customize the information for an individual user, for a group of users, or for all users.

To get more details on how IDF can benefit your company, please contact Anthony Etzel today!

Infor LN & Baan | Infor LX & BPCS Tip: Time for the dreaded three words?

Crossroads RMC 0 28734 Article rating: 5.0

Manual     Physical     Inventory

While it may be accurate (and I say MAY), is a Manual Physical Inventory the right way? Best practices would say absolutely not!

The better way is implementing Cycle Counting. Why Cycle Counting instead of a full physical inventory? With a cycle count, the count focuses on a selected range of stock that can be carried out in parallel with a company’s normal operations. Cycle Counts represent a streamlined method of inventory management to ensure less disruption on the business processes associated with receiving, consuming, or dispatching of stock. 

The “freeze” is no longer required, your staff doesn't need to work long hours over the holidays, and you get accurate inventory counts all year long! Crossroads RMC can help you implement Cycle Counting efficiently and painlessly, contact us today to get started. 800.762.2077

Infor LN & Baan Period End & Fiscal Year End Processing Checklist

Kathy Barthelt 0 61258 Article rating: 5.0

Year-end is always a busy time and it is easy to forget things that must be done in your ERP system to close out the year properly and also set you up for a good start to the following year. Here are some things that you should make sure to add to your to-do checklist:

The year-end close process provides an opportunity to:

_____ Remove discontinued items.

_____ Remove sold purchase receipts.

_____ Remove lot attributes for sold lots.

_____ Update standard cost based on current cost field (for environments without Manufacturing only).

Prepare for Year-End Close

_____ Conduct full physical...

Infor LX & BPCS Period End & Fiscal Year End Processing Checklist

George Moroses 0 22438 Article rating: 5.0

Infor LX & BPCS Year-End Close Checklist

Year-end is always a busy time and it is easy to forget all the things that must be done in your Infor ERP system to close out the year properly and set you up for success the following year. Here are some things you should have on your checklist:

The year-end close process provides an opportunity to:

_____ Remove discontinued items.

_____ Remove sold purchase receipts.

_____ Remove lot attributes for sold lots.

_____ Update standard cost based on current cost field (only for environments without Manufacturing).


Preparing for Year-End Close:

_____ Conduct full physical...

First3233343537394041Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories