- I am attempting to generate an email (on profile criteria) with the email template containing the user being added/changed. Instead the name of the person making the change is being sent, not the User who has the profile addition/change.
The email template:
A new SFDC account has been created for {!User.FirstName} {!User.LastName} with a profile of {!User.Profile}.
Is it possible to report on the User and profile being added/changed? _ As noted, these above fields are returning the person who made the update to the User, not the User itself.
답변 7개
Found out from SFDC Support -->
The feature Workflow for the User Object is currently on Beta Status and one of the limitation that it currently has is that “Receiving User” merge fields in emails are not currently supported and will return NULL.