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

WEBINAR: Partnering for Success – ERPLX Utilization Review

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

George Moroses 0 8388 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 LX/BPCS Tips & Tricks for EXECUTIVES:

George Moroses 0 10035 Article rating: 5.0

FINANCE TIP: IDF Ledger Book Journal Line Analysis

TECHNOLOGY TIP: Improve WebTop Grid Support for MRP320D Master Schedule Detail Inquiry

OPERATIONS: Override inspection days lead time at the item-facility

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

Kathy Barthelt 0 53038 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 51786 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 46300 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 -

Moving Beyond ERP Customizations: Smarter Solutions for a Future-Ready System

Kathy Barthelt 0 12511 Article rating: 5.0

Transitioning away from ERP customizations can feel like a major hurdle—but with the right strategy, it’s not just possible, it’s powerful. Let’s cut through the noise and look at the real issues... and the smart solutions that pave the way to a leaner, more future-ready ERP.

Common Challenges (and Why They’re Not Dealbreakers)

Reliance on Custom Processes
Custom workflows often become second nature—but are they still serving you? Modern ERPs evolve with industry best practices baked in, and chances are, today’s standard features do what your custom code used to… only better.

Budget & Time Constraints
Testing, retraining, consulting—it all adds up. But the long-term payoff? Reduced technical debt, faster upgrades, and major gains in efficiency and scalability.

User Resistance
Change is hard, especially when teams are comfortable with their tools. But clear communication and a strong change management plan can turn skeptics into champions of a smarter, streamlined system.


Reality Check: Has Your Business Outgrown Its Customizations?

First1112131416181920Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

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

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 - If two companies use the same physical data, the physical table exists, or is used, in only one company: the physical company. Each piece occurs only once: one instance of the same data. If the term logical table linking is used, users from multiple companies use a single physical instance of the data. If the company tables are on the same server, this can be accomplished by logical table linking. Access to specific data can be restricted, if required.

    • Advantages: Logical Table Linking takes place in real time; therefore, the moment a record is created or modified in one company, a record becomes available in all other linked companies as well. The setup and maintenance of logical table linking is easier than the setup and maintenance of data replication. Logical table linking is extremely reliable because this type of linking is independent of network connections and user interventions. 

    • Disadvantages: Table sharing implies that all attributes for a record are the same in all companies. Therefore, suppose you share the item table and, for a particular item in a company, the product class is XXX. In this case, in all other companies, the product class for this item must be XXX as well.

  2. Data Replication - In this situation, each company has exactly the same data, but each company has a unique copy of the data. The same piece of data exists in multiple (physical) places: multiple instances of the same data. The process to copy the data is called data replication.

    • Advantages: Rather than using table sharing by means of the logical linking of tables, you can replicate the content of tables between companies. The advantage is that, on company level, some (non-key) attributes of a record can differ by company. For example, if the bills of materials are replicated instead of shared, for each company, you can link a different warehouse to the bill of material. As a result, the bills of materials can be the same across all companies and only the warehouses differ. Using replication, you can also make only a subset of the records available in other companies. For example, if you replicate items between companies, in a sales company, for example, by means of the item group, you can only make end items available. In addition, you can replicate only a subset of items, for example, depending on the item group. Note that replication also requires that the referenced tables are replicated or shared.

    • Disadvantages: Replication is not in real time, and therefore, for processes that require real-time integrated data as the financial integration processes, replication is not an option. For replication, you also must take into account the sequence in which you replicate. First, you must replicate the child tables and then the parent tables, and therefore first the business partners and then the purchase contracts. During the replication process, the data must be frozen. This point is of particular importance if the replication process takes a lot of time.

  3. Manual Syncronization - If only a small number of records are the same between some companies, you can enter, maintain, and keep the records synchronized manually. Note that the more dynamic data is, the more difficult this process is. This solution is strictly procedural. Therefore, depending on the discipline of the users, the solution is error sensitive: data can be forgotten, updated too late, or typing errors may occur.

  • Advantages - The main advantage is the flexibility so that only the data that really must be shared can be kept synchronized. By manually keeping data synchronized, not all attributes of a record need to have the same value.

  • Disadvantages - The main disadvantage is that this method depends on user interaction. Therefore, the method depends on the user’s time - because the method is not a real time procedure and the user may forget to update the data - and users can make mistakes.

Previous Article Infor LN & Baan Tips & Tricks for EXECUTIVES
Next Article Infor LN & Baan Tips & Tricks for FINANCE: Cash Flow Statements (tfgld 0123m100)
Print
46253 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories