-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Is your feature request related to a problem? Please describe.
Defaults for some fields are very changeling and require code. Defaulting a people-picker to the current user is a common default and is a lot of work to code each time.
Describe the solution you'd like
- There are times you might want to default the current user to a people field.
- There are times you might want to default the current user's email address or display name to a text field.
- Set a field to either the user, the email address, or the display name of some other field on the record (people field as the source).
Describe alternatives you've considered
Currently, I hard-code all of this either with JavaScript or use a workflow in getting the values.
Additional context
Reactions are currently unavailable