Show Customer Address on Case Record and on Email Templates
Published on
December 27, 2023 at 10:12:26 PM PST December 27, 2023 at 10:12:26 PM PSTth, December 27, 2023 at 10:12:26 PM PST
Scenario
Show the Customer Address field on Case record so that it can be used in Email Templates or in System Email Templates. To resolve, a custom CRM field shall be created to show the address from Customer record on Case record. Afterwards, the field is added to the templates.
Solution
- Create Custom CRM Field
- Navigate to Customization > Lists, Records, & Fields > CRM Fields > New
- Label: Enter Label
Example: Customer Address Information - ID: Enter custeventCustomerAddressInformation
- Type: Select Text Area
- Store Value: Remove Checkmark
- Click Applies To
- Case: Enter Checkmark
- Click Sourcing & Filtering
- Source List: Select Company
- Source From: Select Address
- Click Save & Apply to Forms
- Preferred forms: Enter Checkmark
Note: This adds the field to the desired custom Case forms. - Click Save
- Update Email Template
- Navigate to Lists > Support > Cases
- Any Case record: Click View
- Click Communication
- Click Messages
- Click Email
- Email Message:
- Click Message
- Message: Enter ${case.custeventcusteventCustomerAddressInformation}
- Click Merge & Send