CtmParameters
Name: Call taking management parameters (CTM now known as INFO)
Type: Application
Modules: Info
Description: Stores parameters used to defineINFO's itinerary search. The parameters are arranged into sets.
| Field | Documentation |
|---|---|
| CtmParamSet | Name under which different parameter sets are stored. |
| ParamOrder | Order in which parameters are shown to the user. The values are hardcoded for non-step parameters. Values shown with a minus sign indicate that the parameter is part of a step set. The value indicates to which step a particular parameter value belongs, e.g., '-3' means that it belongs to step set 3. |
| ParamName | Parameter name as shown to the user. |
| ParamType | Parameter's internal type. Possible values are: CTM_DOUBLE, CTM_LONG, CTM_SHORT, CTM_STRING. |
| ParamUnit | Parameter's units. Possible values are: CTM_COUNT, CTM_ DISTANCE, CTM_ TMSPAN, CTM_STRING. |
| ParamValAsString | Parameter's value stored as a string. |
| CtmParamDescription | Parameter's more detailed description. |