Popular Articles
Working with Systems that Prevent Credential Sharing
Some applications prevent credential sharing by disconnecting a user from all other locations when they sign in. When working with a system that does not allow login sharing, special care must be taken so that a user does not inadvertently log in and ...
If a task is related to an archived matter, mark it as complete
The following will mark all tasks that are related to a closed/archived matter as Complete. --The client has a bunch of tasks related to archived matters. --These tasks are NOT follow-ups and they NEVER intend on completing them. --The client would ...
Linearize Notes
Some systems support note comments(notes-on-notes). On systems like this, you might see notes organized as follows: |-Matter ABC.001 +-Note 1 (2021-01-01) +-Note 2 (2021-01-02) +-Note 2A (2021-01-04) +-Note 2B (2021-01-05) +-Note 2C (2021-01-06) ...
Tasks: Append Assigned To and Completed By to Descriptions
The script below will append the text 'Assigned to User: {firstName lastName}' and 'Completed by User: {firstName lastName}' to the end of the task description in cases where the users Email address was changed on the __M_Users table as a result of ...
Notes: Add Creator Information to the Body
The script below will append the text 'Created By: {firstName lastName}', 'Created on behalf of: {firstName lastName}', and 'Updated by: {firstName lastName}' to the end of the note description in cases where the user's Email address was changed on ...