Creating board views

A SQL view is a stored query that joins one or more tables, resulting in a virtual table. The data retrieved by a view is not stored in the database. Instead, it is the SELECT statement that is stored. The virtual table is made up of the result set retrieved by the SELECT statement. By default, TMW Operations is provided with one view for each SQL view used in the boards.

The default dispatch views are: Trips Scroll View, Inbound Scroll View, Shift Planner Scroll, and Appointment Scheduler Scroll. They serve as templates for customized views. From these templates, you can create multiple board views to meet the different needs of dispatchers or other users. Each view can contain its own restrictions, column displays, and specific views for resource sub tabs.

If TMW Operations was opened before you created a new custom SQL view, you must close and reopen it to access the new view in the Board Setup window.

Follow this procedure to create a new board view by copying an existing view, which allows users to access a SQL view from within a board.

  1. Go to File > Board Setup.
    The Board Setup window opens.

  2. From the Board Type drop-down list, select the type of view for which you created the new SQL view.

    • For outbound views, select Trips Scroll View.

    • For inbound views, select Inbound Scroll View.

    • For shift views, select Shift Planner Scroll.

    • For Appointment Scheduler views, select Appointment Scheduler Scroll.

      Show me

      In this example, Trips Scroll View is selected. It is used for outbound planning board views.

      image2

  3. From the User Tree, select the user or user group that should have access to this view.
    A list of existing board views for the selected Board Type is shown.

    Show me

    image3

  4. Click New.
    The Create/Edit Board Definitions window opens.

    Outbound view

    Notice that the Board Type is OUTSCR, which is the board type for all outbound views.

    image4

    Inbound view

    Notice that the Board Type is INBSCR, which is the board type for all inbound views.

    image5

    Shift view

    Notice that the Board Type is SHFSCR, which is the board type for all shift views.

    image6

    Appointment Scheduler view

    Notice that the Board Type is APPSCR, which is the board type for all Appointment Scheduler views.

    image7

  5. In the View Name field, select the SQL view you want to use as a basis for this board view.

  6. In the Description field, enter a name for this view.
    It is the name that will show in the drop-down list on the board.

    Show me

    This example shows the inbound views available to the user.

    image8

  7. If you are defining an inbound view or a shift view, select the resource view for each of the sub tabs on the Planning Worksheet or Trip Planner.

    Note: You must select a view for each of the resources. In this documentation, these are also referred to as child views.

    Inbound views

    This example shows the default scroll views for resources. If you created a different SQL view for any of the sub tabs on the Planning Worksheet, select it.

    image9

    Shift views

    This example shows the default scroll views for resources. If you created a different SQL view for any of the sub tabs (child views) on the Trip Planner, select it.

    image10

  8. On the Create/Edit Board Definitions window, click OK.
    The window closes and a new data row is added to the Board Setup window.

    Show me

    image11

  9. Click Save.
    After a short period of time, the system-assigned view ID is shown in the PbcId column.

    Show me

    image12

  10. Click OK to close the Board Setup window.

Once the dispatch view is saved, you can continue with any of the following: