AppColl Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. SadiqA2304
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 84
    • Best 30
    • Controversial 3
    • Groups 0

    Topics created by SadiqA2304

    • S

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

      2
      1
      Votes
      2
      Posts
      166
      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
      395
      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

    • S

      Please refine notifications
      Product Requests • • SadiqA2304

      2
      0
      Votes
      2
      Posts
      254
      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.

    • S

      Let us choose, per-client, whether to use "ClientRef" or "AttorneyRef" in fields that are currently populated with "AttorneyRef"
      Product Requests • • SadiqA2304

      3
      1
      Votes
      3
      Posts
      405
      Views

      gregg_appcoll

      Thank you both for the suggestions. We will pass this onto engineering for consideration. We hope this helps.

    • S

      QoL request - make the Application Data Sheet form searchable with "ADS"
      Product Requests • • SadiqA2304

      2
      0
      Votes
      2
      Posts
      263
      Views

      support_appcoll

      Hi Sadiq - thanks for the suggestion. We'll certainly look into this.

    • S

      Set task background color based on TaskStatus
      Product Requests • • SadiqA2304

      2
      2
      Votes
      2
      Posts
      754
      Views

      P

      I agree. I currently use a separate spreadsheet for organizing oddball tasks. One of the main benefits of this spreadsheet over AppColl is the ability to color code the task entries so I can better view / absorb the task list. I'd love to have this ability in AppColl and get rid of this additional spreadsheet.

    • S

      Automatically generated forms should use the latest USPTO information
      Product Requests • • SadiqA2304

      5
      1
      Votes
      5
      Posts
      1185
      Views

      S

      @RichardS3059 Do you have form letters attached to automatically generated tasks that are triggered when an eOfficeAction is received?

    • S

      Improve workflow for adding Continuations
      Product Requests • • SadiqA2304

      5
      1
      Votes
      5
      Posts
      1195
      Views

      gregg_appcoll

      @AlexandreP4784 Thank you for the input. We will pass this on to engineering for their consideration.

    • S

      New field formatting code to return last word of a field
      Product Requests • • SadiqA2304

      3
      2
      Votes
      3
      Posts
      835
      Views

      S

      @gregg_appcoll Thanks, I think it's working. I'm doing Examiner {Matter.Examiner(ToTitleCase, LastWord)} to change "Examiner John A SMITH" to "Examiner Smith".

    • S

      New field formatting code to add periods after single letters
      Product Requests • • SadiqA2304

      8
      3
      Votes
      8
      Posts
      1771
      Views

      S

      @gregg_appcoll Thanks, looks like it's working. For Examiner names, I'm doing

      {Matter.Examiner(ToTitleCase, AddPeriodToSingleCharacter)}

    • S

      "Documents" tab in Matters module
      Product Requests • • SadiqA2304

      4
      1
      Votes
      4
      Posts
      1022
      Views

      S

      @mike_appcoll 😮

      This is basically what I'm asking for actually

    • S

      Set the top level folder for the matter as a default folder when adding documents
      Product Requests • • SadiqA2304

      3
      0
      Votes
      3
      Posts
      760
      Views

      B

      I'd suggest allowing the admin to select a default folder. For example, the default could be "WorkInProgress" everytime you want to upload a new document or create a form letter within a task.

    • S

      Make the Matter.Examiner field a Contact object, rather than a string
      Product Requests • • SadiqA2304

      4
      3
      Votes
      4
      Posts
      1116
      Views

      S

      @support_appcoll This helps for now. Hopefully in the near future it gets augmented into a full Contact object.

    • S

      Set "Favorite" form letters/customize form letter list
      Product Requests • • SadiqA2304

      8
      2
      Votes
      8
      Posts
      1814
      Views

      A

      Hi Sadiq, no progress yet, but we will review priorities with engineering. Thanks.

    • S

      [Meta] Have any of the product requests made it into Appcoll?
      Product Requests • • SadiqA2304

      13
      0
      Votes
      13
      Posts
      2838
      Views

      S

      @mike_appcoll nice

    • S

      Please fix column formatting
      Product Requests • • SadiqA2304

      4
      2
      Votes
      4
      Posts
      777
      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';
      });
      })();

    • S

      "Clear own locks" button
      Product Requests • • SadiqA2304

      7
      10
      Votes
      7
      Posts
      1608
      Views

      S

      @joe_appcoll Nice, thanks

    • S

      Please remove the ability to edit matter reference numbers in the Tasks module
      Product Requests • • SadiqA2304

      1
      0
      Votes
      1
      Posts
      390
      Views

      No one has replied

    • S

      New field request: {Contact.USPTORegNumComma}
      Product Requests • • SadiqA2304

      5
      -1
      Votes
      5
      Posts
      1044
      Views

      S

      @RichardS3059 I like the idea - but I'm not optimistic that Appcoll will add new syntax when it would be easier for them to add a new field. On the user side of things, learning syntax is a similar amount of effort as looking up/remembering field names is similar effort, if not more effort imo.

    • S

      New field request: Contact.FirstOrNickname
      Product Requests • • SadiqA2304

      11
      1
      Votes
      11
      Posts
      2757
      Views

      GeorgeJ4336

      Thanks. This is a great addition.

    • 1
    • 2
    • 1 / 2