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: Transaction History – Did you know?

George Moroses 0 30910 Article rating: 3.5

Did you know that the system stores a record of every inventory transaction and makes them available for inquiries and reports? Transaction history is available for immediate inquiry by item, or by item and location in the Material Status Inquiry program. The inventory transaction record holds data such as the quantity, date, reference number, cost/value, transaction type, scheduled date, and master reference number, lot numbers, and warehouse/location information.

Infor LN & Baan Tip: How to deal with data growth of your ERP system…

Kathy Barthelt 0 127827 Article rating: 5.0

Spending time on managing ERP data can deliver huge benefits, not just in reducing storage costs, but also in improving the experience of business users. Proactively managing application data also helps accelerate key business processes which has a positive impact on customers, suppliers, and partners. Use these solutions to reduce the data growth and disk storage used on your system:

• Use database compression. See...

Check-Ups are important… Including Infor LN & Baan ERP Check-Ups!

Kathy Barthelt 0 155438 Article rating: 5.0

What would you say to someone if they never went to a doctor for a check-up, or never took their car in for regular maintenance, like an oil change?

You might say that they were asking for problems, right? The point of those check-ups is to catch a problem early, or better yet before it occurs. Going for check-ups gives you the peace of mind that things are running well and if an issue is identified early enough you can reduce overall risk. Regular check-ups can help reduce out-of-pocket expenses over time.

What about Finance, Manufacturing, Supply Chain, and Company-wide Check-Ups for your Infor ERP system? What will happen if you NEVER hit pause?

Here are some questions by department to consider.

Finance:...

Is your Baan or Infor LN system STILL not integrated with UPS and FedEx?

Kathy Barthelt 0 25347 Article rating: 2.5

It's hard to find a manufacturing article, or talk to a manufacturer for that matter without hearing about the importance of efficiency. In fact, 92% of manufacturers reported that their most significant business imperative is improving efficiency, according to a major new report published by The Manufacturer and IBM. Improving efficiency cuts costs, improves throughput, and ultimately improves competitiveness.

One way to improve efficiency is to eliminate the redundant process of manually keying data from Baan and Infor LN to your third-party logistics systems such as UPS or FedEx. Third-party systems need to know what you want shipped, how it is being shipped, the weight, quantity, etc. Once the shipment is ready, the tracking number, freight cost, and other information need to be entered into Baan and Infor LN in order to process your sales orders and ultimately invoice your customer. This process is time-consuming, error-prone, and causes delays in shipping and invoicing.

Why waste time and energy when the entire process can be automated on-premise or cloud with RMCship?

RMCship provides a complete one-way or two-way communication channel between Baan IV, Baan V, and Infor LN to UPS Worldship & FedEx Ship Manager.

TO UPS & FedEx -
RMCship....

Infor LN & Baan Tip: Rework of Serialized Items

Kathy Barthelt 0 125855 Article rating: 5.0

There are two options for rework of serialized items. One is to define the serial numbers upfront by defining the as-built serial header before releasing the rework order. The second option is to not define serials in the as-built header and instead, the serials are defined through issuing the material to the rework order. Manually entering the serial number after release of the rework order is not supported.

Check-Ups are important… Including Infor LX & BPCS ERP Check-Ups!

George Moroses 0 27937 Article rating: 5.0

What would you say to someone if they never went to a doctor for a check-up, or never took their car in for regular maintenance, like an oil change?

You might say that they were asking for problems, right? The point of those check-ups is to catch a problem early, or better yet before it occurs. Going for check-ups gives you the peace of mind that things are running well and if an issue is identified early enough you can reduce overall risk. Regular check-ups can help reduce out-of-pocket expenses over time.

What about Finance, Manufacturing, Supply Chain, and Company-wide Check-Ups for your Infor ERP system? What will happen if you NEVER hit pause?

Here are some questions by department to consider.

Finance:...

Infor LX & BPCS Tip: Return Material Authorization (RMAs)

