Skip to main content
Planview Customer Success Center

Create Folders in SharePoint and Link to AdaptiveWork Work Items

What's New?

Create SharePoint folders using customizations in AdaptiveWork, and link the folders to Work Items in AdaptiveWork.

Note: This feature works with SharePoint Online. SharePoint On-premises is not supported.

Benefits

The new SharePoint integration feature adds functionality around automation and workflows, saving time and manual work in the business routine.

A common example of this implementation includes automatically creating a folder in SharePoint for every new Project created in AdaptiveWork, and then linking that folder to the newly created Project.

How it works

The new integration options allow for various customizations in your organization. Here are two examples.

Note: The following procedures assume familiarity with AdaptiveWork's Configurations module and functionality.

Example 1: Create a SharePoint folder for new projects

The following example describes how to create a Workflow Rule in AdaptiveWork that automatically creates a SharePoint folder whenever a new project is created. The folder in Sharepoint will be created with the same name as the newly created Project, and will be linked to the Project, making it easy to connect a related file.

1. Create the custom Workflow Rule

  1. In Settings > Configure, select the Project Work Item.
  2. Click Create New > Workflow Rule.

    360000900813_mceclip1.png
  3. Define Permissions as needed.
  4. In Set Evaluation Criteria, select to run the rule only when a condition is met. Then enter $name<>null. Here we are defining the new Project name by calling any project that has a name (not null).
    360000916194_mceclip0.png
  5. In Set Actions, select New Item to run on the CurrentObject.
  6. For NewObject, select New File.
  7. For Type, select SharePoint Doc.

    360000623454_mceclip2.png
  8. Select New Folder.
  9. In the $Folder name field, enter $Name.
  10. In the AttachTo field, enter CurrentObject(). Here we are connecting the folder to the newly created Project, so that you can add a file from the project's related items panel in AdaptiveWork.
  11. In the SharePoint parent folder field, enter the path to the folder.
    Notes:
    • Enter the full path, which includes the organization URL and SharePoint folder hierarchy. Example: 'https://companyname.sharepoint.com/Folder A/Folder B'
      Your SharePoint organization URL can be found under Settings > Extensions > Integrations > SharePoint > Site URL.
    • Some predefined folders in SharePoint have special names only visible in the URL path. For example, the Documents folder for the path should be entered as shared documents (note the space). The Photos folder for the path should be entered with a preceding Lists item in the hierarchy, like this: /Lists/Photos/...

      360000608753_mceclip1.png
  12. Click Save, and enable the Workflow Rule.

2. Create a Project

  1. Create a new Project in AdaptiveWork.
  2. The folder should be visible in the Project's Files panel.
    360000619073_mceclip0.png
    Click on the folder name to open it in SharePoint.

3. Add a file to the folder

  1. To add a new file to the folder, click Add in the Files panel.
  2. Select SharePoint, and open the folder structure. The newly created folder will appear according to the path selected in the Workflow Rule.
  3. Add a file as you would for other file upload options.

Example 2: Link an existing SharePoint folder to a Work Item:

  1. In Settings > Configure, select the Project Work Item.
  2. Click Create New > Custom Action.
  3. In Set Actions, select Existing File or Folder.
  4. Enter the full path to the folder. You can copy the URL from your browser when open at the folder location in SharePoint.
    360000609193_mceclip5.png
  5. In Set Actions, add a Name field type with the name of the folder.
    360000610333_mceclip6.png
  6. Save the Custom Action, and enable it.
  7. Open a Project and from the Custom Actions options in the ribbon, select the Custom Action you created above.
  8. The folder should be visible in the Project's Files panel.
    Click on the folder name to open it in SharePoint.