Dictionary Override for Choice Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 07:43 PM
Is there a way to override choice table field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 09:50 PM
Hello,
Yes, You need to need to add new choices in the sys_choice table with Table=child table and add new choice labels. This will override the parent table choices on the form. For eg: The state choices on Task table can be overridden by incident state choices if we add these entries in the table=incident.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 10:41 PM
Thanks Ali. I am looking at overriding the choice table with another choice table. For example, in the parent table, I used INC's category as choices. In the child table, I would like to use another table's category choice list.