Identifying XML file name
First, you should know the name of a screen you want to change and a container name the screen belongs to. To find out the screen XML file name and its location:
- Log in to Billing.
- Open the screen that name you want to know.
-
Open mouse right-click menu in the respective frame. Select This Frame > View Frame Source command.
Note: Billing control panel comprises three frames. For details, refer to the Provider Control Panel Layout section of this guide.
- Find
this_window_name
string in the window that opens. -
You will see the string like this:
name="this_window_name_<container_name>" value="<screen_name>"
.
For example, the service plan view screen name is name="this_window_name_BM" value="Plan_GetWin"
, where BM
is the container name and Plan_GetWin
is the screen name. Respective XML file is the ~bm/conf/wnd/BM/Plan_GetWin.xml
file which is located on the bss-www pod.