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

IDF News: Making modifications to IDF programs or files

George Moroses 0 33411 Article rating: 5.0

If you are making modifications to IDF programs or files, it is a good idea to create your modified objects in a test library that you create for this purpose.

The test library should be added to the top of the library list just after the temporary library QTEMP so your modified objects are found instead of the standard IDF objects. This test library allows you to make changes and test them, or to continue running in this mode permanently without actually replacing the original objects. This test library also helps you to isolate and control your modifications when applying patches from Infor.

Motivate Your Infor LX & BPCS Team with Dashboards

BrightGauge blog

George Moroses 0 34276 Article rating: 5.0

"Using real-time dashboards, you can hold everyone accountable to KPIs on a weekly basis so nothing falls through the cracks. Customers stay happy and you know what's going on at all times while keeping your whole team on the same page." (BrightGauge blog, February, 2018)

Leverage dashboards to help ensure all aspects of your business are covered.Crossroads RMC provides real-time dashboards to display virtually any aspect of your ERP data. Use the standard dashboards, or create your own! 

Learn more about Analytics Dashboard>

Contact Anthony Etzel to discuss how dashboards can immediately benefit your company this year!

Learn how MES can benefit your company in 2020 by simply doing all of these things...

George Moroses 0 34170 Article rating: 5.0

Do your users have an easy way to do all of these things? If not, you should learn how MES could benefit your company in 2020!

  • Schedule work from a work center to a specific machine or work area.
  • Re-sequence work and split for better flexibility in scheduling shop floor activities.
  • Receive work schedules electronically as well as interacting with it by reporting transactional activity.
  • Electronically display drawings, process instructions, and quality instructions to eliminate (or minimize) the need for paper on the shop floor.
  • Pass shop floor transactional activity to dashboard displays as well as your ERP system.

Learn more about Crossroads MES>

Infor LX & BPCS Tip of the Week: What is EGLi?

George Moroses 0 57380 Article rating: 5.0

EGLi provides Infor LX Configurable Enterprise Accounting (CEA) functionality including Advanced Transaction Processing (ATP), a configurable ledger, and batch transaction processing in the IDF architecture.

EGLi is a complete replacement for CEA. Infor LX applications integrate with EGLi, and subsystem transactions generated in Infor LX are used to create journal entries in EGLi. The Infor LX integration system parameters allow you to specify whether CEA or EGLi is your primary financial product.

We recommend that you select CEA while you test the integration. The primary financial product flag and the CEA migration programs are designed to assist existing CEA clients with their implementation of EGLi. Journals are produced in both GL systems so you can verify that the data in both GL systems are the same. This integration includes migration programs that copy your existing CEA files to corresponding EGLi files. After you run the migration programs, EGLi should be configured and ready to use. If you are already running IDF via Ming.le or SiW, before you install EGLi, you will need to see the Ming.le integration guide for instructions on how to export EGLi tasks from IDF to SiW/Ming.le.

Learn More > Infor LX Integration Guide for Enterprise General Ledger

Infor LN & Baan Tip of the Week: Standalone Sessions in LN 10.7

Kathy Barthelt 0 151514 Article rating: 5.0

The standalone LN UI allows enhanced URL-parameter configuration. A single session can be started directly. Based on the URL, users can choose if the menu must be available and if the displayed set of records must be restricted.

This can be useful for self-service kiosks or simple full-screen clients.

First5253545557596061Last

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

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
49541 Rate this article:
5.0
George Moroses

George MorosesGeorge Moroses

Other posts by George Moroses

Contact author

x

Categories