Configure File Tooltip Text
Copy
Tooltips are configurable by an administrator, by defining a parameterized string.
To configure tooltip text for File Selector, do the following:
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes.
- Open the Document ItemType for editing.
- Select the Secure Social tab.
- Right-click the DiscussionTemplate in the Relationship grid and click Secure Social --> Open from the context menu. The DiscussionTemplate tear-off window appears.
- Click
to unclaim the template. - Click the FeedTemplate tab.
- Click the New FeedTemplate
button in the Relationship Toolbar to add a new FileSelectorTemplate in the relationship grid.
Figure 26.
Double-click the properties in the columns to modify them as required;
- Filter: Input the file type ID
- Reference: Input the file “related_id” value
- Tooltip Template: Configure the Tooltip template, for example,
Replace:
File ${File:filename} from ${ItemType:label} ${Item:keyed_name}
To:
Test File ${File:testpdf} from ${ItemType:testssvc} ${Item:pdfdoc}
- Save, Unclaim and Close the windows.
Table 8 shows the configuration options and default settings.
Table 6: Configuration options and default settings
| Type | Parameterization Options | Default Setting | Example |
| 3D Viewer with single file | Label property of container ItemType Any property of the current Item Any property of the File Filename without extension, as a calculated value | “File “ <filename_no_ext> “ from “<itemtype label> “ “ <item keyed_name> | File StepStruder from CAD Document D-24811 |
| PDF Viewer with single file | Label property of container ItemType Any property of the current Item Any property of the File Filename without extension, as a calculated value | “File “ <filename_no_ext> “ from “<itemtype label> “ “ <item keyed_name> | File Test Plan from Document D12345 |
| Image Viewer with single file | Label property of container ItemType Any property of the current Item Any property of the File Filename without extension, as a calculated value | “File “ <filename_no_ext> “ from “<itemtype label> “ “ <item keyed_name> | File Image001 from Document D35135 |