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

Avalara isn't only tax calculation and returns filing....

Baan & Infor LN

Kathy Barthelt 0 40850 Article rating: 5.0

Did you know that in addition to tax calculation and returns filing, Avalara can also help with:

  • Business license and tax registration
  • Streamlined Sales Tax qualification
  • Nexus analysis and compliance
  • Tax document management including exemption certificates
  • Audit preparation

Contact us today! We partner closely with Avalara to provide you with solutions on ALL version of Baan and Infor LN!
 

Infor LN & Baan: Is Your House All In Order?

Kathy Barthelt 0 32413 Article rating: 5.0

Have you successfully closed all of the fiscal, tax and reporting periods for 2019 and closed the year? Sometimes this task hangs out there looming because either people don’t know what needs to be done, or there is a fear there are going to be problems.

Let Crossroads RMC’s expert finance consulting team help you through this.

Move into 2020 with ease! Contact Kathy Barthelt today to put together a plan for your close.
800.762.2077

Want a way to convert IBM i ® spool files into full-color, professional forms that are output as PDF documents?

Anthony Etzel 0 32895 Article rating: 5.0

Want a way to convert IBM i ® spool files into full-color, professional forms that are output as PDF documents?

Crossroads RMC and TL Ashford can help you get there!

TLAForms provide a reliable, feature-rich, cost-effective forms solution for IBM i, with no programming required!

Contact Anthony Etzel for more info: 1.630.955.1310, x125 or aetzel@crossroadsrmc.com

Join us in St. Louis for inPOWER 2020!

inPower 2020

George Moroses 0 32109 Article rating: 5.0

We can’t wait to see you this May at the PREMIER event for Infor LX & BPCS users! Join us for the conference and a special customer appreciation event!

Why attend?

  • Participate in exclusive training sessions
  • Attend user experience and industry presentations on topics relevant to your business
  • View new product demos to give you the tools needed to tackle issues we all share

Click here to register and please let us know that you will be attending!

What is the right balance of KPIs to make sure your production line is running at peak performance?

Analytics Dashboard

Crossroads RMC 0 33897 Article rating: 5.0

How can we make sure the production line is running at peak performance?

One very effective way is to put the right balance of production KPIs in place. Some of these are leading indicator KPIs that help provide insight into future performance and some are results KPIs that tell you how you have done. It is good to have both.

Check out this list of 21 examples of KPI indicators for 2020 to help improve manufacturing performance.

Analytics Dashboard for Infor LN & Baan
Analytics Dashboard for Infor LX, BPCS & Infor M3

Consulting News: It's Time for the Crossroads RMC Utilization Review

Frank Petrasio 0 49906 Article rating: 5.0

If your business requirements and resources have undergone a major change since your original implementation, it is time to take a look at your ERP system to see if it is being utilized properly.

The Crossroads RMC Utilization Review is designed to work with your people to identify the best way to apply the powerful capabilities within the Manufacturing, Supply Chain and Financial modules within the Infor LX and BPCS software to best suit the needs of your business, not only today, but in years to come.

Learn more> 

Contact Frank Petrasio today to schedule your review so that you can get 2020 started on the right foot!
800.762.2077

Crossroads RMC Tip of the Week: How to Prevent Your Company From Being a Victim of Ransomware

Crossroads RMC 0 69683 Article rating: 3.5

This is unfortunately becoming a common occurrence in today’s digital society and we are hearing about these sort of attacks quite frequently.

There are a few dos and don’ts when it comes to ransomware as recommended by Norton 360:   

  1. Do not pay the ransom. It only encourages and funds these attackers. Even if the ransom is paid, there is no guarantee that you will be able to regain access to your files.
  2. Restore any impacted files from a known good backup. Restoration of your files from a backup is the fastest way to regain access to your data.
  3. Do not provide personal information when answering an email, unsolicited phone call, text message or instant message. Phishers will try to trick employees into installing malware, or gain intelligence for attacks by claiming to be from IT. Be sure to contact your IT department if you or your coworkers receive suspicious calls.
  4. Use reputable antivirus software and a firewall. Maintaining a strong firewall and keeping your security software up to date are critical. It’s important to use antivirus software from a reputable company because of all the fake software out there.
  5. Do employ content scanning and filtering on your mail servers. Inbound e-mails should be scanned for known threats and should block any attachment types that could pose a threat.
  6. Do make sure that all systems and software are up-to-date with relevant patches. Exploit kits hosted on compromised websites are commonly used to spread malware. Regular patching of vulnerable software is necessary to help prevent infection.
  7. If traveling, alert your IT department beforehand, especially if you’re going to be using public wireless Internet. Make sure you use a trustworthy Virtual Private Network (VPN) when accessing public Wi-Fi like Norton Secure VPN.
First5657585961636465Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories