Configure Smart Actions
Many of the options that were available in previous releases of CX for Utilities Sales are no longer options on the screen. User now access these options using the Smart Action bar in the header section of Account 360. This bar is available only when users are viewing an Oracle Fusion account, and is not displayed when viewing a billing account. Smart actions allow your users to access options that can help them manage key accounts. Examples of smart actions include:
-
Create Service Request
-
Create Lead
-
Show Contacts
-
Select Billing Account
-
View Account Hierarchy
-
View Work Queue
To make these options available in the Smart Action bar, you must set them up using REST APIs and the code samples included in the table below.
For additional information on how these Smart Actions are used, see "Using Smart Actions" in the Using Account 360 topic.
Before You Begin
-
Using the same user that is used for authentication in rest API, create a Sandbox and activate it.
-
https://<host>/crmRestApi/resources/11.13.18.05/smartActionsMetadata and replace <host> with your implementation details.
-
Use rest-framework-version 9.
-
Be aware that any new strings you add to the user interface should be translated using the User Interface Text Tool. For information, see "Tools for Changing Text" in the Configuring and Extending Applications Guide.
Smart Action Code Samples
This table provides code samples that you can use to create several Smart Actions.
Entity | Smart Action and Description | Code Sample |
---|---|---|
Accounts |
Show Account Hierarchy Opens the Account Hierarchy.
|
|
Accounts |
View Work Queue Opens the Work Queue in CX for Utilities Sales. |
|
Leads |
Edit billing accounts Opens the Edit Billing Accounts page for the selected lead. |
|
Opportunities |
Edit billing accounts Opens the Edit Billing Accounts page for the selected opportunity. |
|
Service Requests |
Edit billing accounts Opens the Edit Billing Accounts page for the selected service request. |
|
Service Requests |
View Work Queue Opens the Work Queue in CX for Utilities Sales. |
|
Parent topic: Configure the Redwood Sales Interface