Distinguish field names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 05:01 AM - edited ‎06-18-2024 05:10 AM
Hello All,
I have one requirement where two fields are with same name and I want to distinguish fields without changing their name in dictionary.
Example : On catalog task list view there are 2 fields "request_item.item" and "item", but when we see form/list both seen as item and due to that it leads to confusion. So, I want to distinguish both fields in list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 05:19 AM
Hello @priyanka1028 ,
Instead of changing their backend names you can change their labels so, it can not affect on any existing logic or if both field contains same values then you can remove unwanted one from selected list of list layout or you can simply remove it from personalize list.
Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 05:24 AM
@priyanka1028 You can keep different column labels for these fields this way you will be able to distinguish between them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 05:26 AM
Thanks for your response, but I dont want to touch dictionary of both fields I just want to distinguish on list and form.