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 Tip of the Week: How to Prevent Your Company From Being a Victim of Ransomware

Crossroads RMC 0 70904 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.

Motivate Your Infor LN & Baan Team with Dashboards

Kathy Barthelt 0 42055 Article rating: 5.0

"Using real-time dashboards, you can hold everyone accountable to KPIs on a weekly basis so nothing falls through the cracks. Customers stay happy and you know what's going on at all times while keeping your whole team on the same page." (BrightGauge blog, February, 2018)

Leverage dashboards to help ensure all aspects of your business are covered.Crossroads RMC provides real-time dashboards to display virtually any aspect of your ERP data. Use the standard dashboards, or create your own! 

Learn more about Analytics Dashboard>

Contact Kathy Barthelt to discuss how dashboards can immediately benefit your company this year!

Infor LN & Baan Tip of the Week: Customer Requested Delivery Date – 10.7

Kathy Barthelt 0 154955 Article rating: 5.0

The Use Customer Requested Delivery Date parameter has been introduced in the Sales Order Parameter (tdsls0100s400) session, which is used to track the customer’s requested delivery date.

If this parameter check box is selected, various additional date fields become available to track the customer Initial Requested Delivery Date and the Original Promised Planned Delivery Date.

Why should you consider Crossroads RMC’s data collection solution for Infor LN & Baan?

Let our customers tell you:

Kathy Barthelt 0 33538 Article rating: 5.0

“Improving the efficiency of all our operations is key to our ongoing success. Crossroads RMC’s Data collection solution clearly can help us on an ongoing basis, and it offers immediate improvement and a foundation we can continue to build on." IT Manager, Magnesita

Learn More About Crossroads RMC's Data Collection - WebCollect, formerly RMC3

IDF News: Making modifications to IDF programs or files

George Moroses 0 34717 Article rating: 5.0

If you are making modifications to IDF programs or files, it is a good idea to create your modified objects in a test library that you create for this purpose.

The test library should be added to the top of the library list just after the temporary library QTEMP so your modified objects are found instead of the standard IDF objects. This test library allows you to make changes and test them, or to continue running in this mode permanently without actually replacing the original objects. This test library also helps you to isolate and control your modifications when applying patches from Infor.

Motivate Your Infor LX & BPCS Team with Dashboards

BrightGauge blog

George Moroses 0 35556 Article rating: 5.0

"Using real-time dashboards, you can hold everyone accountable to KPIs on a weekly basis so nothing falls through the cracks. Customers stay happy and you know what's going on at all times while keeping your whole team on the same page." (BrightGauge blog, February, 2018)

Leverage dashboards to help ensure all aspects of your business are covered.Crossroads RMC provides real-time dashboards to display virtually any aspect of your ERP data. Use the standard dashboards, or create your own! 

Learn more about Analytics Dashboard>

Contact Anthony Etzel to discuss how dashboards can immediately benefit your company this year!

Learn how MES can benefit your company in 2020 by simply doing all of these things...

George Moroses 0 35364 Article rating: 5.0

Do your users have an easy way to do all of these things? If not, you should learn how MES could benefit your company in 2020!

  • Schedule work from a work center to a specific machine or work area.
  • Re-sequence work and split for better flexibility in scheduling shop floor activities.
  • Receive work schedules electronically as well as interacting with it by reporting transactional activity.
  • Electronically display drawings, process instructions, and quality instructions to eliminate (or minimize) the need for paper on the shop floor.
  • Pass shop floor transactional activity to dashboard displays as well as your ERP system.

Learn more about Crossroads MES>

First6061626365676869Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

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

Previous Article Infor LN & Baan Tips & Tricks for EXECUTIVES
Next Article Infor LN & Baan Tips & Tricks for FINANCE: Set Up and Calculate Currency Differences
Print
3543 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories