Pitch / Proposal Builder¶
Part of: ClientVerse Core (every client).
What it is¶
A workspace for assembling a pitch or proposal from material the firm has already described,
rather than rebuilding it from scratch each time. A Pitch_Proposal_Builder__c record is one
pursuit's assembly; Pitch_Element__c records are the pieces pulled into it — experience, bios,
credentials, and other reusable content.
The premise is that the expensive part of a proposal is not the writing but the finding: which of the firm's several thousand matters are the right three to cite, and who worked on them. The Builder is where that lookup pays off.
Who it's for¶
- BD assembles the proposal.
- Attorneys supply and validate the experience being cited.
- Marketing maintains the reusable content — bios, credentials, boilerplate.
How it works¶
- A builder record is created for a pursuit.
- Relevant Experience is pulled in, filtered by practice area, industry, or other classification.
- Bios and credentials for the named lawyers are added.
- Supporting firm content is attached.
- The assembled set is exported for the client-facing document.
Each pulled-in item becomes a Pitch_Element__c, so the proposal is a structured set of references
rather than a flat copy — the same experience can be cited across many pursuits and updated in one
place.
This depends on upstream quality¶
The Builder is only as good as what it can find. Two upstream dependencies determine whether it works:
- Experience must be captured. Work never described cannot be cited.
- Experience must be classified. An unclassified Experience will not surface in the filters BD searches by, so it is functionally invisible even though the record exists.
If proposals are slow to assemble, the problem is almost always one of these rather than the Builder itself.
Opportunities vs pitches¶
Pre-engagement pursuits are often tracked as standard Salesforce Opportunities under the firm's naming convention, with the Builder handling the document assembly for that pursuit. The two are complementary: the Opportunity tracks the pursuit's lifecycle and value; the Builder produces the artifact sent to the client. How your firm relates them is a process decision — see the business-process library and the Glossary.
How to use it¶
- Open the Pitch / Proposal Builder in
CV_BD. - Create a builder record for the pursuit.
- Filter Experience by the practice area or industry the pitch is about, and pull in the strongest matches.
- Add the bios of the lawyers being proposed.
- Add credentials and supporting content.
- Export for the client-facing document.
Related¶
- Experience management — the source of what gets cited.
- Classification — what makes it findable.
- Trip planning — the other half of structured BD activity.
- QA coverage:
BDV-07,BDV-08incore-bd.md.