- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016 05:38 AM
I'm trying to do a dictionary override and maybe I'm attacking it the wrong way. We have an extended table from the task table. I'm trying to override the default value (which is actually blank with a new ticket). I'm creating an override on the base table of task on the u_triage table, setting the override default value to "ME" (which is what it would be with a dynamic). I'm getting nothing in the field though, not even a static "me" (which honestly, is what I would expect to show up there). How can I set the override to be dynamic on this (or will I need to make the default value dynamic on the base table and override all the other extended tables to remove the dynamic)?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016 05:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016 05:39 AM
Use the default value:
javascript:gs.getUserID()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016 05:42 AM
Fantastic. That worked perfectly.