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

Managing IDF for LX Version 06.03.05.84

21-Jun-2019

George Moroses 0 35605 Article rating: 5.0

Read these instructions prior to beginning your installation or upgrade of IDF for LX 8.4. This document also provides current information related to using, installing, and configuring IDF for LX Version 06.03.05. New information will be added to this document as it becomes available. IDF for LX 06.03.05.84 is compatible with LX 8.4 environments.

Updates
21-Jun-2019 – Fix Patch 06.03.05.84.02.01 and SH16143692
Also see Link Manager Fix Level for 06.03.05.84.02.01 for the list of IDF Client fixes.
BMR 80211 Cumulative Patch 84.02.01 includes changes to support Infor’s Java strategy, see the Infor LX IDF Client Runtime Update for Corretto for special instructions on installing this IDF patch.
For information on LX moving from Oracle to Corretto Java see KB 2069811.

22-May-2019 – Fix Patch 06.03.05.84.01.02 and SH16143692
Also see Link Manager Fix Level for 06.03.05.84.01.02 for the list of IDF Client fixes.
MR 79799 Item gets deleted after pick confirm but does not delete after invoice.
MR 79876 Enhancement - Enterprise Item Relationship to PO Lines.
MR 80001 Attributes associated with a business object are not available to be added to a View if the business object is defined as not being allowed on menu.
MR 80004 IDF issues found while testing enhancement to IDF Change.
MR 80037 Extended Amount incorrect for DWM items in IDF Purchase Order Inquiry.
MR 80105 Integrator Translations need to be added to the “Default” card file.
MR 80039 In IDF Power-link listed under Maintain dropdown are IDF Inquiry business objects that are not maintainable in IDF.
MR 80079 Shop Order has wrong labels/descriptions.
MR 80083 Should not allow users to change an item record to DWM if there is active inventory.
MR 80099 Error: "The field TBBT1F is not maintainable" is received when attempting to change Main toolbar buttons for Net-Link from Standard actions only to IDF.
MR 80116 Host print allows selection of Suspended (Inactive) language and does not return an error message.
MR 80117 Orders details in IDF Customers object under Orders tab doesn't show all 9 digits of the Order Number.
MR 80125 Not able to Create Customer when Multi currency flag is OFF.
MR 80194 The Vendor Tax Code and Customer Tax Code do not fully display in Vendor’s Tax tab and Customer's Tax tab in Ming.le Change mode only.
MR 80208 IDF secondary objects are not setWebCapable(True); therefore customizations do not appear in NetLink.

Information and Instructions
New Installs of IDF
If you don’t have IDF installed please refer to the LX IDF 06.03.05 Installation and Upgrade Guide available on the Infor Support Portal for important instructions.

Upgrading existing IDF installations
If you already have IDF installed for LX 8.3.x environments it needs to be upgraded to 06.03.05 prior to adding LX 8.4 IDF environments. Please refer to the...

Analytics Dashboard: Reports are great, but only provide a snapshots of a specific moment

Don’t you need to know what’s happening right NOW?

Crossroads RMC 0 36233 Article rating: 5.0

Get up-to-date views of your data, graphs, charts, you name it!

All the way YOU want it!  All without touching your ERP!

Learn how Analytics Dashboard for Infor LN & Baan works in your unique environment.
Learn how Analytics Dashboard for Infor LX, BPCS, & M3 works in your unique environment.

The Top 5 Benefits of a Manufacturing Execution System (MES)

by PlanetTogether

Anthony Etzel 0 37722 Article rating: 5.0

MES provides the right information at the right time to show the floor manager how to optimize current conditions to improve production output.

Need 5 more reasons why you should invest in an MES system?
Read the full article by PlanetTogether:

https://www.planettogether.com/blog/the-top-5-advantages-of-a-manufacturing-execution-system

Clearly, an MES does more than simply track the amount of product coming off of your production lines. Improving your facility's efficiency begins with accurately recording production, material usage, and personnel time. Crossroads MES accomplishes this feat with ease and precision.

Infor LX & BPCS Tip of the Week: Trim Leading Zero

George Moroses 0 61567 Article rating: 5.0

In LX 8.4, an enhancement has been included to allow for the expanded Company fields to have the leading zero truncated.

To trim leading zeros, CEA515B is called during macro resolution to trim the leading zero based on the position in the Zero Trim file (GZT). The Zero Trim file contains all the company number fields currently defined in the CEA Cross Reference fie (GXM).

This enhancement provides year over year comparison in financial reports and eliminates the need to setup new companies in programs such as Alias Definition. Financial programs trim the leading zero on Company fields, such as Company 010, on subsystem transactions to process as Company 10 during CEA macro resolution. Clients who prefer to retain the Company value as 010 on financial reports can clear the GZT file.

