Integration with Other Applications > Creo Parametric – Windchill Integration > Administration and Configuration > Configuring Windchill for Interoperation with Creo Parametric > Managing Secondary Content > Attaching Secondary Content
  
Attaching Secondary Content
Manually Attaching Files Using Edit Attachments
From an information page, you can access and edit attachments (secondary content files) of CAD documents or dynamic documents. Typically, you use Edit Attachments to remove any stale secondary content, or, in the case of CAD documents, to attach an additional file (of a type recognized by the CAD application), that cannot be added in a CAD session.
* 
The CAD document or dynamic document must be checked out, or be an uploaded or local cache object for you to be able to edit the attachments.
On the information page for a checked out CAD document or dynamic document, select Edit Attachments from the Actions menu. The Edit Attachments page appears, listing the current attachments of the object in an Attachments table displaying the following information:
Column
Description
File Name
Displays the name of the attachment file
Status
Displays whether the content is up-to-date with the attributes, links, and primary content of the CAD document or dynamic document
Download Automatically
Displays the current setting of whether to download the attachment file when the primary content file is downloaded (not applicable for dynamic documents)
Category
Displays the category of the attachment content, and decides the behavior of the file as the primary content moves through the stages of development
File Size
Displays the size of the attachment file
Last Modified
Displays the time and date at which the attachment file was updated
Modifier
Displays the username of the last user to modify the attachment file
Deleting an Attachment
To delete an attachment, select the check box for its row and click Delete.
The attachment is removed from the Attachments table.
Adding an Attachment
To add an attachment:
1. Click Add Attachment.
The Add Attachment page appears.
2. For the File field, either enter the path to the file you want to attach
—or—
Click Browse to use the Open window to navigate to the attachment and click Open.
The path to the attachment appears in the textbox.
3. In the Category field, select a category type for the attachment. If you do not select a category, the default category is assigned.
* 
The category assigned to an attachment is important for determining the following:
Whether the attachment becomes outdated when primary content or attributes are modified
Whether the attachment content is downloaded when the primary content is downloaded
4. Click Apply to add the attachment and remain on the Add Attachments page
—or—
Click OK to add the attachment and return to the information page with your newly attached file listed in the Attachments table.
Automatically Attaching Files Using Autoattach Rules
An administrator can specify files that the system automatically attaches to a supported model’s CAD document. This functionality assumes that the name of these related files is not random, and is based on the main model’s file name. The following file specifications are defined:
Extension of the file to be automatically attached
Existing category for the file
New category:
Behavior for downloading attachments of this type
Validity of the attachment after the primary content is modified is also defined by the attachment
A pattern-matching string to find the name of the additional content.
By default, no automatic attachment settings are defined; these settings are set by the user. Automatic attachment preferences can be set in the WindchillPreference Management utility from all locations – Sites, Products, Projects, or Organizations.
To define the automatic attachment settings:
1. In Preference Management > Workgroup Manager Client, configure the autoattach preference, Upload CAD/Dynamic Document and Attachment Filter.
The Upload CAD/Dynamic Document and Attachment Filter preference allows you to configure the content that is uploaded as additional content of a model. Using this preference, you specify the triplets that are used to determine what to autoattach.
The elements of each triplet are:
CAD/Dynamic Document Type – the name pattern used to find the CAD / Dynamic Document to autoattach to on upload
Attachment file type – The file name pattern for the file to autoattach
Content Category - the category with which to autoattach
The value of this preference is a string created by concatenating a series of the mentioned triplets in the form:
[CAD/Dynamic Document Type],[Attachment file type],[Content Category];
[CAD/Dynamic Document Type],[Attachment file type],[Content Category];...
The upload parameters are case-sensitive. Wildcards can be used in the [CAD/Dynamic Document Type] pattern to specify which CAD/Dynamic Documents to autoattach. The same wildcards can be put in the [Attachment file type] pattern to use similar names to specify the files to autoattach. Valid wildcard characters are: *, and &.
In an environment where multiple authoring applications are used, it is recommended to specify this preference value for particular authoring applications, not the general value, for example:
*.CATProduct,*.CATProcess,MANUFACTURING;*.CATPart,*.CATAnalysis,ANALYSIS_INPUT
This string specifies that any CATProduct or CATPart found in the CAD Document upload list should be autoattached to any CATProcess or CATAnalysis found with same name as the CAD document in the upload.autoattach.searchpath
preference (see the following information). Any CATProcess or CATAnalysis thus found are attached with the MANUFACTURING or ANALYSIS_INPUT content category to CATProduct or CATPart, respectively. The content category name must be a name recognized by Windchill.
2. In Preference Management > Workgroup Manager Client, configure the search path preference, Search Path for Automatically Attach Files on Upload. This preference specifies paths on disk, separated by a semicolon (;).
Defines attachments to be searched for that are to be automatically added to a CAD/dynamic document upon upload.
The order of the paths in the preference determines the order in which the directories are searched.
You can use environment variables in the search path, specifying the environment variable as ${environment variable name}.