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 LN & Baan: Data Collection

Be honest. Does your business REALLY operate in real time?

Kathy Barthelt 0 40662 Article rating: 5.0

Do you have up-to-date real-time information on labor, machine time, and parts consumed? How accurate is your data? Can you get an accurate picture of what is going on across your operations at any time?

If not, Crossroads data collection solution should be considered. By combining sessions, eliminating duplicate entries and using available information to complete a transaction, Web Collect, formerly RMC3 extends the Infor LN and Baan applications to ensure efficiencies and timely information flow and reporting. 

Consulting News: Are you familiar with your Infor LN / Baan System Log?

Kathy Barthelt 0 38963 Article rating: 5.0

Data about the system and the application is stored in a system log. The system data includes information about:

  • The application environment
  • Any reorganization of tables
  • The available free disk space
  • The back-up schedule
  • The user data reports
  • The updates
  • Changes in the system
  • The error messages and solutions

Are you comfortable with reading your ERP system log? Have you checked it lately? Need help interpreting if your system may have a problem? Contact Kathy Barthelt today and one of our expert technical consultants can help to put your mind at ease and make sure your system is running as it should.

Infor LN & Baan Tip of the Week: Warehouse Blocking – LN 10.7

Kathy Barthelt 0 74560 Article rating: 5.0

The functionality to block a warehouse for inbound or outbound transactions has been enhanced. A check for blocks is performed not only during receipt and shipment confirmation, but at multiple stages in the process. In addition, you can specify these blocking options for the inbound and outbound processes:

• No

• Yes

• Interactive

For example, if Blocked for Inbound is set to Yes, no inbound actions are allowed in the warehouse. Consequently, users cannot confirm receipts, generate and put away inbound advice or storage lists, and perform inbound inspections. 

If Interactive is set, during a non-automatic warehouse inbound procedure, warnings are displayed which offer the user a choice to either cancel the action or continue. Batch or automatic inbound processes continue, but the corresponding reports and logs make note of the blocking. However, in all scenarios, receipt confirmation is not allowed.

The same rules are applicable for the warehouse outbound procedure steps. The restriction for receipt confirmation also applies to shipment confirmation.

For warehouse transfer orders, not only the ship-from warehouse is checked for outbound process blocks, but also the ship-to warehouse. This prevents situations in which goods get stuck in transit due to inbound procedure blocks that apply to the destination warehouse. Now, the transfer process is already blocked during outbound.

Partner News: Are you up to date on all of the sales tax changes that have gone into effect this year?

Crossroads RMC 0 34409 Article rating: 5.0

Like it or not, requirements for collecting sales tax change monthly and keeping up with those changes requires someone to be “on it” full time. Fortunately, Avalara handles all of that. Learn How >

Contact us to learn how we can take this burden off your plate and ensure that you are 100% in compliance, 100% of the time.

IDF News: Multi-Language Support

George Moroses 0 25882 Article rating: 5.0

IDF capabilities have been enhanced to provide support for many description elements to be displayed in the user’s language. MLS address and description information has been added to Vendor/Customer/Item business objects. Users can add/remove information as needed. Those display icons that do not have MLS fields on them may have MLS objects already created that can be used to add MLS field to those display icons.

Scope: The following multi language description fields are now available in IDF. To show them, select the multi-language field for the desired IDF panel.

• Item Description

• Warehouse Description

• Customer Name

• Vendor Name

• Vendor Accounting Type

• Company Name

• Currency Description

• Country Description

• General Ledger Account Description

• General Ledger Segment Value Description

 

Impact: These IDF programs are new or were updated to support multi language functionality:

• Account Segment Value MLS Extension

• Bank Branch MLS Override

• Bank MLS Override

• Company MLS Override

• Country Extension MLS Override

• Country MLS Override

• Currency Extension MLS Override

• Currency MLS Override

• Customer MLS Address Override

• Customer MLS Note

• Customer Order Class MLS Override

• Customer Terms MLS Override

• Enterprise Item MLS Note

• Enterprise Item MLS Override

• Freight Term MLS Extension

• Note MLS Line

• Sales Representative MLS Address Override

• Vendor MLS Address Override

• Vendor MLS Note

• Warehouse MLS Address

What problem is OTTO addressing?

George Moroses 0 29308 Article rating: 5.0

Most manufacturers are being pressured to reduce delivery lead-times and rely on their planning systems to meet their commitments. This works very well if everything happens as planned. But planning by itself doesn’t make things happen, people and processes make things happen. This acceleration is putting tremendous pressure on key users like planners, schedulers, buyers and production supervisors. Not only are they struggling to meet daily commitments and relying on “brute force” solutions to get the job done but they can actually become unrecognized production constraints. Planning is more important than ever but is no longer sufficient to meet current challenges because the real challenge in meeting commitments isn't planning but in making plans happen.

This is where OTTO comes in - Learn More>

Analytics Dashboard: "The real voyage of discovery consists, not in seeking new landscapes, but in having new eyes." – Marcel Proust

Crossroads RMC 0 35104 Article rating: 5.0

What have you discovered about your business recently? What benefits could “new eyes” bring to your business? Crossroads RMC's Analytics Dashboard could be the “new eyes” your business needs. Identify trends, problem areas, and more – all without touching your ERP system. 

Learn More about Dashboards for LN & Baan>
Learn More about Dashboards for LX, BPCS & M3>

First6162636466686970Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories