dictionary override on an extended task table column

patricklatella
Mega Sage

I have an extended Task table and want to do a dictionary override to change the reference table for the "location" field.   What do I enter in the "Reference qualifier" field to make it aim at the table I want it to reference?     thanks!

find_real_file.png

1 ACCEPTED SOLUTION

Slava Savitsky
Giga Sage

You cannot override the table being referenced. You can either change it at the base table (which will also affect all tables that extend it) or create an extra field if you want to have a reference to a different table for just one child table.


View solution in original post

5 REPLIES 5

patricklatella
Mega Sage

thanks everyone for the input...I think I need to create a custom field that is referencing my defined table of master data "locations" since this list is not technically a filtered list from the actual location table.