override dictionary with a dynamic default

mfergel
Kilo Expert

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)?

find_real_file.png

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Use the default value:



javascript:gs.getUserID()


View solution in original post

2 REPLIES 2

Chuck Tomasi
Tera Patron

Use the default value:



javascript:gs.getUserID()


Fantastic.   That worked perfectly.