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

Still Manually Entering UPS & FedEx Info in Baan & LN?

Kathy Barthelt 0 1350 Article rating: 5.0

Manual shipping steps wasting your team’s time?
X 
Re-entering shipping details into Baan or Infor LN
X Copy-pasting tracking numbers
X Delayed invoicing and frustrated customers


RMCship automates it all — fully integrates UPS WorldShip and FedEx Ship Manager with Baan IV, V, and Infor LN.
✔️ Create cartons/pallets directly in ERP
✔️Auto-send shipment data to UPS/FedEx
✔️Instantly pull back tracking numbers, freight, and more
✔️Auto-add shipping data to sales orders & invoices

Result?
  Save 1.5–2.5 hours/day
  Ship faster
  Invoice sooner
  Happier customers

Streamline shipping. Boost efficiency.
📞 Call 800.762.2077 or [Request a Demo]

Infor LN & Baan Tips & Tricks for FINANCE: Moving calendar periods

Kathy Barthelt 0 2622 Article rating: 3.0

You can move monthly periods to a different parent period. For example, if you have a monthly calendar, you can create quarter periods and move months to the quarters.

  1. Select Financials > Global Ledger > Setup > Finance Enterprise Group > Maintenance.
  2. Open the finance enterprise group.
  3. Click the Calendar tab.
  4. Open the calendar for which you want to move periods.
  5. Click the Hierarchy tab.
  6. Select the periods to move.
  7. Select Actions > Move.
  8. Select the new parent period under which you want to move the periods.
  9. Click OK.

Infor LN & Baan Tips & Tricks for OPERATIONS: Revisions and approval

Kathy Barthelt 0 1432 Article rating: 5.0

Note that the Bill of Material and Routing are revision controlled. When a structure is generated for the first time, a first revision is made with status New.

If the Approve Structures Automatically check box is selected in the Job Shop Master Data Parameter (tirou0500m000) session, the revision is created with status Approved.

If the structure is regenerated, the current revision status determines the result:

  • If the status is New, this revision is overwritten
  • If the status is Approved, a new revision is created

Infor LN & Baan Tips & Tricks for TECHNOLOGY: LN Report Archive

Kathy Barthelt 0 1399 Article rating: 5.0

LN Report Archive Solution Overview

The LN Report Archive solution allows you to archive printed reports for long-term access and reprinting, even years after their original print date.

This is especially valuable for external documents such as invoices, purchase orders, and other reports sent to customers or suppliers. In some countries, the ability to reprint these documents for up to 10 years is a legal requirement.

Key Features:

  • Report Archiving:...

Infor LX/BPCS Tips & Tricks for TECHNOLOGY: New Features in 8.4.2

George Moroses 0 3477 Article rating: 5.0

New IDF Inquiries 

Infor LX has a long history of providing IDF inquiries over most critical business areas, but there are still some areas that lack this capability.
The following IDF inquiries are now available in 8.4.2:

  • Customer Quote
  • Customer Quote Line
  • RMA (Return Material Authorization)
  • RMA Line

Benefits

  • Ability to sort, subset, filter, and view information in a modern and intuitive way
  • Point and click navigation to related information – 360 views
    • Exceptional personalization and extensibility capabilities

Infor LX/BPCS Tips & Tricks for OPERATIONS: New IDF Inquiries

George Moroses 0 3645 Article rating: 5.0

New IDF Inquiries 

Infor LX has a long history of providing IDF inquiries over most critical business areas, but there are still some areas that lack this capability.
The following IDF inquiries are now available in 8.4.2:

  • Customer Quote
  • Customer Quote Line
  • RMA (Return Material Authorization)
  • RMA Line

Benefits

  • Ability to sort, subset, filter, and view information in a modern and intuitive way
  • Point and click navigation to related information – 360 views
    • Exceptional personalization and extensibility capabilities

Infor LX / BPCS Tips & Tricks for FINANCE

George Moroses 0 1363 Article rating: 5.0

Finance:  Enhancement Summary: Tax Code Table Window (WINZRTD)

Overview
A significant enhancement has been introduced to the Tax Code Table window (WINZRTD) to improve usability, accuracy, and customer support capabilities within the Finance module. This update includes new tax rate visibility features, streamlined prompts, and improved integration across the Order Entry and Purchase Order modules.

Enhancements Introduced

1. Tax Code Table (WINZRTD)

  • Added ‘Total Tax Rate’ column to...
12345678910Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories