Forum Discussion

GaryMcDonald's avatar
GaryMcDonald
Qrew Trainee
5 years ago

Assigning User based on # of assigned records

I have a table of Records ( Claims ) that I have been assigning a User to from a User table that tracks the number of records each User has assigned to them.  I want to automatically assign the user who has the least number of records to the next record I create in the Claims table.  

For Example
Mike  74 claims
Tom   73 claims
Mary  67 claims
Jane  87 claims

The next record I create in the claims table I would like to assign Mary.

Any thoughts or suggestions on doing this?  

Thanks in advance.

------------------------------
Gary McDonald
------------------------------

8 Replies

  • How many Users do you have to manage like this? What is the key field on the Users table?

    I have a working solution if you just have a few Users, but it would take some setup (one table, two relationships, summary/lookup fields, couple formulas, and one amazing automation).

    ------------------------------
    Everett Patterson
    ------------------------------
    • GaryMcDonald's avatar
      GaryMcDonald
      Qrew Trainee
      There are 19 Users in the Table but only 7 of them are adjusters being assigned to claims.
      The key field in that table is User  ( it is a User field )

      ------------------------------
      Gary McDonald
      ------------------------------
      • EverettPatterso's avatar
        EverettPatterso
        Qrew Captain

        How are the claims added? From an Add button one at a time or do you import multiple claims at once?



        ------------------------------
        Everett Patterson
        ------------------------------
    • BabiPanjikar's avatar
      BabiPanjikar
      Qrew Assistant Captain
      Gary, 

      I would be interested to see how this solution works. I have been looking for queue based solution to manage the workload automatically using native quickbase functionality. However, still scratching my brain.

      ------------------------------
      Babi Panjikar
      ------------------------------
  • DonLarson's avatar
    DonLarson
    Qrew Commander
    Gary,

    Have you looked at Triggers from Juiced Tech?

    https://www.juicedtech.com/triggers

    It is inexpensive and very powerful.   I have all my clients sign up for it.  They have a Search feature in it that allows you look for records with certain criteria.  You would build a Formula Field that would identify Mary as the User with the fewest assigned Claims.  The Trigger would then find her record and can use that information to assign the next claim to her.


    ------------------------------
    Don Larson
    Paasporter
    Westlake OH
    ------------------------------