Method: ControlCentralByPhone

Input:

  • Server URL: The Oracle Revenue Management and Billing server URL, for example http://spl-server
  • PhoneNumber: The phone number of the person to search for
  • PhoneFormat: The format in which the phone number is provided

VB Example: Navigate to Control Central Using a Phone Number

Dim nav As New CDxTAPI.CDxNavigator

nav.ControlCentralByPhone (" http://spl-server:1000 ", "(415) 357-5423", "(999) 999-9999")

Web Page Example: Navigate to Control Central Using a Phone Number

Dim nav As New ActiveXObject("CDxTAPI.CDxNavigator");

nav.ControlCentralByPhone ("http://spl-server:1000", "(415) 357-5423", "(999) 999-9999");