- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2017 08:42 AM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2017 08:57 AM
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.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2017 09:53 AM
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.