Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Configuring the Send To Actions

    If you are working with Primo VE and not Primo, see Configuring the Actions on the Display Pages for Primo VE.

    The Actions List mapping table allows you to configure the following aspects of the Send To Actions list, which displays for each record on the Brief Results and Full Display pages in the new and classic UIs:
    • Enable/disable actions in the Actions list for the classic and new UIs. The following figure shows the Actions list on the Brief Results page in the classic UI.
      ActionsListClassic.png
      Send To Actions in Classic UI (Brief Results and Full Display)
    • Set the order of the actions in Actions list for the classic and new UIs. The following figure shows the Actions list on the Full Display page in the new UI.
      ActionsListNew.png
      Send To Actions in New UI (Full Display)
    • Specify the up-front actions, which display on the Brief Results page in the new UI only. The following figure shows the up-front actions on the Brief Results page in the new UI.
      ActionsListUp-Front.png
      Up-Front Actions in New UI (Brief Results)

    The PushTo Adaptors mapping table defines a URL for each of the Send To actions. Hosted and local Primo customers are permitted to add new adaptors for the classic UI only. For more information, see PushTo Adaptors.

    Using the Actions List Mapping Table

    The Actions List mapping table allows you to configure the Send To actions at both the institution and view levels.

    To configure the Send To actions:
    1. On the Advanced Configuration page (Primo Home > Advanced Configuration), select All Mapping Tables to open the Mapping Tables page.

    2. Select Front End from the Subsystem drop-down field and Actions List from the Table Name drop-down field.

    3. Edit the Actions List mapping table.

      ActionsListMT.png

      Actions List Mapping Table
    4. If you haven't already customized the mapping table, click Customize.

    5. Select the Enabled check box for each action that you want displayed in the UI. If you want to hide an action, clear its check box.

    6. Use the Order field to specify the order of the actions in the UI. In the new UI, the items are ordered from right to left.

    7. For the new UI only, use the Up-front Actions drop-down list to specify the three actions that you want to appear in the Brief Display of a record.

    8. From the View field, select a specific view name or default if you want the setting to apply as the default setting for all views.

    9. Click Save.

    10. Deploy your changes to the UI.

    Using CSS to Hide Actions in the Classic UI

    Primo allows you to hide unused Send To actions (except for the add to e-Shelf action) in the Front End.
    Hosted and SaaS customers must use the File Uploader tool or the Customization Package Manager to upload CSS files to the server.
    The following class has been added to control the display of Send To options in the Action drop-down list in the Front End.
    .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendTo$ <adaptor identifier> {display:none}
    The {display:none} parameter hides the specified <adaptor Identifer>, which is defined in the Pushto Adaptors mapping table.
    To hide the Send To actions:
    1. Log on to the Back Office server as the primo user.
      Instead of accessing the server directly (as shown in steps 1 and 2), it is recommended to use the File Uploader utility (see The File Uploader Tool) to manage and publish CSS changes to the Primo Front End UI.
    2. Enter the following commands to access and open the CSS file that is used to customize your view:
      fe_web
      cd css
      vi <custom_css>.css
      It is not recommended to modify the default Primo CSS, which can be overwritten during updates. For more information regarding the customization of Primo views, see the Primo Technical Guide.
    3. Add the following lines to your localized CSS file to hide the Send To actions:
      • Email:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToMail {display: none;}
      • Print:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToPrint {display: none;}
      • Permalink:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToPermalink {display: none;}
      • Citation:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToCitation {display: none;}
      • EasyBib:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToEasyBib {display: none;}
      • EndNote:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToEndNote {display: none;}
      • RefWorks:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToRefWorks {display: none;}
      • Delicious:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToDelicious {display:none;}
      • Export RIS:
        .EXLTabHeaderButtons ol.EXLTabHeaderButtonSendToList li.EXLButtonSendToRISPushTo {display: none;}
    4. Save the changes to the CSS file.
    5. On the Primo Home > Deploy All page, select all options and click Deploy.

    Enabling the Social Media Apps for the Share Export Action

    The Share Action Configuration mapping table (Primo Home > General > Mapping Tables) allows you to enable/disable the social media apps that appear for the Share action. In addition, you can configure the order in which they appear. For more information on using mapping tables, see Mapping Table Reference.

    PRM_ShareActionConfigurationMT.png

    Share Action Configuration Mapping Table