May 06, 2020 06:17 AM
Hey there!
I’m working to build a base for the following use case (similar to a sales pipeline CRM):
I have a list of Vendors, who each have multiple Documents they must fill out / complete in order to move from Phase 1 to Phase 2. While the list of documents to be completed is the same for all vendors, the responses within those documents/forms will be unique.
I want to track completion rate of the unique documents for each vendor, and once all documents are completed, have the ability to move them into Phase 2. (Phase 2 will have a different list of documents necessary to be completed before graduating to Phase 3). For instance, I want to show that Miller Manufacturing has 60% of all documents completed, while Rachael LLC might only have 20%.
I’d like for there to be a view to show the details for where each Vendor is in the process, while also being able to drill down and see each document completed for each vendor.
Ex Vendors: Miller Manufacturing, Rachael LLC., Bosch
Ex Documents in Phase 1: Brand Analysis, Relationship Mapping, Vendor Projection
Here are my questions:
I think I need to have different tables for Vendors and List of Documents, but do I need to have a tab for each of the documents (ex: Brand Analysis) if I’m going to create a form to then link back to the vendor? Here’s what I’ve put together so far. I’m linking completed tasks to Vendors and each of the documents (Brand Analysis and Relationship Mapping). Would a pivot table block help here?
With how I have it set up now, I don’t have a way of showing the list of documents and check marks next to each document whether they’re complete or not. I’m hoping to have it look sort of like this:
Please let me know if this is possible and if it means I need to be linking tables or setting up my view in a particular way.
Thanks in advance!
May 06, 2020 07:18 AM
Hello @Rachael_Castelaz
Here you go: https://airtable.com/shrQbtlVRhMhowjgz
You can copy and paste this base into your account and use it as template.
Let me know how it goes !
May 06, 2020 12:57 PM
Wow! Thank you for the incredibly quick response. I have been beating my head against a wall now for a while, so this is a great start.
A few follow up questions / thoughts:
• If each vendor MUST complete ALL tasks, will I have to manually add each assigned task (in this example, I’d need to manually click 1-9. Can they auto populate?)
• This assumes that each vendor completes the documents at the same time, rather than each vendor being able to complete each document at its own pace. Likely one vendor will have more or less of a completion rate than another vendor.
• Each Vendor will need to complete all documents, but will have specific versions of that document. For Example, Vendor 1 will need to complete a brand analysis document specific to Vendor 1, while Vendor 2 will have their own version of the document. Does that mean I need to make a new tab for each specific document that must be completed (assuming the tab will contain information needed to be gathered in the Brand Analysis, etc.)?
• How do you suggest I move a vendor from one phase to another. For example, after all 9 of these documents are completed in phase 1, the vendor is ready for phase 2.
THANK YOU!
May 08, 2020 07:21 AM
Hey,
Lots of things here, will try to respond point by point:
IF({# completed} >= 9, "Phase 2", "Phase 1")