George Moroses 0 29927 Article rating: 5.0

The Return Material Authorization process, RMA, controls and monitors the return of goods. Infor LX generates an RMA which mirrors the terms and conditions of the return. You can copy the RMA from a processed invoice or create it independently of an existing order. If you copy an invoice to create an RMA, Infor LX copies only regular lines, not special lines. You can manually add special...

First3435363739414243Last

Tips:  LX | BPCS | M3

Tips: LN | Baan

Kathy Barthelt

Infor LN & Baan Tips & Tricks for TECHNOLOGY: Data Sharing Methods (Advantages and Disadvantages)

Depending on the multicompany scenario you choose, an implementation team must decide whether or not tables must be logically linked or if data must be synchronized in another way to achieve availability of data across various companies. 

There are 3 ways in which data may be shared among companies. Here are some advantages and disadvantages of each:

  1. Logical Table Linking - If two companies use the same physical data, the physical table exists, or is used, in only one company: the physical company. Each piece occurs only once: one instance of the same data. If the term logical table linking is used, users from multiple companies use a single physical instance of the data. If the company tables are on the same server, this can be accomplished by logical table linking. Access to specific data can be restricted, if required.

    • Advantages: Logical Table Linking takes place in real time; therefore, the moment a record is created or modified in one company, a record becomes available in all other linked companies as well. The setup and maintenance of logical table linking is easier than the setup and maintenance of data replication. Logical table linking is extremely reliable because this type of linking is independent of network connections and user interventions. 

    • Disadvantages: Table sharing implies that all attributes for a record are the same in all companies. Therefore, suppose you share the item table and, for a particular item in a company, the product class is XXX. In this case, in all other companies, the product class for this item must be XXX as well.

  2. Data Replication - In this situation, each company has exactly the same data, but each company has a unique copy of the data. The same piece of data exists in multiple (physical) places: multiple instances of the same data. The process to copy the data is called data replication.

    • Advantages: Rather than using table sharing by means of the logical linking of tables, you can replicate the content of tables between companies. The advantage is that, on company level, some (non-key) attributes of a record can differ by company. For example, if the bills of materials are replicated instead of shared, for each company, you can link a different warehouse to the bill of material. As a result, the bills of materials can be the same across all companies and only the warehouses differ. Using replication, you can also make only a subset of the records available in other companies. For example, if you replicate items between companies, in a sales company, for example, by means of the item group, you can only make end items available. In addition, you can replicate only a subset of items, for example, depending on the item group. Note that replication also requires that the referenced tables are replicated or shared.

    • Disadvantages: Replication is not in real time, and therefore, for processes that require real-time integrated data as the financial integration processes, replication is not an option. For replication, you also must take into account the sequence in which you replicate. First, you must replicate the child tables and then the parent tables, and therefore first the business partners and then the purchase contracts. During the replication process, the data must be frozen. This point is of particular importance if the replication process takes a lot of time.

  3. Manual Syncronization - If only a small number of records are the same between some companies, you can enter, maintain, and keep the records synchronized manually. Note that the more dynamic data is, the more difficult this process is. This solution is strictly procedural. Therefore, depending on the discipline of the users, the solution is error sensitive: data can be forgotten, updated too late, or typing errors may occur.

  • Advantages - The main advantage is the flexibility so that only the data that really must be shared can be kept synchronized. By manually keeping data synchronized, not all attributes of a record need to have the same value.

  • Disadvantages - The main disadvantage is that this method depends on user interaction. Therefore, the method depends on the user’s time - because the method is not a real time procedure and the user may forget to update the data - and users can make mistakes.

Previous Article Infor LN & Baan Tips & Tricks for EXECUTIVES
Next Article Infor LN & Baan Tips & Tricks for FINANCE: Cash Flow Statements (tfgld 0123m100)
Print
35041 Rate this article:
5.0
Kathy Barthelt

Kathy BartheltKathy Barthelt

Other posts by Kathy Barthelt

Contact author

x

Categories