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 LX / BPCS Tips & Tricks for EXECUTIVES

George Moroses 0 10202 Article rating: 5.0

FINANCE: Prevent Voiding of Selected Invoices
This enhancement prevents users from voiding invoices after they have been selected for payment. If a user selects an invoice for payment and another user voids the invoice during the payment process, it can produce erroneous and duplicate records. The ACP500 programs were modified to check the status of an invoice before it can be voided. If the invoice has been selected for payment, a message is generated, and the invoice cannot be voided.

OPERATIONS: Copy Shop Order
In the Shop Order Selection program, action 3=Copy is available. This action allows copying any shop order except for flow orders or campaign orders. Instead of copying from the parent item's bill of material and routing, the new shop order’s materials and operations will be copied from the selected shop order. Note that if the existing shop order is linked to a customer order or line, this linkage will not be copied to the new shop order.

TECHNOLOGY: Group Security for ILM501 Inbound Delivery Maintenance
Add function key / action code security to control who is authorized to create/revise/delete functions in ILM501 Inbound Delivery Maintenance.  With added Group Security, managers can control which users are authorized to create, change and delete deliveries in ILM501 Inbound Delivery Maintenance.

Infor LN & Baan OPERATIONS Tip: MPS Planned vs. MRP Planned

Kathy Barthelt 0 24807 Article rating: 5.0

When deciding what items should be MPS (Master Production Schedule) planned and what items should be MRP (Material Requirements Planning) planned, it's crucial to understand the nature of the items and their demand sources. Here's a breakdown:

  • Master Scheduled Items:

    • Master Scheduled Items are typically finished goods or service items.
    • These items receive their requirements from both Independent and Dependent demand sources.
       
  • Independent Demand:...

Infor LN & Baan FINANCE Tip: Is it possible to upload accounts receivable invoices into LN using Excel?

Kathy Barthelt 0 19322 Article rating: 5.0

Yes, this is possible, by following the steps below:

1. Maintain a batch

2. Maintain an invoice headerexport it, add an additional invoice header to the Excel file, and import it

3. Maintain an invoice line for the first invoice, export it, add additional invoice lines to the Excel file and import it
 

Below the above steps are described in detail...

Infor News You Can Use | The business case for moving your ERP to the cloud and choosing MT deployment

Kathy Barthelt 0 9224 Article rating: 5.0

As more companies invest in cloud computing for their business software and migrate their ERP systems to the cloud, many are considering whether single-tenant or multi-tenant cloud deployment is the best choice.

In this executive brief, Infor outlines insights from the analyst community on the growth of cloud technology, key distinctions between single- and multi-tenant deployments, and why the multi-tenant option for ERP may be the best move for your business.

Learn more>

Tick-Tock... It's time to get more out of your ERP

Crossroads RMC 0 8467 Article rating: 5.0

As crazy as it sounds, we’re about to enter the 2nd half of 2024. How are you doing on your 2024 goals? Planning for 2025 projects?

Maybe it's time to get more out of your Infor ERP system.

⇒⇒ TIME TO UPGRADE?

Is an upgrade to the latest version of your ERP the goal for 2024/2025? If so, Crossroads RMC brings 40 years of industry experience to the table to ensure that your upgrade achieves the results you’re looking for and does so on time and within budget.

Crossroads RMC's team of expert consultants will:

  • Review your custom components to see what can be eliminated
  • Provide an analysis of the specific benefits that your company can achieve by upgrading
  • Train your users on the latest functionality
  • Support your users on the old version while the project team focuses on the upgrade project
  • Handle the entire upgrade project from start to finish
  • Supplement your existing project team with 1-2 key resources
  • Develop the integration to that 3rd party system that is a MUST-HAVE when you upgrade


⇒⇒ NOT UPGRADING?

Infor LX/BPCS Tips & Tricks for FINANCE: Prevent Voiding of Selected Invoices

George Moroses 0 12839 Article rating: 5.0

This enhancement prevents users from voiding invoices after they have been selected for payment. If a user selects an invoice for payment and another user voids the invoice during the payment process, it can produce erroneous and duplicate records. The ACP500 programs were modified to check the status of an invoice before it can be voided. If the invoice has been selected for payment, a message is generated, and the invoice cannot be voided.

Infor LX/BPCS Tips & Tricks for TECHNOLOGY: Update User Security in IDF

George Moroses 0 15012 Article rating: 5.0

Automatically synchronize security changes from LX to IDF, replacing CPYSECIDF. This new process synchronizes users in IDF with those in core LX security whenever a user’s security settings are changed. When a user is deleted from an LX environment, they can also be automatically removed from the IDF environment. Changes to a user’s access to programs in LX are mirrored in IDF. Access to Companies, Facilities, and Warehouses are also synchronized. Additionally, when Business Roles or Business Units access is changed, all users assigned to those roles or units are updated in IDF security.

First910111214161718Last

Tips:  LX | BPCS | M3

Item Facility Master has a new attribute to define the override inspection days lead time CICP.ICINSD.

  • When an item facility has a defined override inspection days lead time, that value will be used instead of the system parameter inspection days lead time.

MRP exception report, MRP200B
Purchase planning report, PUR285B
Purchase order / Requisition maintenance, PUR500D3
Purchase order consolidation / release, PUR640B1
Vendor splits, PUR653B

This enhancement improved the subfile utilized in MRP320D Master Schedule Detail Inquiry -SCR001 by expanding the subfile with data rather than clearing the subfile as user pages. This change provides full support for the WebTop 4.8 Grid decorator.

This enhancement updated the approach used to populate the subfile to allow a deployed Webtop Grid to function correctly. There is no visible or user-impacted change to the way the program functions.

This enhancement provides improved functionality and full support of a Webtop grid applied to the subfile.

Last

Tips: LN | Baan

Kathy Barthelt

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

Previous Article Infor LN & Baan Tips & Tricks for Operations: Copying EBOMs - Which copying method should I use?
Next Article Infor LN & Baan Tips & Tricks for Finance: Problem Invoices
Print
33024 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories