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

BPCS/LX Tip of the Week: Email Distribution Lists

Anthony Etzel 0 47568 Article rating: No rating

Email Distribution Lists are new in Infor LX Version 8.

With this feature, users can create groups to which they may add internal or external email addresses, and in turn, use the name of the group when sending out the email.

The email distribution list eliminates the need for a program change if recipients need to be added to or deleted from the group. 

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Clusters in LN

Kathy Barthelt 0 70053 Article rating: No rating

A cluster is a group of one or more warehouses in a particular geographical area. You can plan an item by cluster (geographical area).

To enable this, you can set up multiple plan items for one item. You always define one plan item without a cluster indication and multiple plan items with a cluster indication. A plan item with a cluster is called a clustered plan item, and a plan item without cluster is called the non-clustered plan item.

The plan items in the clusters can be supplied not only by distribution, but also through purchase and production. In this way, you can, for example, plan local purchasing in a cluster (geographical area). You can also plan supply from multiple sources.

 

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: When More = Less

Anthony Etzel 0 46527 Article rating: No rating

Do you have bottlenecks in your process due to product changeovers or breakdowns?
Maybe the answer is adding redundancy in the department where you are experiencing the problem. A duplicate machine setup can allow for double the capacity during high production periods. It can also eliminate the need to swap out tools or other materials due to different production runs. When breakdowns occur, equipment can be swapped out to keep production moving while repairs are being made.

Planning for this keeps production levels high.

 

 

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: When More = Less

Kathy Barthelt 0 71734 Article rating: No rating

Do you have bottlenecks in your process due to product changeovers or breakdowns?

Maybe the answer is adding redundancy in the department where you are experiencing the problem. A duplicate machine setup can allow for double the capacity during high production periods. It can also eliminate the need to swap out tools or other materials due to different production runs. When breakdowns occur, equipment can be swapped out to keep production moving while repairs are being made.

Planning for this keeps production levels high.

 

 

 

Optimize Your Manufacturing Today!

Crossroads RMC Presents: How-To Webinar - Modernize Your IBM® i Screens

Crossroads RMC & Rocket Software

Anthony Etzel 0 31958 Article rating: 5.0

Crossroads RMC Presents
How-To Webinar 
Modernize Your IBM® i Screens
With Crossroads RMC & Rocket Software
 

If you missed the webinar March 28, 2017, you can watch it now.

Learn how you can modernize your IBM i green screens with a GUI software product that installs on the IBM i. This software is easy to use and does not require a server to drive it.

BPCS/LX Tip of the Week: Web Services

Anthony Etzel 0 41630 Article rating: No rating

Web Services can be very helpful for LX users to obtain updated information directly from the source, for example:

  • LX users can use a web service to request a stock check on an item for which they are going to issue a purchase order. Users can get item availability and updated pricing before placing the order.
  • LX users can also use a web service to get real time shipping charges from UPS, Fed Ex, etc. Once the user selects the appropriate freight charge, it can be added to the customer order while the order is being placed over the phone.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Use of Calendars in LN

Kathy Barthelt 0 72601 Article rating: No rating

Enterprise Modeling Management module in Common: define the calendar of companies (company calendar) and enterprise units.

In the People module, you can link calendars to teams of employees. The Hours and Expenses module in the People package uses this information to get the default number of hours from the calendar lines.

In Common, you can link calendars to business partners and addresses; Procurement and Sales use this information when planning goods transfers.

Manufacturing: link calendars to work centers. The work centers' working times determine the available production capacity.

 

Warehousing: link calendars to warehouses.

Service: use calendars to specify when a cluster is available for servicing.

Optimize Your Manufacturing Today!

Save the Date: LX Communities WebEx- Shop Floor Application hosted by Crossroads RMC - March 14, 2017 - 10:00 AM CST

Tuesday, March 14, 2017 - 10:00 a.m. Central

Anthony Etzel 0 29177 Article rating: 5.0

Register Today!

Infor LX Communities Virtual WebEx on Shop Floor Applications
Tuesday, March 14, 2017
10:00 am | Central Standard Time | 1 hr

Attend this conference to discuss: 

  • Problems and concerns with the Shop Floor Application
  • Routing file and Work Center file reviews showing how specific settings can determine the expected outcome for shop floor information
  • Is downtime a big concern? How is downtime captured today? Is downtime considered when setting up capacity parameters?

Crossroads will have a team of seasoned consultants on the call.  This team has been working with the BPCS/LX ERP since the mid 1990’s.

Crossroads RMC has been an Infor partner for 10 years and offers a complete and comprehensive set of software solutions to support manufacturing optimization for companies running on the IBM i platform. Our solutions focus on delivering real-time visibility and control over your entire operation. With over 30 years of experience, Crossroads RMC has become a trusted advisor and technology partner for manufacturers across the globe. 

First929394959799100101Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories