Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2012 07:59 AM
You can actually accomplish this without modfying any code or adding a new business rule. Just add a new field that references the user table and in the dictionary entry for the new field, set the default value field to javascript:gs.getUserID();. It will automatically pick up the user who made the comment without any extra rules.