Autodesk Vault provides an engineering data management solution that ensures the integrity of design relationships and supports revision control, while SharePoint provides a simplified and familiar interface for other users within a design organization.
The Sharepoint 2010 integration is achieved with Microsoft Business Data Connectivity Services (BDC) by using Autodesk Vault Professional with Microsoft SharePoint 2010.
SharePoint users can search, list, link, and download visualization files from Autodesk Vault using the SharePoint interface.
The SharePoint site administrator can configure aspects of the Vault SharePoint integration to streamline workflows. Administrators can create Vault File Lists, configure Vault Search sites, customize search settings, and expose user-defined properties to Sharepoint.
Administrators can create and customize Vault File lists to meet their data management needs.
Create a List
Follow these steps to create a new list.
Customize a Vault List
Multiple lists may be configured with unique vault parameters.
$/FirstLevelFolderName/SecondLevelFolderName
Administrators can establish search settings and customize search sites to streamline data searches.
Configure a Search Site
You must configure a search site for Vault to be able to locate files in a vault.
Expand Display Properties and set Results.
Click Save.
At the bottom of the edit menu click OK.
At the top left click Stop Editing to save your changes.
Add Vault as a Search Source
Follow these instructions to add Vault as an alternate search source on another page in your site.
Logging
SharePoint can keep a log of Vault errors. These logs can be created by setting the Product field in the message logs to the value Autodesk Vault BCS Connector. Microsoft provides a free utility ULS Viewer that allows filtering by specific product at http://archive.msdn.microsoft.com/ULSViewer.
Follow these instructions to add Vault as an alternate search source on another page in your site.
Add thumbnails to a site to help manage data.
Add Thumbnails to Lists
If you choose to manually create a SharePoint list that accesses Vault, you must modify the aspx page containing the list. Copy and paste the highlighted section detailed below.
disable‐output‐escaping=”yes”
Troubleshoot Thumbnail Displays
When Create/Upgrade is invoked on the AdskVaultFile (shown below) the profile pages are overwritten and the thumbnails may not display properly. To restore proper display of the thumbnails the profile page XSL must be manually updated. There are a couple of methods to achieve the update. All methods require familiarity with profile pages and XSL configuration. The process outlined below requires Microsoft SharePoint Designer 2010 which is available online from Microsoft.
Click Page Expand Edit page command and select Edit page in SharePoint Designer.
SharePoint Designer opens the profile page in an edit mode. Select the Thumbnail cell.
disable-output-escaping=”yes”after “@Thumbnail”on the line that was not deleted.
The thumbnails should display now.
The Autodesk.BDCModelEditor application located in the deployment folder allows you to modify the list of Vault properties that are exposed to SharePoint. All Vault User-Defined Properties (UDPs) may be exposed in SharePoint. Here are the default properties and the display settings for list and profile pages.
See Properties Administration for more information.
File Properties | List View Columns | Profile Page |
---|---|---|
BDC Identity | ||
Category Name | X | X |
Checked Out | X | |
Checked In | X | |
Checked Out By | X | |
Comment | X | |
ControlledByChangeOrder | X | |
DateVersionCreated | X | |
File Size | ||
Lifecycle Definition | ||
Name | X | X |
Revision | X | X |
State | X | X |
Thumbnail | X | X |
Version | X |
Item Properties | List View Columns | Profile Page |
---|---|---|
BCS Identity | ||
Title (Item, CO) | X | X |
Name | X | |
Number | X | X |
Revision | X | X |
Version | X | |
State | X | X |
Comment | ||
Description (Item, CO) | X | |
Effectivity End | ||
Effectivity Start | ||
Effectivity | X | |
Property Compliance | X | |
Equivalence | X | |
Controlled by Change Order | X | |
Category Name | X | X |
Units | X | |
Last Updated By | X | |
Last Updated | X |
Change Order Properties | List View Columns | Profile Page |
---|---|---|
BCS Identity | ||
Title (Item, CO) | X | X |
Name | X | |
Number | X | X |
Number of Items | X | |
Created By | X | |
Submitted By | X | X |
Date Created | X | |
Date Modified | X | |
Date Submitted | X | X |
Due Date | X | |
Review Status | X | |
Stae | X | X |
Description (Item, CO) | X | X |
Last Updated By | X | |
Leased Until | X |
Export the AdskVaultModel.bdcm File from SharePoint
Follow these steps to export the AdskVaultModel.bdcm file from SharePoint.
Edit the BCS Model
Replace Existing Model
The modified AdskVultModel.bdcm must be reimported to SharePoint to repalce the existing model.
Repeat the steps detailed above in the sections Set Access Permission and Configure Profile Page. The new properties are available for use on existing lists but do not appear until enabled.