To prepare your Amicus users for backup, you should ensure that each user has a correctly associated email address. The following query will indicate the email address for each user in your firm.
- SELECT
- Name,
- Initials,
- DefaultEmail
- FROM
- People
- WHERE 1 = 1
- AND ID != 0
- AND ID IN (
- SELECT PeopleID
- FROM UserProfile
- WHERE IsFirmMember = 1
- UNION
- SELECT ResponsibleLawyerPeopleId
- FROM [file]
- )
- ORDER BY
- Name ASC;
If a user is no longer with your firm, please enter the email address that they had while they were with your firm. If you cannot recall it, please use an email address such as 'JohnSmith@Test.com'.
To update users, first go to Office > Administration > User Management
Then double-click a user. Notice that there are different "Access Classes" of users. You many need to change the access class you are filtering by to find the user.
When the user pops up, click on "New" next to Communications.
And finally add a Primary email address.
Related Articles
Amicus Migrations: Preparing Matters for Export
To prepare your Amicus matters for backup, you should ensure that each matter has an associated "primary client". The following query will indicate what matters in your firm do not have associated clients: SELECT * FROM [File] WHERE 1=1 AND ID != 0 ...
Amicus Migrations: Preparing Contacts for Export
To prepare your Amicus contacts for backup, there are a few steps that you should complete first. Renaming / Removing Empty Contacts The query below will identify contacts with no names. For each contact on the list, either delete the contact or ...
Folder Migrations: Preparing Documents for Export
Unlinked File Servers Only These instructions should be followed if you have documents you would like to transfer and they exist on file server that is not linked to a practice management system. Consistently Organize Documents by Matter Over time, ...
Time Matters Migrations: Preparing Contacts for Export
Removing Empty Contacts Over the years, it is common for Time Matters to accumulate contacts that contain no information. These contacts should be removed prior to the migration. To find and remove these contacts, in Time Matters, go to your contact ...
File Server Migrations: Preparing Documents for a Postal Transfer
In the event that Faster Law will be importing documents from a file server or local computer and we need to accomplish it via a postal transfer, please do the following: Organize the data you wish for us to transfer according to the steps in this ...