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

ERP & the Importance of Accuracy & Productivity

Infor LN & Baan

Kathy Barthelt 0 4924 Article rating: 5.0

If you don't think accuracy and productivity are important, you need to take a hard look at HOW you’re running your ERP system.

  • Have you eliminated large amounts of data entry?
  • Is your data error-free at month's end?
  • Do all of your systems talk to one another?

If the answer is no, Crossroads RMC can improve accuracy and productivity with system integration and/or automation.

Too expensive you say? Too time-consuming and way too much effort to make it happen? Not necessarily... 

Effective September 30, 2023, IBM® will end support of the IBM i operating system 7.3

AND Infor will no longer support LX and related products on IBM i 7.3 as of June 1, 2024

Crossroads RMC 0 4967 Article rating: 5.0

THE CLOCK is T I C K I N G ... 

MARK YOUR CALENDARS!
Effective September 30, 2023, IBM® will end support of the IBM i operating system 7.3  AND  in line with IBM’s support policy, Infor will no longer support LX and related products on IBM i 7.3 after May 31, 2024.

All Infor LX releases, patches, and related solutions will be...

Infor LN & Baan Tip: Considerations for Release to Warehousing for a Cost Item

Kathy Barthelt 0 8848 Article rating: 5.0

When there are two Cost Items, one with Release to Warehousing applied and the other with Release to Warehousing not applied, upon approval of the Sales Order, the Cost Item that is released to Warehousing will go straight to Staged status, pending Shipment confirmation, while the Cost Item that is not released to Warehousing will be up for Sales Deliveries.

Apart from this main difference in functionality between having and not having this option to release to Warehousing checked, there are other impacts to consider...

Reskilling and Upskilling Your Staff – Why You Shouldn’t Ignore This

Crossroads RMC 0 6011 Article rating: 5.0

According to the World Economic Forum, half of all employees will require significant reskilling or upskilling by 2025.

For many of you, your Infor ERP system was implemented 5, 10, 15, or 20+ years ago, and now there are only a handful of people left from that implementation if any at all. Since most of your "how and why" walked out the door, how much longer can you get by on “tribal knowledge”? While many companies understand the importance of employee training, implementing that training remains a challenge. What’s the best way to proceed you ask?

Infor LN & Baan Tip: What conditions must exist before changing an item's inventory unit?

Kathy Barthelt 0 7875 Article rating: 5.0

Is there a procedure for changing an item’s inventory unit? What conditions must exist before it can be done?

Once inventory transactions (receipts or issues) have occurred for an item, the inventory unit cannot be changed. If only orders have been placed against the item (sales or purchase), the inventory unit can be changed if these...

Infor LX & BPCS Tip: 4 Approaches to Customizing LX / BPCS - Preparing for a Future Upgrade

George Moroses 0 6041 Article rating: 5.0

How do I modify BPCS/LX to allow for the ease of upgrading in the future?

  1. Exit Points...

Is it time to get more out of your ERP?

Crossroads RMC 0 5134 Article rating: 5.0

As crazy as it sounds, we’re about to enter the 2nd half of 2023. How are you doing on your 2023 goals? Planning for 2024 projects?
Maybe it's time to get more out of your Infor ERP system.

OFF SUPPORT AND MAINTENANCE WITH INFOR AND FEEL STUCK?

⇒⇒ TIME TO UPGRADE?

⇒⇒ NOT UPGRADING?

RSS
First34568101112Last

Theme picker

Tips:  LX | BPCS | M3

Did you know that you can set up one-time vendors in LX? One Time Vendor (1,A): Specify Y to indicate that this vendor is a one-time vendor. Otherwise, could you specify N. The system removes a one-time vendor's information from the Vendor Master file after all transactions are reconciled. If this vendor already exists as a one-time vendor, you can specify N to change the vendor to a regular vendor.

Determining whether to use Master Production Schedule (MPS) planning or Material Requirements Planning (MRP) planning for items in Infor LX and BPCS involves understanding the nature of the items and their demand characteristics.

Master Scheduled Items typically encompass finished goods or service items. These items receive their requirements either from Independent demand, Dependent demand, or a combination of both...

123456810Last

Theme picker

Tips: LN | Baan

George Moroses

Infor LX & BPCS Tip: PowerLink

PowerLink is a Windows-based client for end-users within the Infor Development Framework (IDF). PowerLink allows exports/imports from/to the ERP database, but how much do you really know about it? Here is some helpful information about PowerLink.​

Why does PowerLink sometimes fail to export all records?
There's not a finite amount of records that PowerLink can export. However, PowerLink export was never intended to handle large volumes of data. It was designed as a quick snapshot of a fairly small subset and a simple view of the user's PowerLink card. 

What is the maximum amount of data that can be exported?
The maximum number of records is only limited by the system resource like memory, etc. When the system runs out of resources, an OutOfMemory error should occur. In previous testings, we have exported +1 million records, although the size of records differs greatly between business objects, the total size of the data could be an issue. For larger volumes of data, customers should investigate other tools such as the iSeries Access "Data Transfer from iSeries Server" feature to download directly to Excel.

How do I know if the size of the data is an issue?
1. When exporting to an external file (text, HTML) then importing to Excel: You can easily check the output (text, HTML) to see if the intermediate output has all the records. This can be done by visual inspection or through the use of column totals. Simply compare between the output and what you see in PowerLink. If the exported file has all the records, then the problem is definitely Excel.
2. When exporting to clipboard, then copy/paste to Excel: There is a clipboard export size limit that is controlled through client preferences. Check the exported data in the clipboard, and see if it contains all the records or only partial records due to the size limitation set in client preferences. If limited, change the client preferences using Customize from the Main browser > Preferences > Miscellaneous tab > Limit Clipboard Export, and try the export again. If the clipboard has all the records the problem is in Excel, which we don't have jurisdiction over.

Suggestions for improving the export process. 

  1. Reduce the number of columns seen in the view. This will serve to reduce the data being exported and may increase the number of records that can be exported. 
     
  2. Reduce the complexity of the view. If the view has one column that lives on a related object, then it has to build SQL behind the scenes to get that related record. If all of the columns come from a single business object, then the processing will be significantly faster.
     
  3. Export to HTML, which can be opened directly by Excel, Access, and many other programs. This reduces the processing of the export formatting because PowerLink needs only to put begin and end tags around each data element. This will also preserve column alignment when Excel or other programs open the file.
     
  4. Unless you are exporting a fairly small volume of data, export to a file, not clipboard. Clipboard is held in memory until the entire view is read, and records are written to the file as they are retrieved.
     

 Also see KB 1357068 for more information about testing your view.

Print
18953 Rate this article:
5.0
George Moroses

George MorosesGeorge Moroses

Other posts by George Moroses

Theme picker

Contact author

x

Categories