CtmExtraInfo

Name: Call taking management extra information (CTM now known as INFO)

Type: Application

Modules: Info

Description: Stores data about additional information displayed on various Info screens as defined by user. They are arranged into sets.

Field Documentation
ExtraInfoSet Name of the set that extra info columns are grouped by.
StartForm Screen (Form) for which this set applies: 1 = Headway wizard; 2 = Detail tab of Info-Agent screen, 3 = Times tab of Stop wizard, 4 = Details tab of Stop wizard, 5 = Lines&Stops tab of Itinerary Planning screen.
ExtraInfoType Type of extra info to be displayed: 1 = Trip; 2 = Stop; 3 = Trip & Stop.
LoginName Login name of the user who can use the extra info set. If empty, everybody can use the set.
TableName Name of a DB table that the values are extracted from.
FieldName Name of a DB table column (field) that the values are extracted from and shown.
DisplayName Header name under which the extracted values appear in the UI. The table column name is used if a header name is not created.
OrderL Order in which the column with extra info appears in UI. The L indicates that it is shown on the left side of the grid.
OrderR Order in which the column with extra info appears in UI. The R indicates that it is shown on the right side of the grid.
WidthL Width of the column with extra info that is shown on the left side of the grid.
WidthR Width of the column with extra info that is shown on the right side of the grid.