Skip to main content

Return to TX Community

Liaison

Working in Salesforce Lightning and TargetX

Creating a Lightning Menu

Note: You can not update existing Classic(Managed) apps because Custom Apps that are managed only allow edit on certain attributes.

  1. Navigate to Setup, search for Apps, and click App Manager.
  2. Click New Lightning App.
  3. Enter the following:
  • App Name
  • Developer Name (will default based on App Name).
  • Description
  • App Branding (image, color, etc.)
  1. Click Next.
  2. Select the App Navigation options: standard or console
  3. Add a utility bar for common processes and tools, like Recent Items, Notes, etc.
  4. Customize which items appear in the app’s navigation bar.
  5. Select the Profiles that have access to this App.
  6. Click Save & Finish.

Accessing Classic email templates in Lightning

  1. Navigate to Setup and search for Global Action.
  2. Locate the Email action (use the one named Email from the TargetX Recruitment Manager package). You can click into each one to see the details.
  3. Click the Layout button, add the Email Template field to the layout.
  4. Save your changes.
  5. Ensure the page layout is assigned to those Profiles that need to access Classic email templates.


For additional information on Classic Email Templates, please see the Salesforce Help & Training article: Considerations for Using Your Classic Email Templates in Lightning Experience.

Customizing your Salesforce Lightning Home Page

  1. To begin to customize your Home Page, you'll first need to be using the 'Lightning Experience'. You can switch by selecting the 'Switch to Lightning Experience' link:

 Switch to Lightning option

  1. Navigate to the Home tab in your Org.
  2. Navigate to the Setup menu and select Edit Page; this opens the Lightning App Builder

Edit page option in Lightning App Builder

  • Pages will display the most recently updated pages.
  • Back button takes you back to the Home page, this does NOT save your work; it will exit from the App Builder.
  • The left-side pane will display Lightning components that you can use; including both Standard and Custom Lightning components.
  • ​You have the option to add Dashboards, Report Charts and shortcuts to specific List Views.
  1. Hover over the component and drag and drop it to add it to the page. Depending on the component, additional elements may display in the right-side pane (for example, 'List View').

  • To remove a component, click on the component and then select the X in the upper right of the component.
  • To move items, click on the component and drag it to the new location.

Note: If you add too many items to a page, you will receive a notification from Salesforce. For example: "Too many List View components on one page can cause page perfomance issues. Use them sparingly."

You can define additional details for List Views added to the Home Page. List views allow you to select:

  • Object
  • Filter
  • Number of records to display
  • Hide the Action Bar
  • Enable inline edit

For Dashboards added to the Home Page, you can select:

  • Which Dashboard to display
  • Max Height
  • Whether to hide the dashboard if an error occurs. 

Note: Select the i icon for additional information on each option.

  1. Save your changes.
  2. Activate the changes.

When you finish configuring your new Home Page, you will need to Activate it in your Org. Activation allows you to set an org-wide default OR to set the home page for specific profiles. TargetX recommends that you begin with an 'Org-wide default' for your pages as this creates a seamless experience. You can define profile-specific pages as you increase your use of the CRM. 

Set Component Visibility allows you to define which audience sees the component. For more information on Component Visibiity, please see Salesforce Help & Training article "Dynamic Lightning Pages."

Customizing your Salesforce Lightning Contact Page

There are two components of the Contact (Students) page that you'll want to customize; the Page and the Page Layout:

  1. To begin to customize your Contact Page, you'll first need to be using the 'Lightning Experience'. You can switch by selecting the 'Switch to Lightning Experience' link.
  2. Navigate to the Contact tab in your Org.
  3. Navigate to the Setup menu and select Edit Page; this opens the Lightning App Builder

Edit Page option in Lightning App Builder

  1. You may want to remove the News tab, as it's included by default but may not be useful for Higher Education institutions:

    • To REMOVE the News tab, click on the element and in the right-hand pane, select the X to delete:

Removing the News tab

  1. Click on the element you want to customize.
  2. To change the order of the tabs, drag and drop the tabs in the right-hand pane.
  3. To set the default tab, select the Default Tab list and select one of the available tabs.
  4. ​Included by default is the Salesforce Potential Duplicates component. If you are using a third party tool to detect potential duplicates, TargetX recommends that you REMOVE this from the page layout as it can lead to confusion for users. To remove, click on the component and then select the X.​
  5. If you aren't using Chatter, you can also remove that from the right column in the Page. To remove, click on the component and then select the X.


To embed the Activity feed into the main window, select the element where you want to add:

  1. Select Add Tab in the right-hand pane
  2. Select Activity
  3. Click on the new tab and drag and drop the Activity component onto the new tab.


To customize the Contact Preview/Highlights section:

  1. Click on the section. The right-hand pane will display the options, which comes from you Compact Layout and Actions on your Page Layout.
  2. You can preview the System Default layout by clicking on the link, or view your Custom Compact Layout.
  3. To change the Compact Layout, click Assign Compact Layouts. This will open a new tab where you can review/update Compact Layout assignments.​
  4. Save your changes.
  5. Activate the changes. Activation allows you to set an org-wide default OR to set the home page for specific profiles. TargetX recommends that you begin with an 'Org-wide default' for your pages as this creates a seamless experience. You can define profile-specific pages as you increase your use of the CRM.
  6. Set Component Visibility allows you to define which audience sees the component. For more information on Component Visibiity, please see Salesforce Help & Training article "Dynamic Lightning Pages".

Replacing S-Controls for Lightning compatibility

There are three places where  S-Controls need to be updated to VF pages because the S-Controls don't work properly in Lightning: Contact, Campaign, and Broadcast.

Update CONTACT Page Layout

  1. Navigate to Setup and search for Object Manager.
  2. Select the Contact object (This could also be named 'Student').
  3. Select Page Layouts.
  4. Select Edit for the Contact Page Layout (This could also be named 'Student Page Layout').
  5. Remove the Custom S-Control 'Individual Activity Report'
  6. From the page layout palette, select the Visualforce Pages group.
  7. Select the ind_activity_contact_vf visualforce page and drag it onto your page layout
  8. Click on the wrench icon.
  9. Click the checkbox for Show Scrollbars.
  10. Click Ok.
  11. Save your changes.
  12. Repeat for any other Page Layouts where you want this information to display.

Update CAMPAIGN Page Layout

  1. Navigate to Setup and search for Object Manager.
  2. Select the Campaign object.
  3. Select Page Layouts.
  4. Select Edit for the Campaign Page Layout.
  5. Remove the Custom S-Control 'Campaign Intelligence Report'.
  6. From the page layout palette, select the Visualforce Pages group.
  7. Select the campaign_intelligence_vf visualforce page and drag it onto your page layout.
  8. Click on the wrench icon.
  9. Click the checkbox for Show Scrollbars.
  10. Click Ok.
  11. Save your changes.

Update BROADCAST Page Layout

  1. Navigate to Setup and search for Object Manager.
  2. Select the Broadcast object.
  3. Navigate to the Page Layouts section.
  4. Select Edit for the Email Broadcast Layout (This could also be named expEmail_Broadcast Layout).
  5. Remove the Custom S-Control 'Campaign Intelligence Report'.
  6. From the page layout palette, select the Visualforce Pages group.
  7. Select the broadcast_intelligence_vf visualforce page and drag it onto your page layout.
  8. Save your changes.
  • Was this article helpful?