- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 05:02 AM
On the sys_user_group table we recently created a custom field called 'Display Name'. To make the group names more understandable to the users.
On the case form we currently have a reference field called 'assignment group', which references the sys_user_group table. This 'assignment group' field currently displays the value from the 'Name' field on the sys_user_group table. How can we configure it so that the 'assignment group' field displays the value thats actually in the 'Display Name' field?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 05:11 AM
Hi Daniel Ryszka,
Go the dictionary of your custom field and change the value of "display" field to true and make it false for the name field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 05:11 AM
Hi Daniel Ryszka,
Go the dictionary of your custom field and change the value of "display" field to true and make it false for the name field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 05:19 AM - edited 02-14-2023 05:20 AM
@Vaibhav127 - Thanks for your response.
We have already taken this solution into consideration, however by configuring it this way, it affects every table.
We only want it to impact a specific table.
We have a child table from the customerservice case table, and thats the table we want it to impact. Not any other table. Is there any other solution that can meet our requirements?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 03:33 AM
Hi, were you able to find a solution for this? I am facing the same problem, trying to change the display value of the Assignment Group on only the Customerservice Case form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 06:51 AM
Hi @Niklas_ - No specific solution sorry, we ended up just going with the solution provided by @Vaibhav127, and we agreed that we are happy for it to affect the other tables.