Add a custom menu in List Toolbar

Using a Feature XML file, you can add a custom menu in a List Toolbar. The following image is a sample of the custom feature.There are couple of steps to create the List custom menu bar.
  1. Create a XML file, give a name to this file, e.g. "Test.xml".
  2. Add a "CustomAction" XML Element in this file.
  3. Add following attributes to this element: "
    RegistrationType="List" RegistrationId="100" Location="ViewToolbar"
    Sequence="1000" Title="Submit to Manager" Description="Custom List Action"
  4. Reference "Test.xml" file in "feature.xml"file using "ElementManifest Location='Test.xml' " XML schema.
  5. Install and activate this feature.
  6. Create a custom list from the site. You will see the custom menu "Submit to Manager" displaying on the List Toolbar.

Comments

Popular posts from this blog

SharePoint 2016 and 2019 Ports

Clear fields based on drop-down values in PowerApps

Hide a SharePoint list field based on user group using JQuery Webservice in 2010