Several email notifications across different tables share the same wording, and an administrator is deciding whether to move that wording into an email template. Which TWO statements about email templates are correct? Select TWO.
- AOne template can be referenced by several notifications, so a change to the shared wording is made once and takes effect everywhere that template is being used. Correct
- BA template holds the recipient list for the message, so the users and groups named on the notification record are replaced as soon as a template is attached to it.
- CEvery notification must reference a template, because a subject and message typed directly on the notification record are ignored when the outgoing email is assembled.
- DVariables in a template resolve against the record that triggered the notification, so values from that record appear in the subject and body of the message sent. Correct
- EEditing a template rewrites the wording of messages already sent from it, because each sent email retains a live reference back to the template record it was built from.
Why A is correct: Reuse is the reason templates exist, and because each notification holds a reference rather than a copy, a single edit reaches every message built from it.
Why B is wrong: It is tempting because the template supplies so much of the message, but a template governs content only, and the audience is still resolved from the notification record.
Why C is wrong: It is tempting because templates are the recommended pattern for shared wording, but a notification may carry its own subject and body, and a template is optional.
Why D is correct: Templates are evaluated in the context of the triggering record, which is what allows one stored piece of wording to produce a specific message for each record.
Why E is wrong: It is tempting because the reference model does propagate future changes, but the outgoing message is rendered once at send time and stored as fixed text.