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

Is it time to get more out of Infor LN & Baan?

Kathy Barthelt 0 60897 Article rating: 5.0

As crazy as it sounds, we’re about to enter the 4th Quarter of 2021. How are you doing on your 2021 goals? Planning for 2022 projects? Maybe it's time to get more out of your Infor ERP system.

TIME TO UPGRADE or NOT?

Is an upgrade to the latest version of Infor LN the goal for 2022? If so, Crossroads RMC brings 35+ years of industry experience to the table to ensure that your upgrade achieves the results you’re looking for and does so on time and on budget. Our goal is to delight your users and maximize the efficiencies that your business can gain from implementing best-of-breed business practices.

Crossroads RMC's team of expert consultants will...

Infor LN & BaanTip: Restructuring Your Warehouse

Am I able to remove a warehouse location?

Kathy Barthelt 0 63821 Article rating: 5.0

You may want to restructure your warehouse with new bin codes and new bin characteristics. You will not undertake this kind of activity very often, but situations can occur where a reclassification is necessary to achieve or maintain a more efficient operation. In this case, you may want to remove a given warehouse location. It can be done, but you must be aware of the following:

A location cannot be removed if any of these conditions exist:

  1. Any outstanding inbound advice for the item.
  2. Any outstanding outbound advice for the item.
  3. Any unprocessed cycle counting order/adjustment order lines.
  4. Any cycle counting data.

Infor LX & BPCS Tip: Infor ION - What is ION, and why do I need it?

George Moroses 0 33335 Article rating: 5.0

Infor’s Intelligent Open Network (ION) technology easily integrates Infor ERPs and third-party enterprise systems. ION is an advanced middleware cloud platform that provides the flexibility you need to make the most complex web of enterprise systems work together on-premise, in the cloud, or both. ION’s long-term sustainability will optimize your ROI, and with ION, one application can be upgraded, replaced, or even fail without taking the entire network down.

Benefits:

  • Faster integration and upgrade times
  • Access to real-time information
  • Reduced burden on IT
  • Immediate access to business services like reporting and mobility

For older BPCS installations that don’t use ION, Crossroads RMC has the expertise to build powerful adapters to allow your specific BPCS version to communicate and exchange information with virtually any sub-system that can import/export data.
 

Infor ION Intro Video (2:11)

Infor LN & Baan: Integration from UPS® or FedEx®

Kathy Barthelt 0 28573 Article rating: 5.0

What do you do when there is no pre-built integration from UPS® or FedEx® to your ERP system?

Call Crossroads RMC, of course!

That’s how one of our Infor LN customers solved their cloud implementation dilemma. Crossroads RMC partnered to streamline their shipping process on Infor LN 10.5.2 in the cloud. Four sites went live with RMCship in 2019 and as a result, they have increased accuracy by eliminating manual steps and streamlining their operations.

Learn more> or for more information please contact Kathy Barthelt,  1.630.955.1310 x113

Infor LN & Baan: Your ERP System Lies at the Heart of Your Business

Kathy Barthelt 0 23084 Article rating: 5.0

How Infor LN & Baan 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 Infor ERP Utilization Review flushes out issues and areas for improvement. If your business requirements or your resources have undergone major changes since your original implementation, it is time to take a look at your ERP system to see if it is being utilized properly. The 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 Infor LN and Baan software to best suit the needs of your business, not only today but in years to come.

Learn more> or for more information please contact Kathy Barthelt,  1.630.955.1310 x113

Infor LX & BPCS Tip: Customer Type

George Moroses 0 28767 Article rating: 5.0

Display Customer Type on Order Header Panel – 8.4. Enhancement

This enhancement displays the Customer Type on the Order Header – Billing panel. The Customer Type can be a pricing or promotion qualifier and may convey other important information about the ordering customer during the Order Entry process.

Programs or areas impacted include:

  • Order Header – Billing (ORD700D9)
First3435363739414243Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for EXECUTIVES:

Operations: Copying EBOMs - Which copying method should I use?

To determine which copying method you must use, answer question 1 and follow the instructions.

Question 1: Is the source component a project item (that is, is a project defined in the first segment of the item code)?

  • If the answer is yes, proceed with question 3.
  • If the answer is no, proceed with question 2.


Question 2: Is the target component a project item?

  • If the answer is yes, select copy method NonProj Item to Proj Item.
  • If the answer is no, proceed with question 4.

Question 3: Is there a relationship with the same project?

  • If the answer is yes, select copy method EBOM to Production BOM Only.
  • If the answer is no, proceed with question 4.


Question 4: Is there a relationship with the target item?

  • If the answer is yes, proceed with question 5.
  • If the answer is no, select copy method No Copy Action.


Question 5: Does the item exist already?

  • If the answer is yes, select copy method EBOM to Production BOM Only.
  • If the answer is no, select copy method Copy E-Item to Item.

Technology: Using audit files in the Exchange module

The audit server logs all database actions that change the contents of a table in so-called audit files. The Exchange module can use these audit files, which are useful in a multisite environment because the databases on all sites must have identical data. These audit files can also be used in data conversions.

Only the updates in a specific period are exchanged, which leads to an improvement in performance. Specify this period in the Export Data (Non-Regular) (daxch0233m000) and Export Data (on a Regular Basis) (daxch0234m000) sessions. Changes such as insert, update, and delete are processed and written into the ASCII files. Actions such as drop, clear, and create tables are ignored.

Audit control data is added to the resulting ASCII file. This data consists of a batchline ID, transaction ID, sequence ID, and an indicator. The control data is added at the beginning of each line and is formatted like other data fields such as the enclosing and separator characters.

An update writes two lines to the ASCII file. One line contains the key fields and old values of the updated fields. The other line contains the new values of the key fields and updated fields, even if a key field does not change.

The batchline ID is used for recognition when processing the ASCII files. The transaction and sequence IDs are used to ensure that the transactions are replayed in the same order as on the exporting site. The indicator defines the type of action that is executed on the table. Use the letter I to insert; use the letter D to delete; use the letter U to update with old values; and use the letter N to update with new values.

Finance: Problem Invoices

You can use a problem code to indicate that a problem exists for a sales invoice. If the invoice-to business partner notifies you about a problem with the invoice and does not pay it, you can link a problem code to the invoice.

In the direct debits procedure, problem invoices are automatically discarded. For each problem code, you can set an option to prevent linked invoices from being selected on reminder letters.

Previous Article Infor LN & Baan Tips & Tricks: Action Required - Infor LN Cloud Edition - Fonts Update!
Next Article Infor LN & Baan Tips & Tricks for Operations: Copying EBOMs - Which copying method should I use?
Print
51214 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories