Infor ERP Tips and Infor ERP News for Infor LX, BPCS, Infor ERP LX, Infor LN, Infor ERP LN, Baan, Infor M3, and Movex

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

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 30463 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 29868 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 73630 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 30364 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 30999 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 71333 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....

Understanding Taxability Rules Is Key To Sales Tax Compliance

Avalara for Infor LN | Baan | Infor LX | BPCS

Crossroads RMC 0 33488 Article rating: 5.0

Product taxability may seem straightforward because there are generally only two options: taxable or exempt. Yet that seemingly simple contrast fails to truly capture the inherent complexity of sales tax compliance. In fact, it’s a multistep process that starts with determining where a business has sales tax nexus. Knowing whether the products or services one sells are taxable or exempt is critical to the compliance process, from start to finish.

The good news is that you don’t have to be a tax expert, nor do you need to stay up on the latest tax rules and regulations in each state or country where you do business. Avalara handles all of this for you and Crossroads RMC provides the integration to Infor LN, Infor LX, Baan, and BPCS to make staying compliant a no-brainer.

Want to learn more?...

Infor LX & BPCS Finance Tip: Items without costs, CST101D

George Moroses 0 30201 Article rating: 5.0

This program generates an uncosted items listing for the specified facility and cost set. You can use this report as an exception listing to identify those items that are currently maintained at zero cost or new items that require entry prior to cost rollup in Cost Set Rollup, CST500.

If a facility-specific component cost does not exist for a parent being rolled up, zero cost is rolled up for the component. When a new parent item is being rolled up for the first time, the audit report for Cost Rollup, CST500, displays a warning wherever a component cost is zero. Rolling up the parent cost again does not display a message for zero component costs.

Access: Menu CST01

First5051525355575859Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

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

Previous Article Infor LN & Baan Tips & Tricks for EXECUTIVES
Next Article Infor LN & Baan Tips & Tricks for FINANCE: Set Up and Calculate Currency Differences
Print
10363 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories