Method: ControlCentralByAccount

Input:

  • Server URL: The Oracle Revenue Management and Billing server URL, for example http://spl-server
  • AccountId: The account ID to search for.

VB Example: Navigate to Control Central Using an Account ID

Dim nav As New CDxTAPI.CDxNavigator

nav.ControlCentralByAccountId ("http://spl-server:1000", AccountID)

Web Page Example: Navigate to Control Central Using an Account ID

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

nav.ControlCentralByAccountId (" http://spl-server:1000", AccountID)