Question

I am using SharePoint Designer 2013 to edit a list page. I am hoping to add a button to the List Item Menu which will run a script, editing the item.

The only options displayed are "Navigate to form", "Initiate workflow", and "Navigate to URL."

I have seen posts referencing the code behind a custom action which is accessible in Visual Studio. Is there any good way of making a Custom Action run a script without having to install and configure Visual Studio?

Was it helpful?

Solution

You can bind a Custom Action to a SharePoint Designer workflow, which will then edit the item for you. You can either allow users to enter in their own info in the workflow initiation form for use in the workflow, or allow the workflow to determine what info to put.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top