Loading
CRM Analytics
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Bulk Actions Example

          Bulk Actions Example

          You want to add the “Create Opportunities” option in a table widget’s action menu. This action must create an opportunity for each account shown in a table widget.

          The action menu for the table widget as a "Create Opportunities" option.
          Note
          Note This widget-level action menu is different from the record-level action menu that you can access from a record.

          To keep the user informed of what is happening, the action must also display a Visualforce page that shows the progress of the following tasks.

          • The Visualforce page retrieves a list of accounts from the SAQL query used to populate the table widget. If the table widget’s results were previously filtered because of selections in other dashboard widgets, only the filtered records are returned.
            The Visualforce page says that it's querying accounts.
          • The Visualforce page creates an opportunity for each retrieved account.
            The Visualforce page says that it's creating opportunities.
          • The Visualforce page shows the opportunity created for each account.
            The Visualforce page lists the opportunity created for each account.

          To implement this bulk action, perform the following tasks.

          1. Define Action Behavior with Apex Controller Class and Methods
            Define an Apex controller class and methods that generate a list of accounts shown in the table widget, create an opportunity for each account, and return the progress of each task.
          2. Create a Visualforce Page That Executes the Action
            The Visualforce page calls the methods defined in the Apex controller class to invoke the action and provide a status on the tasks.
          3. Assign Bulk Action to Table Widget
            Configure the table widget properties to expose the bulk action defined in the Visualforce page.
           
          Loading
          Salesforce Help | Article