Infor LN & Baan Add-ons: Need a reason why you should barcode your inventory? How about 8 reasons!

Kathy Barthelt 0 34382 Article rating: 5.0

Top Eight Benefits of Barcodes

Barcodes are often overlooked as a method for cutting costs and saving time. A valuable and viable choice for businesses looking to improve efficiency and reduce overhead, barcodes are both cost-effective and reliable.

Crossroads RMC offers RMClabel which can be tied to any data collection system, or run stand-alone. Create barcode labels with 1D

First6061626365676869Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for EXECUTIVES

TECHNOLOGY: Using the Data Access Layer (DAL)

During an Exchange import, you can use all the functionality programmed into the Data Access Layer (DAL). If you use the DAL, Exchange carries out all the constraint checks, integrity checks, and side effects, for example, updates on other tables, that are programmed into the DAL. Database integrity is guaranteed automatically.

Using the DAL reduces the costs of interface development. You can use the DAL to import standard interfaces developed by Infor for partner products, as well as for specific interfaces built by customers, for example, to integrate LN with legacy systems. You can use the DAL in both single site and multisite environments.

The checks or additional actions specified in the DAL are carried out for each row that is imported. Database errors are logged in the same way for DAL and non-DAL import. DAL hook errors are also logged. You can specify whether the DAL property checks are or are not carried out.

If you specify the use of the DAL for a table relation for an import, the dal.new, dal.update, and dal.destroy functions are used instead of db.insert, db.update, and db.delete. You can choose to use DAL for particular tables and not for other tables, therefore, an import batch can contain both types of table relations simultaneously. The import through DAL works for both the import based on audit or indicators (inserts, updates, deletes), and the full import (inserts only).

DAL settings are run time aspects, which means you can change these aspects without having to regenerate the import program. DAL settings are also logged in the log table at batch line level, to enable you to find out what the DAL settings were when the import was run.

Important to realize is that an update through the DAL can result in a number of side effects. Actions performed by the DAL must not be carried out twice. For example, if the DAL updates the available to promise (ATP) quantity for an item when importing order data, the ATP quantity must not be updated in a condition script as well.

For this reason, you must not add any actions in condition scripts, or import additional data, that are already handled in the DAL.

FINANCE: Set Up and Calculate Currency Differences

To set up and calculate currency differences for foreign currencies:

  • Use the Company Parameters (tfgld0503m000) session to specify the profit and loss ledger accounts, 12 profit and loss dimensions, and transaction type for a posting exchange rate differences that is calculated using the FIFO method. To specify this data, use the Currency Diff. FIFO tab. The reports printed from the Print Company Parameters (tfgld0404m000) session, include the Currency Differences FIFO fields.
  • Use the Calculate Currency Differences (tfgld5201m000) session to calculate the currency differences resulting from transactions posted on accounts for which the field Currency Analysis in the session Chart of Accounts (tfgld0508m000) is set to Required.

OPERATIONS: Subcontracting Overview

Companies can decide to involve a subcontractor and subcontract part of their activities. The subcontractor carries out the work and returns the products to your company.

In Infor LN, subcontracting is considered as purchasing labor from a third party. Therefore, if a manufacturer wants to subcontract work, he must generate a purchase order to start the subcontracting process. These are the types of subcontracting:

  • Subcontracting with material flow
    • Operation subcontracting: For operation subcontracting, a part of the production process (one or more operations) is subcontracted.
    • Item subcontracting: For item subcontracting, an item's entire production process is subcontracted. Therefore, it is always used with material flow support.
  • Subcontracting without material flow: The simplest form of subcontracting is to generate a subcontracting purchase order to record the operations outsourced to a subcontractor. The subcontracting purchase order only represents the administrative handling of the subcontracting process. When the subcontracted item is received back from the subcontractor, you must close the subcontracting purchase order, which initiates the production process.
  • Unplanned subcontracting: Unplanned subcontracting is applicable when you subcontract after generating a production order. For unplanned subcontracting, a purchase order is generated from the production order and the material supply lines are populated by Shop Floor Control.
  • Service subcontracting: For service subcontracting, work on an item to be maintained or repaired is subcontracted. This work entails the entire repair process, or only a part of it. Service subcontracting can be used with or without material flow support.

To start the subcontracting process, a purchase order is required.

Previous Article Infor LN & Baan Tips & Tricks for FINANCE: Moving calendar periods
Next Article Infor LN & Baan Tips & Tricks for TECHNOLOGY: Using the Data Access Layer (DAL)
Print
584 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories