FEATURES_UPDATE.md: rewrote from scratch — was a stub from February describing only docs-writing activity. Now documents all implemented features: CLM generation stack, account/letter config metadata, eSignature browsing layer, infrastructure, and what is not yet built. NEXT_STEPS_DOCGEN.md: expanded from CLM-launch-only scope to cover the full Phase 2 eSignature envelope creation plan (tracking fields, createEnvelope approaches, persistence, UI button) and Phase 3 additional letter types. CURRENT_STATUS.md: fix two remaining absolute /home/paulh/... doc links. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| AppraiserReviewLetter_Template.docx | ||
| CLM_INTEGRATION.md | ||
| CLM_TEMPLATE_GUIDE.md | ||
| CLM_TEMPLATE_MAPPING_SNIPPET.md | ||
| CURRENT_STATUS.md | ||
| DEPLOYMENT_AND_TESTING.md | ||
| FEATURES_UPDATE.md | ||
| NEXT_STEPS_DOCGEN.md | ||
| PRODUCT_SPEC.md | ||
| README.md | ||
| SALESFORCE_SETUP.md | ||
| appraiser-llm-chat.md | ||
| design.md | ||
| document-plan.md | ||
| requirements.md | ||
README.md
Appraiser Review Letter Generator (Salesforce + DocuSign CLM)
Overview
This repo contains a Salesforce metadata project for generating appraiser review letters from Appraiser_Case__c data in DocuSign CLM, while also providing a growing proof-of-concept surface for DocuSign eSignature API workflows.
Current status
- The repo is standardized on the XML CLM merge path built around
AppraiserCasePayloadBuilder+CLMDocGenCallout. Appraiser_Case_Deficiency__cis the canonical child deficiency object used by both the UI and document generation.- Account-based DocuSign configuration lives in
CLM_Account_Setting__mdt. - The current Salesforce UI includes:
- the
Generate Review Letterquick action for CLM doc gen - the
Docusign eSignaturerecord tab for eSignature browsing
- the
- CLM generation, task tracking, file attachment, and eSignature template/envelope browsing are all implemented.
Read this first
- PRODUCT_SPEC.md: current product definition and architecture
- CURRENT_STATUS.md: implementation snapshot and current recommendations
- SALESFORCE_SETUP.md: metadata and org setup notes
- CLM_INTEGRATION.md: CLM integration details
- requirements.md and design.md: condensed companion docs aligned to the product spec
Documentation note
Older planning docs still exist, but PRODUCT_SPEC.md, CURRENT_STATUS.md, SALESFORCE_SETUP.md, and the source code are now the best reflection of the project.
Last updated: 2026-04-09