Create locations using AppendLocations.exe
Who is this article for?Ideagen Mail Manager Administrators that want to automate the adding filing locations from an existing project creation system.
Ideagen Mail Manager must be installed.
At the time of setting up a new project via an Enterprise Resource Planning (ERP) or Document Management (DM) system, a call can be made to run Ideagen Mail Manager.AppendLocation.exe with a number of parameters. This will append a new filing location for the project to a specified collection file.
The Ideagen Mail Manager.AppendLocation.exe can be found in the Ideagen Mail Manager installation folder e.g.
C:\Program Files\Mail Manager\Support
or
%localappdata%\Mail Manager\Program Files\Support
Required parameters
-
Path to Ideagen Mail Manager.AppendLocation.exe
-
Collection file path
-
Location folder path
-
Location description
In Use
As a new project is created run a script (e.g. using Shell execute) that calls the Ideagen Mail Manager.AppendLocation.exe with the required parameters e.g.
File system example:
“C:\Program Files\Mail Manager\Support\MailManager.AppendLocation.exe“ “x:\Mail Manager Config\Projects.mmcollection” “x:\Projects\2019\1234-00” “Project Description”
SharePoint example:
“C:\Program Files\Mail Manager\Support\MailManager.AppendLocation.exe“ “https://mailmanager.sharepoint.com/sites/Ideagen Mail Manager/Shared%20Documents/Projects.mmcollection” “https://mailmanager.sharepoint.com/sites/Projects/2019/1234-00” “Project Description”