Salesforce Platform Developer I (legacy) — Question 230
A developer is asked to create a PDF quote document formatted using the company's branding guidelines, and automatically save it to the Opportunity record.
Which two ways should a developer create this functionality? (Choose two.)
Answer options
- A. Install an application from the AppExchange to generate documents.
- B. Create a Visualforce page with custom styling.
- C. Create an email template and use it in Process Builder.
- D. Create a visual flow that implements the company's formatting.
Correct answer: A, B
Explanation
Option A is correct as installing an AppExchange application can provide tools specifically designed for document generation. Option B is also correct since a Visualforce page allows for custom styling to meet branding guidelines. Options C and D do not focus on creating a PDF document that can be saved to the Opportunity record as required.