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

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

Kathy Barthelt 0 80646 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!

Crenlo Partners With Crossroads RMC to Achieve Operational Efficiency

Kathy Barthelt 0 30469 Article rating: No rating

Crenlo, a leading manufacturer of cab and enclosure products, has elected to expand their partnership with Crossroads RMC to achieve greater efficiency within their operations. Phase 1 of the implementation will include RMCship (FedEx/UPS integration with Baan), RMCbuild (analysis of current inventory for production needs), Paperless Pick Web Collect Data Collection for their service orders and remote warehouse, and the development of a web-based quality inspection application which will be integrated with their Baan ERP system. 

BPCS/LX Tip of the Week: Tip of the Week: Cross Docking

Anthony Etzel 0 55817 Article rating: No rating

Cross Docking can provide significant improvements in efficiency by looking for outstanding requirements for an item (production orders, sales orders, replenishment orders) and automatically assigning the incoming item to that requirement instead of putting the item away into inventory, only to retrieve it later. Consider implementing cross-docking at your facility. 

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: Cross Docking

Kathy Barthelt 0 76560 Article rating: No rating

Cross Docking can provide significant improvements in efficiency by looking for outstanding requirements for an item (production orders, sales orders, replenishment orders) and automatically assigning the incoming item to that requirement instead of putting the item away into inventory, only to retrieve it later. Consider implementing cross-docking at your facility. 

Optimize Your Manufacturing Today!

BPCS/LX Tip of the Week: HOW ACCURATE IS YOUR INVENTORY?

Anthony Etzel 0 48897 Article rating: No rating

Just a refresher on a tip I’ve shared previously from Supply Chain Technology Bulletin regarding how to attain greater inventory accuracy. I thought it would be worthwhile to share again:

  • Record data regarding your inventory as soon as the items arrive at your door / receiving dock. With information, you can make decisions. Without it, you waste money, time and effort.
  • Leverage data collection, label generation and RFID solutions to make your life easier.
  • Set inventory accuracy goals for the business and for employees.
  • Train your employees so they know what is expected of them, and how to best perform their job and therefore how best to maintain accurate inventory counts.
  • Count the inventory – and do it regularly. Find a method that works best for your employees, and for your business.

Optimize Your Manufacturing Today!

Baan/LN Tip of the Week: How Accurate is Your Inventory?

Kathy Barthelt 0 74747 Article rating: No rating

Just a refresher on a tip I’ve shared previously from Supply Chain Technology Bulletin regarding how to attain greater inventory accuracy. I thought it would be worthwhile to share again:

  • Record data regarding your inventory as soon as the items arrive at your door / receiving dock. With information, you can make decisions. Without it, you waste money, time and effort.
  • Leverage data collection, label generation and RFID solutions to make your life easier.
  • Set inventory accuracy goals for the business and for employees.
  • Train your employees so they know what is expected of them, and how to best perform their job and therefore how best to maintain accurate inventory counts.
  • Count the inventory – and do it regularly. Find a method that works best for your employees, and for your business.

Optimize Your Manufacturing Today!

BPCS/LX TIP OF THE WEEK: INVEST IN YOUR EMPLOYEES

Anthony Etzel 0 50832 Article rating: No rating

Employee empowerment is important if you want to retain the skilled workforce you have and attract new talent.

Here are 5 ways you can motivate your employees to give their best every day

  1. Train your employees
  2. Give your employees the right tools
  3. Automate processes
  4. Give your employees real-time feedback
  5. Provide incentives to do more

Can you do it? Of course you can!
You don’t have to do it all by yourself. Companies like Crossroads RMC can assist. We provide training services which can be completely tailored to your business. We also provide software solutions to help automate many of your manual processes, and dashboard solutions to provide real-time feedback on performance.

If you choose to do this, the benefits to your company will be amazing. You will have a happy, loyal and prepared workforce, ready to come to work each day to make the company wildly successful.

Optimize Your Manufacturing Today!

First979899100102104105106Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories