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

✨ You're Invited: LN NAUG Face-to-Face Annual Meeting 2025

May 13–15, 2025 | Naperville, IL

Kathy Barthelt 0 1338 Article rating: No rating

Why You Should Attend

LN NAUG Face-to-Face is the must-attend gathering for Infor LN and Baan ERP users across North America. Join fellow ERP professionals, decision-makers, and industry experts for three days of knowledge-sharing, innovation, and networking you won't find anywhere else.

💡 Get Inspired by real-world success stories from LN users

🤝 Connect with peers and solution providers shaping the future of Infor LN

📈 Level Up your ERP strategy with sessions on automation, analytics, integration, and more


Visit Crossroads RMC's Booth

Explore what’s new and what’s next with Crossroads RMC:

🔹 AI Consulting – Unlock insights and transform your ERP processes
🔹 Visual Job Execution Software (VJES) – Train new employees faster, work smarter
🔹 LN Integration Services – Seamlessly connect systems for maximum efficiency
🔹 Help Desk Services for Infor LN – Support that understands your business
🔹 …and more!


🎟️  Don’t miss out — register now and reserve your spot at LN NAUG 2025!

Meet the Experts - EDI: A Competitive Advantage for Manufacturers

Frank Petrasio 0 4047 Article rating: 5.0

Discover how Electronic Data Interchange (EDI) can elevate your manufacturing operations and give you a competitive edge. Join Sarah Butler, UniLink's Director of Professional Services, and a panel of ERP and EDI experts as they demystify EDI for Infor XA, LN, and LX users and share actionable strategies for successful implementation. You’ll learn how EDI simplifies document exchange to boost efficiency and eliminate errors while adapting to diverse customer requirements for seamless adoption. Discover best practices for onboarding trading partners, mapping, testing, and maintaining EDI integrations to ensure compliance with major distributors and retailers. By the end of the discussion, you’ll be equipped with the knowledge to streamline your operations, improve communication, foster stronger trading partnerships, and position your business for long-term success. Panel will include:

  • Randy Kenney, Product Manager | Guide Technologies
  • Frank Petrasio, Director, IBMi Group | Crossroads RMC
  • Phil Harley, CTO and General Manager | UniLink
  • Mitch Copman, Director of Sales & Marketing | UniLink
  • Sarah Butler, Director of Professional Services | UniLink


[Watch Video]

WEBINAR: Partnering for Success – ERPLX Utilization Review

Thursday, May 15, 2025, from 1:00 pm to 1:30 pm (US/Eastern)

George Moroses 0 1666 Article rating: 5.0

Your ERP system needs to be well-understood to be an effective business tool, and your first step is to look at how the backbone of your company's operation is being utilized. 

Partner with Crossroads RMC for Success

Thursday, May 15, 2025, from 1:00 pm to 1:30 pm (US/Eastern)

Join Frank Petrasio and George Moroses to learn how Crossroads RMC partners with Infor clients to:

  • Maximize ERP Utilization
  • Enhance Productivity
  • Improve Efficiency
  • Optimize ERP Investment
  • Drive Business


Partnering with Crossroads RMC is critical to success.

 →​​Register Here 

Infor LN & Baan Tips & Tricks for OPERATIONS: Creating a Purchase Order with Subcontracting

Kathy Barthelt 0 34899 Article rating: 5.0

To create a purchase order (with subcontracting) third party outsourcing from purchase order, execute these steps:

  1. Create a purchase order using the same data set defined in the Subcontracting Models (tisub1100m000) session.
  2. In the Purchase Order Intake Workbench (tdpur4601m200) session, click New. The Purchase Order (tdpur4100m900) session is displayed.
  3. ...

Infor LN & Baan Tips & Tricks for FINANCE: Cash Flow Statements (tfgld 0123m100)

Kathy Barthelt 0 34650 Article rating: 5.0

Use this session to define or maintain cash flow statements and hierarchical structures of cash flow reasons for cash flow statement reports. 

On the Cash Flow Reasons by Statement tab, you can select cash flow reason groups and cash flow reasons to build a hierarchical structure of cash flow reasons for the cash flow statement report.

To link a child cash flow reason group to a parent cash flow reason group:

Infor LN & Baan Tips & Tricks for TECHNOLOGY: Data Sharing Methods (Advantages and Disadvantages)

Kathy Barthelt 0 33279 Article rating: 5.0

Depending on the multicompany scenario you choose, an implementation team must decide whether or not tables must be logically linked or if data must be synchronized in another way to achieve availability of data across various companies. 

There are 3 ways in which data may be shared among companies. Here are some advantages and disadvantages of each:

  1. Logical Table Linking -

  2. Data Replication -

  3. Manual Syncronization -

135678910Last

Tips:  LX | BPCS | M3

Improves control over PO costing changes during invoice entry by replacing passive warnings with an intentional override action.

  • In ACP500D3 (Invoice Entry PO Costing), users previously could unintentionally accept changes by pressing ENTER, even when quantity to cost or amount to cost values had changed.

  • A new “F14 to Override” warning message replaces the old message:
    “Details have changed. Press enter again to accept data.”
    This ensures users acknowledge and confirm significant changes explicitly.

New System Parameter:

  • “Apply GRN Costing Tolerance for PO Costing” (optional):

    • Within tolerance: Displays the original message —
      “Details have changed. Press enter again to accept data.”

    • Outside tolerance: Triggers the new override requirement —
      “F14 to Override”

Benefits:

  • Enhances oversight and reduces unintentional cost acceptance.

  • Enables better control of PO costs when invoice details differ from expectations.

Last

Tips: LN | Baan

Kathy Barthelt

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

Previous Article Infor LN & Baan Tips & Tricks for Operations: Copying EBOMs - Which copying method should I use?
Next Article Infor LN & Baan Tips & Tricks for Finance: Problem Invoices
Print
46217 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories