View Modeler (tlvwm0601m000)

Use this session to model views that can be used to drill back and drill to LN.

This session is composed of these sessions:.

  • View Model GBF (tlvwm0701m000)
  • Properties (tlvwm0101m100)

You can view the standard and customize standard views, and define your own custom views. You can export the standard content and custom content using XML files. You can also import content into the view modeler.

The session contains a navigation tree on the left and a properties pane on the right.

For details about the View modeler, see the Infor LN Integration Guide for Infor ION Workflows and Monitors.

View set

The view modeler has a standard set and a custom view set. A view set consists of several views.

Views of the standard view set are loaded using LN code.

Views of the custom view set are loaded using the LN tables in the vwm module of the tl package. Data is stored in company 000.

The View modeler tables are:

  • tlvwm001 (View Sets)
  • tlvwm002 (Views)
  • tlvwm003 (View Parameters)
  • tlvwm004 (View Sessions)
  • tlvwm020 (View Set by Package Combination)

The standard view set is available in an LN library, which means that a standard view set is applicable for a package combination. For the custom view set, you can specify a list of applicable package combinations in the View Set by package Combination (tlvwm0120m000) session.

A view set can be exported and imported. You can export a complete view set or export a view set for ION, which means only the views and parameters are selected.

When the view modeler session is started, the standard and the custom view sets are loaded to a single xml file, which is in the view modeler session.

View

A view includes parameters and sessions. The view and parameters must be specified by applications external to LN that must drill back or drill to LN.

A view can be simulated. The view parameter value must be specified. Optionally, the logical ID can be specified; if it is not specified, the current company is used. The simulate button starts the session for the specified view parameter value.

Parameter

View parameters can be composed and be decomposed to its elements, which are called calculated parameters.

An example of a composed parameter is AdjustmentOrderNumber of the AdjustmentOrderView. LN publishes InventoryAdjustment BODs for adjustment orders and for cycle counting orders. For cycle counting orders, the order number is concatenated with the count number, order number_count number.

You can specify the decompose function tcbod.dll0003.decompose.adjustment.order.number to decompose the view parameter AdjustmentOrderNumber to the calculated parameters Source (“CycleCount” or “Adjustment”), OrderNumber, and CountNumber.

Sessions

For a session, you can specify the session code, mode, condition, and filter.

Name Description
Mode The start mode for the session and can be SINGLE_OCC, MULTI_OCC, or MULTI_OCC+MODAL
Index The initial index of the started session.
Condition Specifies the parameters values to start the session.
Filter The filter specifies which data filter to apply when the session is started.

The view modeler sets the WHERE clause extension that is used to start the session. A Check button is available to test the conditions and filters for the correct syntax.