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 LX & BPCS Tip of the Week: 6 Powerful Steps to Win with Automation

George Moroses 0 62022 Article rating: 5.0
  1. Eliminate paper shop packet and distribution of the paperwork to the shop floor.     
  2. Eliminate manual (paper-based) recording activities and the need to key in the transactions.
  3. Easy electronic scheduling by sequence and changing job priorities.
  4. Evaluate differences using actual times compared to standards.
  5. Improve data accuracy and eliminate the need to chase and fix errors.
  6. Practice Real-Time data reporting to monitor efficiencies and identify problems as they occur.

Optimize Your Manufacturing Today!

Amerequip Goes Live With OTTO On-Time Orders

Anthony Etzel 0 31235 Article rating: 5.0

Crossroads RMC welcomes Amerequip as our newest client after successfully going live with OTTO, On-Time Orders.

Amerequip, with corporate headquarters in Kiel, Wisconsin, is a leading designer and manufacturer of accessories and attachments for the construction, utility, and industrial equipment, lawn and turf-care equipment, and related products sold in global markets served by their OEM partner customers.

Amerequip’s objective was to improve on time customer order shipments, reduce expediting, and cut down on the time their knowledge workers were spending digging for information. After carefully conducting their due diligence they chose OTTO to address these challenges.

OTTO helps manufacturing plants consistently meet customer commitments by performing predictive analysis to help prevent surprises and allow for early detection and resolution of potential issues. OTTO improves effectiveness of knowledge workers by reducing “data mining” required to answer customer order status questions, and improves the flow of material through the plant, as a result, reduce shortages and improve on-time customer order shipments. OTTO previously won the prestigious APICS Innovation Award of Excellence”.

We are proud to have Amerequip as our client and look forward to being a strategic partner and support their company growth and success.

Infor LN & Baan: Need real time information for Finance, Production, Inventory, Sales and more?

Kathy Barthelt 0 34361 Article rating: 5.0

Did you know Analytics Dashboard serves as the perfect complement to extend your Infor LN / Baan ERP system AND your data collection software?

Want to display all of this data in easy to understand graphs and charts with drill-down capability?

Contact Kathy Barthelt today to find out how our Analytics Dashboard can provide all of the information you need in real-time. 

Pre-Configured Dashboards INCLUDED with Crossroads RMC's Analytics Dashboard:

  • Accounts Payable
  • Accounts Receivable
  • Journal
  • Booked Sales
  • Invoiced Sales
  • Production
  • Receipts
  • Purchase Orders
  • Inventory

Infor LN & Baan Tip of the Week: The RFQ Comparison Workbench in LN 10.7

Kathy Barthelt 0 84728 Article rating: 5.0

The RFQ Comparison Workbench (tdpur8366m000) session has been introduced to compare bidder responses and select the best deal from the existing combinations. The bidder combinations are displayed based on the total amounts or the criteria set defined on the selected request for quotation (RFQ). Users can use the session to:

• Filter the best response from the suppliers or bidders

• Determine the best responses based on Total Amount

• Determine the best responses based on Criteria Set

This session can be started from a specific RFQ or from the RFQ tab in the RFQ (tdpur8310m000) session. Initially, the session is not available on the menu, but users can add it to the menu.

Infor LX / BPCS Tip of the Week: Pre-assigned lot numbers for multi-level SO release

Anthony Etzel 0 57738 Article rating: 5.0

In addition to assigning lot numbers in Shop Order Entry/Maintenance (SFC500) after the shop orders have been released, users can now pre-assign lot numbers during the Multi-level Shop Order Release process (SFC530) and the Multi-Level Back-flush process (LMP600) for sub-assemblies that are lot controlled items. The user has the choice of using the parent lot ID, using the next sequential generated lot ID, or not pre-assigning lot IDs. Multiple items per lot must be installed to use the parent lot number option.

How Are Your 2019 Goals? Get More Out of Your ERP!

Crossroads RMC 0 45110 Article rating: 5.0

We’re ½ way through the 3rd Quarter of 2019 already! How are you doing with your 2019 goals?

Maybe it's time to get more out of your ERP system:
  • Need assistance implementing new functionality in your ERP?
  • Looking to train new employees, or retrain existing employees?
  • Time to automate your most time-consuming processes?
  • Interested in a web-based application for your users or external customers/suppliers?
     

Learn How Crossroads RMC Can Help!

Tax Law Changes by the Numbers - Infor LN & Baan Integration to Avalara

Kathy Barthelt 0 74821 Article rating: 5.0

Are you up to speed on all of the sale tax changes that could affect your business?

Tax Law Changes by the Numbers
A look at what's changed in 2018-2019

  • 21 states adopted economic nexus as of December 31, 2018, requiring out-of-state businesses with a certain amount of economic activity in the state to collect and remit sales tax
  • 33 states have enforced economic nexus as of June 30, 2019
  • 43 states will enforce economic nexus as of December 31, 2019
  • 7 states had marketplace facilitator sales tax laws as of December 31, 2018, requiring marketplaces to collect sales tax on behalf of their sellers
  • 15 states have marketplace facilitator sales tax laws as of June 30, 2019
  • 28 states will have marketplace facilitator sales tax laws as of January 1, 2020

The trend to tax remote sales is certain to continue, and there will be the normal slew of rate, regulation, and product taxability changes. 

Sales Tax is complicated! Crossroads RMC provides the integration from Infor LN & Baan to Avalara to make it easy. Click Here to Learn More

First6667686971737475Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories