Hi all,
I'm looking to roll up a set of linked records into one total linked records field.
I am building a sales CRM and have different recruiters being labeled for different phases. Below is an example of my "leads" database. All items in brackets are [linked records] to the recruiter tab, where i've build recruiter interfaces for them to interact with their current lead statuses and etc.
For example:
Prospect Lead | Recruiter Phase 1 | Recruiter Phase 2 | Recruiter Phase 3 | Total Recruiters |
Prospect 1 | [Sally] | [Jane] | [Sarah] | [Sally] [Jane] [Sarah] |
Prospect 2 | [Jane] | [Sally] | [Sally] | [Jane] [Sally] |
Right now, I can't get the "total recruiters" field to autopopulate based on linked records in phases 1, 2, and 3. Recruiters, via the interface, can select a different recruiter to be on phase 2 or 3 once past phase 1. Ideally, I want every recruiter who is in touch with a prospect to be linked in the "total recruiters" column so that recruiters can easily see all of the prospects they have, and then what phase they are assigned to within that particular prospect.
I just need a way to "rollup" the linked columns for phase 1, 2, 3 into a linked record field for total recruiters. I've been able to run scripts before to look up matching fields and return the correct linked record in a different table... so I know it's possible in theory. I've looked into automated scripting for this specific use case but I'm a beginner at JS so haven't been able to manipulate the code to do what I need.
Thanks in advance for the help!