Distinguish field names

priyanka1028
Tera Contributor

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.

3 REPLIES 3

Dnyaneshwaree
Mega Sage

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!!

Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!

Dnyaneshwaree Satpute
Tera Guru

Sandeep Rajput
Tera Patron
Tera Patron

@priyanka1028 You can keep different column labels for these fields this way you will be able to distinguish between them.

 

Screenshot 2024-06-18 at 5.53.32 PM.png

Thanks for your response, but I dont want to touch dictionary of both fields I just want to distinguish on list and form.