Hiding Actions from Account 360 Billing Account View

You can use VB Studio to hide delivered actions from the Actions menu on the Account 360 screen when viewing a billing account. This screen is available in CX for Utilities Sales.

Figure 14-9 Hide Actions


This image shows where you can remove actions from the screen.

This example assumes that the reader is familiar with Account 360 and understands how to use Visual Builder. For additional information, see:

Example: Hiding the Create Lead Action Menu Item in Account 360 Billing Account View

  1. Log into CX for Utilities Sales as an administrator and navigate to Account 360.

  2. Search for a billing account.
  3. Click the menu at the top right of the page and select Edit Page in Visual Builder Studio.

  4. Select your workspace and click Select. Note that you can also create a new workspace if needed.

  5. In the App UIs panel, expand Customer Experience (CX), then expand Customer Experience For Utilities and then expand advanced-customer-care.

  6. Expand main and key-accounts and then select billingaccount-dashboard.
  7. Select the Variables sub-tab to display the constants and variables.

  8. Click on the USER_ACTION_CTRL_DASHBOARD_MORE_ACTIONS constant.

  9. On the right side of the screen, enter the following sample code in the Default Value field, which will disable the action:

    [{"id":"ACTION_CREATE_LEAD","active":false}]
  10. Preview your changes to verify that they look as you expected. This will launch a new tab with the Account 360 in the billing account view. Validate that your option is no longer available.

  11. When your changes are ready for use, complete the steps to publish your changes to your production environment.