Rename Entry
This activity renames a Laserfiche entry. See the tokens this activity produces.
- Drag it from the Toolbox Pane and drop it in the Designer Pane.
To configure this activity
- Select the activity in the Designer Pane to configure the following property boxes in the Properties Pane.
- Activity Name
- Activity Description
- New Entry Name
- Entry to Rename
Note: If you have more than one connection profile for your workflow definition, the Connection Profile property box lets you specify which connection profile this activity will use.
Tokens for Rename Entry
The Rename Entry activity produces the following tokens.
Name | Description | Sample Syntax* |
---|---|---|
OutputEntry_Name | The new name of the renamed entry. | %(RenameEntry_OutputEntry_Name) |
OutputEntry_Id | The Laserfiche ID number of the renamed entry. | %(RenameEntry_OutputEntry_Id) |
OutputEntry_Path | The folder path of the renamed entry. | %(RenameEntry_OutputEntry_Path) |
OutputEntry_FullPath | The folder path of the renamed entry, including the entry's new name. | %(RenameEntry_OutputEntry_FullPath) |
OutputEntry_Repository | The repository the renamed entry is in. | %(RenameEntry_OutputEntry_Repository) |
OutputEntry_Server | The Laserfiche Server that contains the renamed entry. | %(RenameEntry_OutputEntry_Server) |
OutputEntry_Guid | The GUID (Globally Unique Identifier) of the renamed entry. | %(RenameEntry_OutputEntry_Guid) |
*The "RenameEntry" portion of the syntax changes to match the activity's name as specified in the Activity Name property box. Note that all non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity Standardize/Names, the syntax for the OutputEntry_Id token will be %(StandardizeNames_OutputEntry_Id).