Tokens for Move Entry Activity
This activity produces the following tokens:
| Name | Description | Sample Syntax |
|---|---|---|
| OutputEntry_Name | The name of the moved entry. | %(MoveEntry_OutputEntry_Name) |
| OutputEntry_Id | The Laserfiche ID number of the moved entry. | %(MoveEntry_OutputEntry_Id) |
| OutputEntry_Path | The folder path of the moved entry. | %(MoveEntry_OutputEntry_Path) |
| OutputEntry_FullPath | The folder path of the moved entry, including the entry's name. | %(MoveEntry_OutputEntry_FullPath) |
| OutputEntry_Repository | The repository the moved entry is in. | %(MoveEntry_OutputEntry_Repository) |
| ParentFolder_Name | The name of the folder the entry was moved into. | %(MoveEntry_ParentFolder_Name) |
| ParentFolder_Id | The Laserfiche ID of the folder the entry was moved into. | %(MoveEntry_ParentFolder_Id) |
| ParentFolder_Path | The folder path of the folder the entry was moved into. | %(MoveEntry_ParentFolder_Path) |
| ParentFolder_FullPath | The folder path of the folder the entry was moved into, including the folder's name. | %(MoveEntry_ParentFolder_FullPath) |
| ParentFolder_Repository | The repository that contains the folder the entry was moved into. | %(MoveEntry_ParentFolder_Repository) |
| Created Parent Folder | Whether the Move Entry activity created the folder the entry was moved into. This token can have one of two possible values: True or False. | %(MoveEntry_Created Parent Folder) |
The "MoveEntry" portion of the syntax changes to match the activity's name.
Note: All non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity "Transfer to ~Sales_Top~", the syntax for the OutputEntry_Id token will be "%(TransfertoSales_Top_OutputEntry_Id)".