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

On Time Orders: OTTO - The Right Tools!

George Moroses 0 35331 Article rating: 5.0

Your business doesn’t run without the right people and processes in place, but in order for people to manage the right things at the right time, they need tools... the RIGHT tools

OTTO helps manufacturing plants consistently meet customer commitments, allowing supervisors and managers to spend more time analyzing, making decisions, communicating, and coordinating. We can prove that OTTO is the right tool for the job.

Give it a test drive for 30 days at no charge and see immediate results.

Contact George Moroses today to learn more.

Infor LX & BPCS Tip of the Week: Control Number, POCNO, added to CEA502B1

George Moroses 0 59505 Article rating: 5.0

This enhancement makes the control number field in the purchase order file available for macros. Previously, the POCNO field (control number) in the purchase order was not available for macros. This enhancement allows the user to create macros that use this field. This enhancement provides the user with the ability to keep track of control numbers in their journal entries.

The programs impacted include:

  • CEA502B1, ACP Engine Resolution Program
  • CGL091B, ERPLX ACP File I/O Program

Managing IDF for LX Version 06.03.05.84

21-Jun-2019

George Moroses 0 35484 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 36103 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.

First5859606163656667Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for EXECUTIVES:

Operations: Copying EBOMs - Which copying method should I use?

To determine which copying method you must use, answer question 1 and follow the instructions.

Question 1: Is the source component a project item (that is, is a project defined in the first segment of the item code)?

  • If the answer is yes, proceed with question 3.
  • If the answer is no, proceed with question 2.


Question 2: Is the target component a project item?

  • If the answer is yes, select copy method NonProj Item to Proj Item.
  • If the answer is no, proceed with question 4.

Question 3: Is there a relationship with the same project?

  • If the answer is yes, select copy method EBOM to Production BOM Only.
  • If the answer is no, proceed with question 4.


Question 4: Is there a relationship with the target item?

  • If the answer is yes, proceed with question 5.
  • If the answer is no, select copy method No Copy Action.


Question 5: Does the item exist already?

  • If the answer is yes, select copy method EBOM to Production BOM Only.
  • If the answer is no, select copy method Copy E-Item to Item.

Technology: Using audit files in the Exchange module

The audit server logs all database actions that change the contents of a table in so-called audit files. The Exchange module can use these audit files, which are useful in a multisite environment because the databases on all sites must have identical data. These audit files can also be used in data conversions.

Only the updates in a specific period are exchanged, which leads to an improvement in performance. Specify this period in the Export Data (Non-Regular) (daxch0233m000) and Export Data (on a Regular Basis) (daxch0234m000) sessions. Changes such as insert, update, and delete are processed and written into the ASCII files. Actions such as drop, clear, and create tables are ignored.

Audit control data is added to the resulting ASCII file. This data consists of a batchline ID, transaction ID, sequence ID, and an indicator. The control data is added at the beginning of each line and is formatted like other data fields such as the enclosing and separator characters.

An update writes two lines to the ASCII file. One line contains the key fields and old values of the updated fields. The other line contains the new values of the key fields and updated fields, even if a key field does not change.

The batchline ID is used for recognition when processing the ASCII files. The transaction and sequence IDs are used to ensure that the transactions are replayed in the same order as on the exporting site. The indicator defines the type of action that is executed on the table. Use the letter I to insert; use the letter D to delete; use the letter U to update with old values; and use the letter N to update with new values.

Finance: Problem Invoices

You can use a problem code to indicate that a problem exists for a sales invoice. If the invoice-to business partner notifies you about a problem with the invoice and does not pay it, you can link a problem code to the invoice.

In the direct debits procedure, problem invoices are automatically discarded. For each problem code, you can set an option to prevent linked invoices from being selected on reminder letters.

Previous Article Infor LN & Baan Tips & Tricks: Action Required - Infor LN Cloud Edition - Fonts Update!
Next Article Infor LN & Baan Tips & Tricks for Operations: Copying EBOMs - Which copying method should I use?
Print
50591 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories