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

Infor LN & Baan Tip: Performance Standard Cost

by Infor

Kathy Barthelt 0 63444 Article rating: 5.0

Everything you ever wanted to know about Calculating Standard Cost and Actualizing Standard Cost / Revaluing Inventory (ticpr2210m000 | ticpr2220m000)

Calculating standard cost and re-valuing inventory are important capabilities within your Infor ERP system for a variety of reasons. Sometimes these sessions experience performance issues. Here is a brand new PowerPoint released by Infor to discuss both the functional and technical side of these sessions. Get every last what, where, why, and how answered so that you can improve how these sessions run on your system.

Download Infor PowerPoint>

Beyond the Four Walls—Achieving Upstream and Downstream Inventory Visibility

Infor LX | BPCS | Infor LN | Baan | Infor M3

Crossroads RMC 0 28809 Article rating: 5.0

When an enterprise has many suppliers, dealers/distributors, and customers spread out across the globe, it becomes important that it gains better visibility into inventory outside of its direct ownership and control, on both the supply and demand side. On the supply side, the company has outstanding POs and needs reliable estimates of when those will ship, as well as early indications whenever there will be delays in shipment. Once shipped, updates on the estimated time of arrival (ETA) are important, particularly when there are delays.

This external visibility is even more important during times of disruption. Early visibility into disruptions in supply or rapid changes in demand is key to providing the intelligence to drive agility. By responding earlier, faster, and with more accurate intelligence, a company has more options, makes smarter decisions, and avoids catastrophes.

How do you get that visibility? Here are some options…

And Then There Were None - Short Staffed?

Infor LX | BPCS | Infor LN | Baan | Infor M3

Crossroads RMC 0 26438 Article rating: 5.0

So, you implemented your Infor ERP system 5, 10, 15, 20+ years ago, and now there are only a handful of people left from that implementation. Since most of the how and why walked out the door, how much longer can you get by on “tribal knowledge”?  

What’s the best way to proceed? Consider retraining your staff.

Crossroads RMC's consultants have had great success delivering highly impactful, focused training that shows an immediate benefit. Contact us to discuss how we can develop a training plan that is right for your business.

Infor LN & Baan Tip: Latest Porting Set – All Versions of Infor LN & Baan

Kathy Barthelt 0 65049 Article rating: 4.5

Are you on the latest porting set for your version of Infor LN or Baan? Check here to be sure:

VERSIONS: Infor LN, Infor Baan ERP 5.0c, Infor Baan IVc4

LAST MODIFIED ON:
13th Jan, 2021: Updated with 9.3i porting set, see KB 2176336 for this version. Available from LN CE release 2021.01
9th Oct, 2020: Updated with 9.3h porting set, see KB 2158949 for this version. Available from LN CE release 2020.10
9th July, 2020: Updated with 9.3g porting set, see KB 2142625 for this version. Available from LN CE release 2020.07
10th April, 2020....

Infor LX & BPCS Tip: Special Functions

George Moroses 0 29227 Article rating: 5.0

Use F14 from a menu to display the Special Functions screen, SYS50007.
From this pop-up screen you can access the following menu options:

  • JCDA Maintenance (SYS010D)
  • Display Output Queue
  • Display User Output
  • Send Messages
  • Display Messages
  • Display Job Log
  • Display Submitted Jobs
  • Display Remembered Keys
  • Menu Maintenance (SYS147)
  • Menu Print (SYS148)

This menu is only available from the character0based user interface. Infor Webtop users can access programs from the Quick Launch Menu.

Infor LN & Baan Materials Tips: Serialized and Lot Controlled Items

Kathy Barthelt 0 69984 Article rating: 5.0

Serial and Lot are additional characteristics/properties of Items that can be used to uniquely or collectively identify and track the item along with its Item code. Any Item can be made as Serialized and/or Lot controlled by choosing options "Serialized" and "Lot Controlled" in Items-General session under traceability section on the Details tab.

Further in Items-Warehousing data under the Identification tab, you can enable "Lot Tracking", "Lot in Inventory", "Serial Tracking" and "Serial in Inventory" which enables tracking of the Items. You can also define if the Item is "Serial/Lot not in inventory" then where you want to record the serial and lot details in the transactions like "Direct Delivery", "Receipt", "Transfer", "Register during As-Built, Service and Maintenance".

Below are some topics related to Serialized and Lot Controlled Items that will be useful...

First3738394042444546Last

Tips:  LX | BPCS | M3

Improves control over PO costing changes during invoice entry by replacing passive warnings with an intentional override action.

  • In ACP500D3 (Invoice Entry PO Costing), users previously could unintentionally accept changes by pressing ENTER, even when quantity to cost or amount to cost values had changed.

  • A new “F14 to Override” warning message replaces the old message:
    “Details have changed. Press enter again to accept data.”
    This ensures users acknowledge and confirm significant changes explicitly.

New System Parameter:

  • “Apply GRN Costing Tolerance for PO Costing” (optional):

    • Within tolerance: Displays the original message —
      “Details have changed. Press enter again to accept data.”

    • Outside tolerance: Triggers the new override requirement —
      “F14 to Override”

Benefits:

  • Enhances oversight and reduces unintentional cost acceptance.

  • Enables better control of PO costs when invoice details differ from expectations.

Last

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for 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.

Previous Article Infor LN & Baan Tips & Tricks for Operations: Copying EBOMs - Which copying method should I use?
Next Article Infor LN & Baan Tips & Tricks for Finance: Problem Invoices
Print
46368 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories