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

Are you ready to maximize the benefits of Infor ERP System?

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 15480 Article rating: 5.0

It's hard to believe, but we're nearing the end of 2023, and it's a good time to reflect on your goals and plan for the coming year. If your plans for 2024 include upgrading your Infor ERP system, then Crossroads RMC is here to help. With over 35 years of industry experience, we can ensure a successful upgrade that meets your expectations in terms of results, timeline, and budget.

Our expert consultants can offer the following services:

  1. Custom Component Review: We'll assess your custom components to identify and eliminate any that are no longer necessary.

  2. Benefits Analysis: We'll provide a detailed analysis of the specific benefits your company can achieve by upgrading to the latest version.

  3. User Training: Our team will train your users on the latest functionality to maximize the benefits of the upgrade.

  4. Ongoing Support: While the project team focuses on the upgrade, we'll provide support to your users on the old version to minimize disruptions.

  5. Project Management: We'll handle the entire upgrade project from start to finish, ensuring a smooth transition.

  6. Resource Augmentation: We can supplement your existing project team with 1-2 key resources to enhance expertise.

  7. Integration Development: We can develop integrations with third-party systems that are essential for your business when upgrading.

Infor LN & Baan Tip: Why was the session "General Ledger Diagnostics Workbench" built?

Kathy Barthelt 0 60216 Article rating: 5.0

Any problem noticed and solved before the period closing will reduce the time and pressure during the actual period close itself. So, the General Ledger Administrator can be assisted in his/her daily tasks by viewing and addressing any issues via the "General Ledger Diagnostics Workbench" (tfgld1590m000) session.

The general ledger administrator needs to complete the following tasks during a given fiscal period:

Infor LX & BPCS Tip: How to handle “ZERO COST” items

George Moroses 0 25033 Article rating: 5.0

When I try to enter a 3-way match invoice with zero cost items, I get an error 'Must have value/cost entry.

Resolution
​ACP500 requires a positive value to create a 'C' transaction when entering a 3-way match invoice. If you are receiving inventory items for free (no charge) and have a purchase order for it and need to include the quantity in inventory, you should first receive your items through PUR550 using something like a 'U' transaction. Then, you would enter a 'C' transaction with the quantity and zero cost through PUR550. This will change the status of the line in the HPO file to '3', fully received and costed. Once this is completed, you will be able to enter an invoice for your zero-cost item through ACP500 without getting the error message 'Must have value/cost entry.

Infor LX & BPCS Tip: Infor LX & BPCS Cycle Counting Selection Process

George Moroses 0 23716 Article rating: 5.0

The cycle counting sub-system in Inventory Management determines which items are selected for cycle counting based on the following criteria:

  1. Cycle Counts/Year: The system calculates the cycle count frequency for each item using the "Cycle Counts/Year" field in the Item Master file (optional).

  2. Last Cycle Count Date: If you use locations, this date is found in the Location Inventory file (ILI), and if you don't, it's in the Warehouse Inventory file (IWI).

The system adds the calculated cycle count frequency to the last...

"Apologies, boss, but at the moment, we are unable to contribute to advancing the business."

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 12583 Article rating: 5.0

Imagine delivering this message to your boss or the company president. What would their response likely be? It's improbable that they would respond with, "That's perfectly fine; we can delay implementing this significant initiative that could potentially save us a substantial amount of money and give us a competitive edge. Please let us know when you have the availability to work on it." In reality, they would probably want you to add this new task to your already overflowing to-do list, wouldn't they?

Nonetheless, you'd probably comply because it's...

Join Crossroads RMC at inPOWER 2023

Frank Petrasio 0 15919 Article rating: 5.0

🌟 Unlock the Future of Infor LX at inPower 2023! 🌟

Are you ready to take your Infor LX experience to the next level?

Join us at the highly anticipated inPower 2023 conference, where innovation, expertise, and networking converge to shape the future of your enterprise.

📅 Event Dates: September 11-14 📍 Location: Ingleside Hotel, Pewaukee, WI

🔥 Top 10 Reasons to Attend:

Does your Baan or Infor LN system still lack integration with UPS and FedEx?

Kathy Barthelt 0 16278 Article rating: 5.0

Efficiency is a recurring topic within the manufacturing sector, often highlighted in articles and discussions with manufacturers. According to a recent comprehensive report by The Manufacturer and IBM, a substantial 92% of manufacturers prioritize enhancing efficiency as their primary business imperative. By bolstering efficiency, manufacturers can effectively curtail costs, augment throughput, and thereby enhance their competitive edge.

A notable approach to enhance efficiency involves the elimination of redundant processes, particularly the manual input of data from systems like Baan and Infor LN to third-party logistics systems such as UPS or FedEx. These third-party systems...

First2223242527293031Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories