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

AVALARA ISN'T ONLY TAX CALCULATION AND RETURNS FILING....

BPCS & Infor LX

Anthony Etzel 0 31044 Article rating: 5.0

Did you know that in addition to tax calculation and returns filing, Avalara can also help with:

  • Business license and tax registration
  • Streamlined Sales Tax qualification
  • Nexus analysis and compliance
  • Tax document management including exemption certificates
  • Audit preparation

Contact us today! We partner closely with Avalara to provide you with solutions on ALL version of BPCS and Infor LX!

Did you know that when you move to LX 8.4, the 100 series maintenance programs will be performed using ...

Anthony Etzel 0 20030 Article rating: 5.0

Did you know that when you move to LX 8.4, 100 series maintenance will be performed using the IDF maintenance programs, and the green screens go away? However, if you have the IDF integrator with 8.3.4 or 8.3.5, you have the ability to create business objects over your own data files along with creating maintenance programs. This would be a great way modernize any old green screen file maintenance that you currently have.

OTTO: How to get started? It’s easy!

Anthony Etzel 0 28415 Article rating: 5.0

The evaluation process for business operations improvements and related software is normally fairly long because it takes time to first understand the software and then to analyze how it will be used. However, how the software works won't truly be understood until it is actually functioning in either a live environment or a simulation of that environment using a reasonably complete test database. 

In order to overcome this challenge we use the following process:

  • Telephone meeting to discuss needs.
  • Webinar to determine common understanding.
  • Load data into OTTO for a live demo.
  • No-obligation trial of the software.

Your only obligation is to supply resources to evaluate OTTO's capabilities. This approach allows you to see exactly how OTTO operates in your specific environment and what benefits you can gain. Several of our customers have actually realized sufficient benefits during the trial-period to justify their purchase of OTTO. Best of all, this evaluation approach offers you extremely low cost and low risk with the potential for high payback in a short period of time.

BPCS/LX Tip of the Week: Purchase Order Receive All Processing

Anthony Etzel 0 47441 Article rating: 5.0

With this enhancement the Purchase Receipts screens are optionally shown with the quantity and weight fields populated with the open value on the purchase order. The screens are now populated with the open value and if the open value is the same as the value received, the user can simply accept the line. The Receive All field on the PUR550D1-01 screen determines whether the receipt lines are populated with the open value. A system parameter controls the Receive All default value but the default value can be overridden.  

If this option is selected, the user does not have to enter the open quantity or weight. If the purchase order receipt has many lines, this option saves time and prevents errors.

Data Collection: Are you able to perform a full cycle count of your inventory in one day?

Kathy Barthelt 0 55218 Article rating: 5.0

Cycle Counting Potential Benefits: 

  • Overall increased inventory accuracy
  • Increased accuracy of count
  • Ability to review and approve count before direct update of Baan / Infor LN tables
  • Elimination of unnecessary re-orders of items with current inventory Greater ability to satisfy customer orders due to greater visibility to (accurate) inventory levels
  • Direct labor cost savings – less staff required for count Increased productivity during count – with some of our customers, counts used to take weeks. They can now complete a count of their entire inventory in one day.
Contact us today to learn more

BPCS / LX Tip of the Week: Purchase Order Print Security Validation

Anthony Etzel 0 46982 Article rating: 5.0

This enhancement allows users to restrict access to purchase order print programs. The purchase order print programs were updated to provide security validation for the user who selects the purchase orders to print. The security validation is controlled by the PO Print Security Validation flag on the Purchasing System Parameters screen, PUR820D-04. This enhancement gives users the option to restrict access to purchase order print programs, providing additional security at the company and warehouse levels.

First6667686971737475Last

Tips:  LX | BPCS | M3

Item Facility Master has a new attribute to define the override inspection days lead time CICP.ICINSD.

  • When an item facility has a defined override inspection days lead time, that value will be used instead of the system parameter inspection days lead time.

MRP exception report, MRP200B
Purchase planning report, PUR285B
Purchase order / Requisition maintenance, PUR500D3
Purchase order consolidation / release, PUR640B1
Vendor splits, PUR653B

This enhancement improved the subfile utilized in MRP320D Master Schedule Detail Inquiry -SCR001 by expanding the subfile with data rather than clearing the subfile as user pages. This change provides full support for the WebTop 4.8 Grid decorator.

This enhancement updated the approach used to populate the subfile to allow a deployed Webtop Grid to function correctly. There is no visible or user-impacted change to the way the program functions.

This enhancement provides improved functionality and full support of a Webtop grid applied to the subfile.

Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories