Infor ERP Tips and Infor ERP News for Infor LX, BPCS, Infor ERP LX, Infor LN, Infor ERP LN, Baan, Infor M3, and Movex

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 TECHNOLOGY & FINANCE: Archiving Finalized Transactions

Kathy Barthelt 0 2298 Article rating: 5.0

TECHNOLOGY & FINANCE: Archiving Finalized Transactions

To support correct archiving in a multicompany structure, the following rules apply:

  • Each company must have its own archive company. Companies cannot share an archive company.
  • The structure of archive companies must be an exact copy of the live environment.
  • A company must keep the same archive company until the end of its lifetime. Once data has been archived, you cannot change the archive company.

If extra archiving capacity is required, it is recommended that you set up...

Infor LX/BPCS Tips & Tricks for FINANCE: Tax Code Table Window (WINZRTD)

George Moroses 0 1366 Article rating: 5.0

Added total tax rate to accumulate the tax rate based on effective date for each tax code and added an action to display the Tax Rate Code Table window (WINZRCD). Tax Code Table subsets list of item tax codes when customer tax code is entered in Order Entry.

This enhancement provided the following new features:

Tax Code Table (WINZRTD)
Tax Rate Code Table (WINZRCD)
Order Entry (ORD700D9-06)
Purchase Order (PUR500-09 / PUR600-09)
Enhance Tax Code Table Window (WINZRTD)

READ MORE>

Infor LX/BPCS Tips & Tricks for TECHNOLOGY: Optimize PUR500 for WebTop Grid Performance

George Moroses 0 1296 Article rating: 5.0

Improve subfile record loading to optimize for WebTop Grid performance.
Improve subfile loading in PUR500-07 to take advantage of WebTop Grid capabilities.

This enhancement allows the WebTop Grids allow users to personalize list-type screens such as PUR500-07 to display as many records as their presentation allows.  With WebTop Grids, the PUR500 user is no longer limited by the number of records that can be displayed in a traditional green screen subfile screen.

Infor LX/BPCS Tips & Tricks for OPERATIONS: Add Item Description to Inbound Delivery Lines Selection

George Moroses 0 1749 Article rating: 5.0

Inbound Delivery Line Detail panels have been enhanced. Item Description is added to the Inbound Delivery Lines Selection screen, and the number of lines displayed on the screen has been increased.

The Item Description is displayed in the user’s language, if available, else in base language. In addition, the Item Description shown on the Inbound Delivery Lines PO Detail panel has been enabled for multi-language support, and is also displayed in the user’s language, if available.

This enhancement provides additional detail about the items appearing on an inbound delivery.

Users can now see additional detail about the items on an inbound delivery. The item description is displayed in the user’s language, if defined. The redesign of the Inbound Delivery Lines Selection panel also allows more delivery lines to be displayed to the user.

Strengthen & Streamline Your ERP LX System with INFOR LX Bolt Ons

George Moroses 0 925 Article rating: 5.0

Crossroads RMC recently participated in the INFOR LX Bolt-Ons showcase hosted by WorkOutLoud, where we presented eight powerful bolt-on solutions designed to extend and enhance the capabilities of Infor ERP LX.

Watch the recording to see how each bolt-on integrates seamlessly with your ERP system, delivering improved efficiency, stronger automation, enhanced reporting, and greater overall value across your operations.

Watch Recording> https://youtu.be/uHcR2IdYC2w?si=vrpgcuOZ3Tj0Nby7

Unlocking Potential: Why Connecting Outside Systems to Your Baan or Infor LN System is Crucial for Business Success

Kathy Barthelt 0 2762 Article rating: 5.0

In an era of rapid digital transformation, having a robust enterprise resource planning (ERP) system like Baan or Infor LN is a solid foundation. These systems are powerful data repositories and transaction engines. However, their true power is often limited when they operate in isolation.

Connecting your core ERP system to other, specialized applications—whether a customer relationship management (CRM) platform, an e-commerce site, a warehouse management system (WMS), or even a specialized QMS—is no longer a luxury; it's a strategic necessity. This integration transforms your ERP from a single source of truth into the central nervous system of your entire operation, enabling seamless data flow, improved decision-making, and enhanced efficiency.

Here’s a breakdown of the advantages, potential disadvantages, and what your business stands to gain.

The Major Advantages of System Integration

Connecting disparate systems offers a wealth of benefits that can fundamentally change how you operate:

1. Enhanced Data Accuracy and Real-Time Visibility...

123578910Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories