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 Tip: Special Functions

George Moroses 0 30484 Article rating: 5.0

Use F14 from a menu to display the Special Functions screen, SYS50007.
From this pop-up screen you can access the following menu options:

  • JCDA Maintenance (SYS010D)
  • Display Output Queue
  • Display User Output
  • Send Messages
  • Display Messages
  • Display Job Log
  • Display Submitted Jobs
  • Display Remembered Keys
  • Menu Maintenance (SYS147)
  • Menu Print (SYS148)

This menu is only available from the character0based user interface. Infor Webtop users can access programs from the Quick Launch Menu.

Infor LN & Baan Materials Tips: Serialized and Lot Controlled Items

Kathy Barthelt 0 72079 Article rating: 4.3

Serial and Lot are additional characteristics/properties of Items that can be used to uniquely or collectively identify and track the item along with its Item code. Any Item can be made as Serialized and/or Lot controlled by choosing options "Serialized" and "Lot Controlled" in Items-General session under traceability section on the Details tab.

Further in Items-Warehousing data under the Identification tab, you can enable "Lot Tracking", "Lot in Inventory", "Serial Tracking" and "Serial in Inventory" which enables tracking of the Items. You can also define if the Item is "Serial/Lot not in inventory" then where you want to record the serial and lot details in the transactions like "Direct Delivery", "Receipt", "Transfer", "Register during As-Built, Service and Maintenance".

Below are some topics related to Serialized and Lot Controlled Items that will be useful...

How often are you counting your inventory? Are inaccurate counts affecting your ability to satisfy customer orders?

Infor LX | BPCS | Infor LN | Baan

Crossroads RMC 0 28692 Article rating: 5.0

Crossroads RMC Cycle Counting Applications provide:

  • Increased inventory accuracy.
  • The ability to review & approve count before direct update of LN/Baan tables.
  • The elimination of unnecessary re-orders of items with current inventory.
  • Greater ability to satisfy customer orders due to accurate inventory levels.
  • Direct labor cost savings – less staff required for count.
  • Increased productivity during count – counts reduced from weeks to a day.


Learn more about Cycle Counting for Infor LX & BPCS> 

Learn more about Cycle Counting for Infor LN & Baan> 

Infor LX & BPCS Materials Tip: Unique ID Generator / Unique Sequence Number

George Moroses 0 27824 Article rating: 5.0

Serial Number Unique ID Generator - The new Serial Number Unique ID Generator program (INV599B3) is used to generate a unique value that groups a set of serial numbers that should be treated as part of a single, comprehensive set of inventory transactions.

Assign Unique Sequence Number - The new Assign Unique Sequence Number program (SYS046B) is used by any program that posts an inventory transaction, that is, writes an...

Infor LN & Baan Tip: Can You Backflush An Item If Estimated Quantity is Zero?

Kathy Barthelt 0 68433 Article rating: 5.0

Yes, you can backflush an item with an estimated quantity = 0.00 if you haven't already backflushed the order. For example, you had an order with one component, you reported the quantity at the operation or order level and ran the backflush. Now you realize you need another component added. In this example, the order has already been backflushed, so if you were to add a second component, run backflushing, nothing would happen.

Backflushing is based on the 'quantity to backflush' in report operations or report orders complete. When the quantity is backflushed....

Increase Production by 10-20% - It's Simple!

Developed for Infor LX, BPCS, Infor LN, Baan & Infor M3

Crossroads RMC 0 29039 Article rating: 5.0

Studies show that merely displaying current production data to your workers via a dashboard increases production.

Improve the performance of your shop floor with Analytics Dashboard for Infor LX, BPCS, Infor LN, Baan, and Infor M3. It's simple to use and configure without programming knowledge. Display performance metrics in a grid, graph, chart, or any way that makes sense. learn more>

Infor LX & BPCS Manufacturing Tip: Production Register Listing

George Moroses 0 29766 Article rating: 5.0

Use the Production Register Listing screen, JIT610D1-01, to print an edit list of the labor tickets that you added or updated. Use this report to see the data to post before you actually perform the update. After you print the edit list, you can go back to Production Reporting (JIT600) and change the data before you post the batch. The program assigns a number to each production report that you posted in JIT600. You can use JIT600 to reference the production report that you want to update. Access: Specify Post on Production Reporting, JIT600D1-01.

Infor LN & Baan Tip: Remove Posted Payment/Direct Debit Batches

Kathy Barthelt 0 65650 Article rating: 5.0

The functionality of session Remove Posted payment batches tfcmg1259m000 and Remove posted Direct Debit batches tfcmg4259m000 is explained below:

1.These 2 sessions can be used to removed already posted payment/direct debit batches that have been processed through CMG Module. After the batches are changed to removed status they can be deleted also.

2. Only a superuser, defined in the Payment Authorizations (tfcmg1100m000) can delete the payment/direct debit batch.

3....

First4546474850525354Last

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

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories