- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 10:03 AM
On our change request form we have a new field called Change Owner. The field is required. I want the Change Owner field to be set to the Created by user by default. Is there a way to do that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 10:19 AM
Kristin,
You can use either "javascript:gs.getUserID()" in the default value or dynamic default. You can manage your code better by using dynamic defaults
Thanks,
Abhinay
Please mark Helpful, Like, or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 10:15 AM
Thanks for all the fast responses !
Is there a best practice here? If I avoid the before business rule am I better off (i.e. less rules the more performant the system)?
javascript:gs.getUserDisplayName() , gs.getUserID() , or Me?
Thanks,
Kristin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 10:18 AM
i think using existing one 'Me' or javascript:gs.getUserID() is equally fine.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 10:19 AM
Kristin,
You can use either "javascript:gs.getUserID()" in the default value or dynamic default. You can manage your code better by using dynamic defaults
Thanks,
Abhinay
Please mark Helpful, Like, or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 10:14 AM
Go to the dictionary of the change owner field.
In the Default field write,
javascript:gs.getUserID()
Thanks,
Mihir