AppColl Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • ChristianS9906

      How to docket rescind non-publication request tasks
      General Discussion • • ChristianS9906

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      QuickBooks Integration and Retainers
      Billing Module • • DarinD8866

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • ChristianS9906

      CarryForward Field & Tasks that can modify it
      Product Requests • • ChristianS9906

      1
      0
      Votes
      1
      Posts
      18
      Views

      No one has replied

    • B

      1st RCE, 2nd RCE task types
      Product Requests • • BrandonK6644

      4
      0
      Votes
      4
      Posts
      206
      Views

      B

      @ChristianS2558 Thank you! I'll give this a try. The auto-trigggering option is what I'm looking for!

    • S

      Please fix column formatting
      Product Requests • • SadiqA2304

      4
      2
      Votes
      4
      Posts
      768
      Views

      S

      @support_appcoll Any update on this? We look at these tables every day. For what it's worth, Gemini gave me a workaround where I can create a bookmark that I can click when I view Appcoll to change the page display so that it doesn't statically truncate text, but it has to be clicked each and every time the page is loaded

      6a6e0360-aefc-4d1f-ba15-37e176a222e4-image.png

      javascript:(function(){
      /* Find all elements that have a hover title */
      var cells = document.querySelectorAll('[title]');

      cells.forEach(cell => {
      /* If the title has content and the visible text has '...', swap them! */
      if(cell.title && cell.innerText.includes('...')) {
      cell.innerText = cell.title;
      cell.style.whiteSpace = 'normal';
      cell.style.wordBreak = 'break-word';
      cell.style.height = 'auto';
      cell.style.display = 'block';
      }
      });

      /* Force the rows to expand vertically to accommodate the new text */
      var rows = document.querySelectorAll('tr, .aw-grid-row');
      rows.forEach(row => {
      row.style.height = 'auto';
      });
      })();

    • ChristianS9906

      Custom user fields enhancements
      Product Requests • • ChristianS9906

      2
      2
      Votes
      2
      Posts
      105
      Views

      gregg_appcoll

      Hi Christian - these are great suggestions. Some of which are already on our radar. We will let you know when we enhance this functionality.

    • R

      Static timer screen
      Product Requests • • RebeccaS4799

      6
      1
      Votes
      6
      Posts
      1076
      Views

      gregg_appcoll

      Hello all. You can do this by opening a tab with the Billing Timers Billing dropdown. Then move this as separate window in your browser. So you will have AppColl in one browser window and the Billing Timers in a separate window. We hope this helps.

      0b9d76a2-0157-4ac2-8feb-743e8f2885f0-image.png

    • ChristianS9906

      New fields request - ContactID
      Product Requests • • ChristianS9906

      3
      0
      Votes
      3
      Posts
      127
      Views

      ChristianS9906

      @gregg_appcoll Hi Gregg, thanks for the quick response.

      If you are going to expose the ClientContactContactID as a column, please also do so for other Contacts-based fields in Matters. That would be great!

      For the Inventors, you're correct that the Inventors CSV export does include the ContactID for the inventors. This would work for our purposes. However, I don't think we have any way to automate getting that information out of AppColl, and that's critical.

      Our current practice is to do a nightly FTP dump of our Matters, Tasks, and Contacts tables from AppColl via the Manage Report Schedules interface to take a daily snapshot of our AppColl data. We then import that data into a parallel database that we maintain internally and use for various internal systems.

      I may be mistaken, but I don't think we have the option of selecting the Inventors or Connections report types from the Manage Report Schedules interface--we can only specify a named report that we've saved, and the Connections and Inventors "types" of download are special types of report that surface data that isn't visible in a named report but which is sourced from the records in that report.

      If the Manage Report Schedules interface were to allow users to specify the "type" of report (I think only Matters, Inventions, Billing, and IDS modules have more than one "type" of report) that is to be scheduled, then I think this would allow us to access the data in the manner we need.

      If that's already possible, please let me know how to go about setting it up!

      Best,
      Christian

    • S

      New field request: {AdjustedRespondBy}
      Product Requests • • SadiqA2304

      2
      1
      Votes
      2
      Posts
      160
      Views

      gregg_appcoll

      Interesting idea - thanks. We'll pass this onto engineering.

    • S

      Allow contact objects to be added to matters as custom fields
      Product Requests • • SadiqA2304

      6
      1
      Votes
      6
      Posts
      375
      Views

      S

      @gregg_appcoll OK so to clarify, if I create a custom field "Test," configure the field for a contacts query, and set that field for a given Matter to a particular Contact, then {Matter.Test.email} will return that Contact's email address? How can I restrict the contact fields to match the current client? This is the logic I'm looking for but the syntax isn't quite right:

      275350d0-9d8b-4271-a594-7357d713f874-image.png

    • ChristianS9906

      Provide history field for various contact fields
      Product Requests • • ChristianS9906

      2
      1
      Votes
      2
      Posts
      148
      Views

      gregg_appcoll

      Hi Christian. Thank you for the suggestion. We will certainly pass this on to engineering.

    • ChristianS9906

      Earliest Benefit Date is incorrect for some cases
      Product Requests • • ChristianS9906

      2
      0
      Votes
      2
      Posts
      167
      Views

      gregg_appcoll

      Hi Christian - we opened a fix for this. We'll let you know when done. Thanks.

    • A

      Invoice Number in Settings
      Product Requests • • AshleyJ2138

      2
      1
      Votes
      2
      Posts
      183
      Views

      gregg_appcoll

      Hi Ashley - this is a good idea and something we will pass on to engineering for future consideration. We will certainly let you know of any progress made.

    • ChristianS9906

      Please limit file name length to something reasonable
      Product Requests • • ChristianS9906

      2
      0
      Votes
      2
      Posts
      155
      Views

      gregg_appcoll

      Hi Christian - we will work on alleviating this by doing some truncation. We will keep you in the loop.

    • S

      Please refine notifications
      Product Requests • • SadiqA2304

      2
      0
      Votes
      2
      Posts
      240
      Views

      gregg_appcoll

      Hi Sadiq - Thanks for the feedback. We will remove the notifications when a matter is saved. This may take some time, but it will be done.

      Thanks.

    • ChristianS9906

      Please add a "Stop Query/Revert to Previous Query" button....
      Product Requests • • ChristianS9906

      2
      0
      Votes
      2
      Posts
      233
      Views

      gregg_appcoll

      @ChristianS9906 Do you have an example that takes multiple minutes? This will help us. But we are working on this with some architecture changes.

    • N

      reset password
      Community Forum User Guide • • NicoleM7718

      2
      0
      Votes
      2
      Posts
      319
      Views

      gregg_appcoll

      @NicoleM7718 Has this been resolved?

    • A

      Tandem Got an Update!
      Announcements • • april_appcoll

      1
      0
      Votes
      1
      Posts
      178
      Views

      No one has replied

    • R

      Trademark - Date of first use / Priority date?
      General Discussion • • RobertW3688

      4
      0
      Votes
      4
      Posts
      792
      Views

      gregg_appcoll

      Hi Darin,

      Thanks for the feedback. Do you have specific suggestions about TEAS?

      Thanks,

      AppColl Support

    • J

      Corporate Finances Product Feedback
      General Discussion • • joe_appcoll

      3
      1
      Votes
      3
      Posts
      307
      Views

      gregg_appcoll

      Hi Darin,

      We are happy to have a call with you to discuss how Finances would fit in your situation. Sales will reach out to you.

      Thanks,

      AppColl Support

    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10