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

Crossroads RMC's support team is friendly, well trained, experienced, and committed to resolving your support & technical issues as quickly & effectively as possible.

Crossroads RMC 0 24948 Article rating: 5.0

How good would you feel if you knew that 30+ years of ERP manufacturing experience was on the other end of the phone when you placed a support call?

That’s what our customers get when they call Crossroads RMC for help.

Crossroads RMC offers a number of services to help you make the most of your Infor ERP investment, regardless of the version of Infor LX, BPCS, Infor LN, Baan, or Infor M3, you are running. Our support team is friendly, well trained, experienced, and committed to resolving your support and technical issues as quickly and effectively as possible. To ensure all your support needs are met, we offer several different methods:

  • TELEPHONE SUPPORT:
    Our phones are answered by live representatives to ensure that you receive prompt, personal, and efficient assistance. These services are available Monday through Friday 8:30 am to 5:00 pm ET. We also offer standby support and after-hour support when requested.
  • ONLINE SUPPORT:
    Online support is available by logging onto your system using a remote connection. With a live connection, our consultants are able to view your system and troubleshoot issues in real-time.
  • REMOTE & ON-SITE CONSULTING:
    Consulting is an excellent option if more in-depth service, training, or troubleshooting is needed. End-User training or group custom training on new features and solutions is also handled effectively using this method of support.
  • BUSINESS ASSESSMENTS:
    Experienced Crossroads RMC Consultants will compare your existing business processes with your existing software and put together a detailed report of their findings. This includes recommendations for improving the day-to-day running of your business while getting the maximum benefit from your software. This also ensures that you are up to date with any features and technologies without adding disruption to your business.

Learn more about our support services>

Infor LN & Baan Tip: Performance Standard Cost

by Infor

Kathy Barthelt 0 64301 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 29291 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 26768 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 66228 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 29741 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.

First4142434446484950Last

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
544 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories