Back button image

How do I install and set up GoTo Meeting for Salesforce as an admin?

GoTo Meeting for Salesforce Classic provides a means of managing your meetings in your CRM. You can schedule, update, start, or cancel meetings directly from a contact page in Salesforce which lets you and your team keep future and past meetings linked directly to your contacts. Meeting history created in Salesforce is synchronized automatically on a nightly basis.
You can perform a test install for admins, install the package for all users, or install the package for selected Salesforce users. The admin installation consists of the following sections in this article.

Install the app

  1. Open the GoTo Connect Integration in the Salesforce AppExchange and select the type of install you want to complete.
    Note: If you want to make the installation accessible only to a specific user type, select Install for Specific Profiles. You can also set individual user permissions at any time after installation. If you choose to install for specific profiles, a list of user profiles will display. Select the profiles you want to give permission to and set each user to Full Access.
  2. Select Install.
  3. Grant approval for GoTo Meeting to access your organization's Salesforce data and then select Continue.
  4. Approve third-party access and then select Continue.

    Result: You will see a progress update and a message letting you know that you will receive an email when installation is complete. Select Done to exit the message.

What to do next: Check your email inbox for a "Package Successful" email. You will be redirected to a Installed Packages page in Salesforce. Make sure GoToConnect Integration is in the list of installed packages.

Add start/schedule buttons

  1. From Salesforce, select Setup and then search for Leads.
  2. Select Build > Custom > Leads > Page Layouts.
  3. Select Edit next to "Lead Layout" and then select the wrench icon above "Open Activities".
  4. From the Properties pop-up, expand the Buttons section.
  5. From the "Available Buttons" column, select GoTo Meeting Now and New GoTo Meeting and then select Add to move them to the "Selected Buttons" column.
  6. Select OK to save the layout.
  7. Go back to the lead detail page and verify that both buttons are under the "Open Activity" section.
  8. Under "Lead Layout", select Save to save the layout. Repeat steps 1 through 8 for Opportunities and Contacts.

Add activity buttons to edit/delete sessions

  1. Search for Event and select Event Buttons and Links or select Build > Customize > Activities > Event Buttons and Links.
  2. Select Edit Buttons and Links and then Edit.
  3. Select the Visualforce Page under "Salesforce Classic Override" and then select EditButton from the drop down list.
  4. Select Save.
  5. Repeat steps 1 through 5 for the Delete buttons.
What to do next: Set up user permissions, data sharing between the applications, and delete any unnecessary meeting record types.

Schedule an Apex class (admins only)

Once existing users have upgraded to the latest Salesforce version, an admin must schedule an Apex class.
  1. Make sure you are a system admin with "GTM Permission" set.
  2. Search for and open Apex classes.
  3. Select Schedule Apex on top of the "Apex classes" table.
  4. Set the form values to the following:
    • Job Name: GTM Schedule Fetch Session
    • Apex Class: ScheduleSessionSync
    • Schedule Apex Execution: enter the start date/time of this process
  5. The scheduled process will start running at the entered start date/time and will execute every 60 minutes depending on the set settings.
  6. To verify it was correctly created, open the Jobs drop-down list under "Environments" in the left menu and select Scheduled Jobs.