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

Infor LN & Baan Tips & Tricks for OPERATIONS: Pegging Material Supply Lines for Operation and Product Subcontracting

Kathy Barthelt 0 577 Article rating: 5.0

For project pegged production orders, operations can be subcontracted. The material delivered to the subcontractor can be project pegged or anonymous. The subassemblies sent and retrieved are always project pegged. Costing breaks can be applied to direct the costs of the subcontracted operation to a specific project cost account. If (production material) costing breaks are used, a purchase order line's peg can differ from the peg on the material supply line.

For product subcontracting, the subcontracted purchase orders can include materials that inherit the project pegs or can include anonymous materials. The pegged materials are stored in inventory and are shipped to the subcontractor with project pegged orders.

In case of a project pegged order, a peg distribution is linked to the Purchase Order Material Supply Line in the...

Infor LN & Baan Tips & Tricks for FINANCE: Currency Differences

Kathy Barthelt 0 436 Article rating: 5.0

When currency differences are posted, several parameters affect the way the entries in the General Ledger are created. This section explains the possible parameter settings:

  1. Ledger accounts by currency

  2. Writing off currency profits

  3. Fixed exchange rate

  4. Writing off currency differences for anticipated payments


1. Ledger accounts by currency
This parameter is recorded in the Finance Company Parameters (tfgld0503m000) session...

VJES (Visual Job Execution Software) for Infor LN & Baan

Kathy Barthelt 0 11783 Article rating: 5.0

In a recent study on employee training and trends in manufacturing, the following results were obtained:

  1. Improved Learning Retention: People retain about 80% of what they see and do, compared to only 20% of what they read. This makes VWIs, which combine visuals and hands-on action, significantly more effective for training.
  2. Reduced Errors: VWIs help minimize mistakes by providing clear, step-by-step guidance. Companies that have switched from traditional text-heavy instructions to visual formats report a notable decrease in errors, leading to better quality assurance. 
  3. Faster Onboarding: New employees can reach full productivity much quicker with VWIs. Some organizations have cut training time by nearly 50%, allowing workers to learn at their own pace with minimal supervision.

​Every manufacturer relies on a few core metrics to manage operations: efficiency, productivity, capacity, and labor and equipment utilization. These benchmarks are used worldwide to assess performance and process effectiveness.

What if you could...

Unlock Value from Your IBM i & Infor ERP System with 3 Must-Attend inPOWER Sessions

September 22 - 25, 2025

George Moroses 0 515 Article rating: 5.0

inPOWER 2025 Must-Attend Sessions
Crossroads RMC is pleased to offer 3 powerful sessions at inPOWER 2025, designed to help you unlock value from your IBM i and Infor ERP system.


1. JUMP START FOR WEBTOP DECORATORS FOR INFOR LX
SESSION 1—Lapham 4
Tues 3:15pm-4:00pm 
Presented by Nick Olson, Crossroads RMC

Infor LX users know the value of WebTop for simplifying navigation and extending capabilities. In this session, we’ll show you how to take things further with WebTop Decorators' powerful tools that allow you to customize and streamline your Infor LX experience.


2. UNDERSTANDING THE INFOR LX TECH STACK TO MOVE AWAY FROM GREEN SCREEN
SESSION 2—Hearthside
Tues 3:15pm-4:00pm
Presented by Tim Baker, Crossroads RMC Leena Patel, Infor
Ajay Thanniru, Infor

For many organizations, moving away from the traditional green screen interface is a key step toward modernization. In this joint session with Infor, we’ll break down the Infor LX technology stack and explain how it can be leveraged to transition to modern, user-friendly interfaces.


3. CHAT WITH YOUR IBM i DATA
>This session applies to all attendees, not just BPCS/LX
SESSION 3—Lapham 4
Tues 4:15pm-5:00pm
Presented by Nick Olson, Crossroads RMC

Imagine being able to ask questions directly to your IBM i data and get answers in real time. In this session, we’ll demonstrate how AI-driven tools can connect with your IBM i, making data analysis faster, more intuitive, and more accessible than ever before.


Stop by the Crossroads RMC Booth!

12345678910Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt
/ Categories: Infor LN & Baan Tips

Infor LN & Baan Tip: Performance improvement by setting the First Free Number Cache (tcmcs0651m000)

Many transactions in all kinds of modules use order numbers or serial numbers. These order numbers are most often automatically generated. In the Number Groups (tcmcs0151m000) session you can define groups of order numbers used for dedicated areas. A Number Group is a group of the first free number series that you can assign to a specific use. All the numbers that Infor LN generates in the number groups that are dedicated to the same purpose are unique.

All the first free numbers are stored in the table tcmcs050.

As many different processes can request a free number from the number groups, we often see delays in the performance, due to locking on the first free number records. This locking issue can have a severe impact on the performance of huge batch-type transactions, but also on the performance perceived by individual users in many areas in LN.

For example:

  • Processing warehouse transactions. Single or in-batch
  • Completing / closing orders
  • Backflushing of production orders
  • Generate Order Planning
  • Cost calculation and warehouse revaluation


How this performance can be improved?

Resolution

In the Number Groups (tcmcs0151m000) session you can open the details of a specific Number Group (tcmcs0651m000) or start the session stand-alone.

In the Number Group, you define the Series with the related First Free Numbers. Per Serie in the First Free Number, you have the option to define the Cache Size.

This Cache size is defaulted on a value of 0 (zero). A cache size of zero means No Cache. How does the First Free Number caching works:

  • When the Cache Size is zero: With this setting a process requests a Free Number from the Serie and the first free number is issued to the process. But the first free number record is not updated yet. At the moment the requesting process is finished, without errors, it reports back that the number is used and the first free number record is updated. All the time that the process is working on the transactions the first free number record is locked. If another process is requesting a free number from the same series, it must wait (retries) until the record is updated and released by the previous process. This is the locking which is causing delays in the other processes.  
  • Setting the Cache Size to a higher value then zero activates the caching. When the Cache Size is set to 1 or higher, the requested free number is sent to the requesting process, the first free number is updated, with the number as defined in the Cache size, and the record is saved. It does not wait until the requesting process has reported back that is finished, with or without errors. In this way the record is immediately released and no locking will occur. If another process is requesting a free number, it does not need to wait until the free number record is released by the earlier process. If the process is ended with errors and therefor the number is not used, this number from the series is lost. This can result in gaps in the numbering. When the cache size is greater than 1, for example it is set to 5, the requesting process receives 5 free numbers. Even if it only needs less than 5. In this way the process only has to request for a new free number after it has used the first 5 numbers from the cache. This will also speedup the process in case of large batch transactions. For ‘warehouse integration users’, like for example Factory Track or WMS users we advise to set the cache size to 5.  

Note that financial documents are not based on number group series / first free numbers. Instead they are based on transaction type series, for which the caching functionality does not exist. Financial documents, like sales invoices, bank transactions, are thus not cached.

The caching is especially important to improve the performance of all logistical processes.

It is strongly recommended (mandatory) to set the Cache Size for all Number Groups to a minimum of 1.

Previous Article Infor LX / BPCS & Infor LN / Baan Tip: A New Wave of Cyber Attacks: Five Actions to Take Now
Next Article ​Infor LN & Baan Tip: Determining What Data to Archive or Delete
Print
27926 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories