Actions

Add Customer Column in Routes

Revision as of 17:55, 30 January 2023 by Nicole Tan (talk | contribs) (Created page with "{{DISPLAYTITLE:Add Customer Column in Routes}} {| class="wikitable" |- |rowspan="3"|This article applies to: |'''Product''' |'''Version''' |- |Tmedia |2.9, 2.10, 3.0, 3.2 |- |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 3.0, 3.1

1- Click Routes in the navigation panel.

2- Click Create New Route Column on the static routes page.


3- Create a New Route Column: enabled_route_retry.

  • Enter a name for the column
  • Name: enabled_route_retry
  • Type Attributes: YES|NO
  • Default: YES

File:Add enabled route retry 0.png

File:Add enabled route retry 1.png


Path

/configurations/@[configuration_name]/route_columns/@[route_column]

Parameters (text)

/configurations/@[configuration_name]/route_columns/@[route_column]
default_value   = ""
name            = "@[route_column]"
type_attributes = "text"

Parameters (json)

{
  "default_value" : "",
  "name" : "@[route_column]",
  "type_attributes" : "text"
}