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: 6 POWERFUL STEPS TO WIN WITH AUTOMATION:

Anthony Etzel 0 32437 Article rating: No rating
  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.

Baan/LN Tip of the Week: 6 Powerful Steps to Win With Automation:

Kathy Barthelt 0 73500 Article rating: No rating
  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.

Duncan – Out With the Old In With the New… MES

Anthony Etzel 0 19034 Article rating: No rating
Duncan Enterprises, Inc., a leading designer, manufacturer, and distributor of ceramics, arts and crafts, fabric dying and painting products, fashion arts, and home decor DIY products, has selected Crossroads MES to implement throughout all of their shop floor departments and work centers. Through this implementation, Duncan intends to replace their existing Code Soft label software and Shop 2000 Reports. In addition, they expect to eliminate manual tracking of performance measurements and labor. With Crossroads MES, all shop floor paperwork will be distributed in a paperless fashion and all shop floor activities and production receipts will be captured. In addition, real time shop floor status information will be available for reporting across the enterprise.

Baan/LN Tip of the Week: Transaction Accounts – Commissions

Kathy Barthelt 0 76721 Article rating: No rating

In Baan IV, if a link with Financials exists for commissions and rebates, invoices are created directly in the Commission Control System (CMS) module and posted to Financials. As a result, users must specify the ledger accounts that are used for posting commissions and rebates in the Maintain Commission/Rebate Transaction Accounts (tdcms2101m000) session.

In LN, the Maintain Commission/Rebate Transaction Accounts (tdcms2101m000) session is removed from the Commission Control System (CMS) module, because invoices are no longer created directly in the Commission Control System module.

BPCS/LX Tip of the Week: Vendor Maintenance Security Option for Company or Program

Anthony Etzel 0 39171 Article rating: No rating

The Vendor Maintenance Security option is in the Purchasing System Parameters program(PUR820D). The purpose of this program is to provide an additional security option for VendorMaster Maintenance. To access this program, the user selects the Parameters Generation option from the System Functions menu, SYS500. The user can modify the Vendor Maintenance Security parameter from PUR820D-04 in the Purchasing System Parameters program.This feature provides an additional security parameter for Vendor Master Maintenance.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: 6 Powerful Steps to Win With Automation

Anthony Etzel 0 35416 Article rating: No rating

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!

Baan/LN Tip of the Week: GRINYA Reconciliation – What Could Go Wrong?

Kathy Barthelt 0 78451 Article rating: No rating

One common GRINYA issue would be incorrectly entered Integration Setups.

Check the Baan or LN manual for recommended Integration setups. If such a mistake were to occur, it is important to know for what period of time the Integration was in error.

To ensure, it’s recommended that the Integrations Setup tables should be audited either through Baan/LN or Database Auditing. Corrections can be quickly calculated when an exact timeframe can be determined.

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: Purchase Order Receive All Processing

Anthony Etzel 0 29145 Article rating: No rating

With this enhancement, the Purchase Receipts screens are optionally shown with the quantity and weight fields populated with the open value on the purchase order.

Previously the user had tomanually enter the quantity received or, for a dynamic weight and measure items, the weightreceived for each line on the purchase order.

Now the screens are populated with the open valueand if the open value is the same as the value received, the user can simply accept the line.

Optimize Your Manufacturing Today!

First8384858688909192Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for EXECUTIVES:

Operations: Copying EBOMs - Which copying method should I use?

To determine which copying method you must use, answer question 1 and follow the instructions.

Question 1: Is the source component a project item (that is, is a project defined in the first segment of the item code)?

  • If the answer is yes, proceed with question 3.
  • If the answer is no, proceed with question 2.


Question 2: Is the target component a project item?

  • If the answer is yes, select copy method NonProj Item to Proj Item.
  • If the answer is no, proceed with question 4.

Question 3: Is there a relationship with the same project?

  • If the answer is yes, select copy method EBOM to Production BOM Only.
  • If the answer is no, proceed with question 4.


Question 4: Is there a relationship with the target item?

  • If the answer is yes, proceed with question 5.
  • If the answer is no, select copy method No Copy Action.


Question 5: Does the item exist already?

  • If the answer is yes, select copy method EBOM to Production BOM Only.
  • If the answer is no, select copy method Copy E-Item to Item.

Technology: Using audit files in the Exchange module

The audit server logs all database actions that change the contents of a table in so-called audit files. The Exchange module can use these audit files, which are useful in a multisite environment because the databases on all sites must have identical data. These audit files can also be used in data conversions.

Only the updates in a specific period are exchanged, which leads to an improvement in performance. Specify this period in the Export Data (Non-Regular) (daxch0233m000) and Export Data (on a Regular Basis) (daxch0234m000) sessions. Changes such as insert, update, and delete are processed and written into the ASCII files. Actions such as drop, clear, and create tables are ignored.

Audit control data is added to the resulting ASCII file. This data consists of a batchline ID, transaction ID, sequence ID, and an indicator. The control data is added at the beginning of each line and is formatted like other data fields such as the enclosing and separator characters.

An update writes two lines to the ASCII file. One line contains the key fields and old values of the updated fields. The other line contains the new values of the key fields and updated fields, even if a key field does not change.

The batchline ID is used for recognition when processing the ASCII files. The transaction and sequence IDs are used to ensure that the transactions are replayed in the same order as on the exporting site. The indicator defines the type of action that is executed on the table. Use the letter I to insert; use the letter D to delete; use the letter U to update with old values; and use the letter N to update with new values.

Finance: Problem Invoices

You can use a problem code to indicate that a problem exists for a sales invoice. If the invoice-to business partner notifies you about a problem with the invoice and does not pay it, you can link a problem code to the invoice.

In the direct debits procedure, problem invoices are automatically discarded. For each problem code, you can set an option to prevent linked invoices from being selected on reminder letters.

Previous Article Infor LN & Baan Tips & Tricks: Action Required - Infor LN Cloud Edition - Fonts Update!
Next Article Infor LN & Baan Tips & Tricks for Operations: Copying EBOMs - Which copying method should I use?
Print
50573 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories