The TL Selector overlay is supported on both Android and Windows EazyTouch. This overlay is widely used and allows the user to specify a view that they would like to display and then see the data on the EazyTouch form in a grid format. This type of overlay requires a function area to be defined but it does not require any steps to be defined.

 

It is possible to act on the data displayed in the grid by using subroutines. Up to 5 subroutines can be linked to eachTL Selector Overlay. These subroutines are called by using a button per subroutines at the bottom of the form.

 

To build a TL Selector use the Flow step maintenance form and select the Overlay Option.

  • You will see three options
  • Select the TL Selector Radio Button
  • Select Create New Chart/Overlay function at the bottom of the form

TL Selector Overlay Functions

 

 

The rest of the configuration is done on the central tab of the form as shown below

The Ready To Use option is purely for display purposes on this form. Functions that are Ready To Use are shown as Green. 

The Function Area Name and Description are as for all other functions. The Description is what is shown to users. 

The View name is the name of the view containing the data you wish to display on the grid.  

 

 

Additional Options:

  • Post to ERP, Post Type - It is possible to post data to Syspro with a core TransLution button. It is more common for TransLution to be implemented to use a Subroutine with a Post Step. 
  • Filter by User - if you want to see data relating only to a specific user, you can put the user name into a column of the grid and select Filter by User and also define which column has the username you wish to filter by. This setting will filter the data before it is displayed on the EazyTouch screen.
  • Colour Button SP - This is the name of the Stored Procedure that will change the function area button colour red or green. This applies to EazyTouch for Windows only.
  • Full Screen Overlay Indicator - If this option is selected, the Overlay is opened without the numeric keypad panel on the RHS giving more space to the grid. 

Modifiable Columns - It is possible to allow users to enter data into only certain columns on the grid. This is where you choose which columns users can modify. 

  • Post Type - It is possible to do either Live Posting or Buffered Posting from a TL Selector Overlay.  See here for a description of the options. The Map button allows you to map XML tags to columns in your view.

 

TL Selector Specific Setup

 

 

 The next step is to define which subroutines you want to callto act on rows on the grid. These subroutines are used to do things like print labels, post data to Syspro or log changes users make to data in the grids. The central tab shows the button below.   

Subroutine Button Mapping

 

Clicking on this button will open up the Subroutine Button Mapping form as covered here 

 

 

Rules for the TL Selector view. 

There are some required columns and without them the grid will not work correctly.

  • There must be an ID (int) column.
  • If you want rows to be coloured, there should be a row called LineColour. Rows will be coloured as follows be default. Layouts can be used to define any row colours and to may colours dependent on any column value but this is a quick and easy way to define colours.

0 = white

5 = green

10 = red

15 = yellow

20 = orange

25 = pink

  • If you want to filter by user (as above) the view must contain a column with the user id (it can be called anything)
  • The number of columns allowed in the view is limited to 20. 

The Line Colour and ID columns will not be visible on the grid.

 

An example of a TL Selector Overlay along with some subroutine buttons that will be passed the selected row IDs is shown below.