Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

change label name in list level

Not applicable

Hi There,

 

in incident form i need to change the assignment group to support group- This one i have done using client script setLableOf() method- it's working fine, is theare any possibility is there with dictionary override ?

 

now i need to do in list view level. how can i do in list level.

 

any one provide me soution for this.

 

Regards

Rajesh Gillerla.

2 ACCEPTED SOLUTIONS

SN_Learn
Kilo Patron

Hi @Community Alums ,

 

Navigate to System Definition > Language File which will open [sys_documentation] table.

Click on new and create a new record as below and save it:

 

SN_Learn_0-1721488570297.png

 

It will look like below:

SN_Learn_1-1721488746516.png

 

 

 

You can go through the below blog which will provide you more insights and details.

Customize Column Headers in Database View Results 

 

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

Satishkumar B
Giga Sage

Hi @Community Alums 

Check this approach as well:
Go to configure dictionary for "Assignment Group" field and click on Advanced View:

SatishkumarB_1-1721494543604.png

 

Create a new label for incident table:

SatishkumarB_0-1721494420309.png

SatishkumarB_2-1721494720884.png

 

……………………………………………………………………………………………………

Please Mark it helpful👍 and Accept Solution✔️!! If this helps you to understand. 

View solution in original post

4 REPLIES 4

Satishkumar B
Giga Sage

Hi @Community Alums 

You should be adding the Labels under the Table record for incident . There is a Labels related list where you can update it.
attached image is for changeRequest Table. similarly do it for Incident.

SatishkumarB_0-1721484609583.jpeg

……………………………………………………………………………………………………

Please Mark it helpful 👍and Accept Solution✔️!! If this helps you to understand. 

SN_Learn
Kilo Patron

Hi @Community Alums ,

 

Navigate to System Definition > Language File which will open [sys_documentation] table.

Click on new and create a new record as below and save it:

 

SN_Learn_0-1721488570297.png

 

It will look like below:

SN_Learn_1-1721488746516.png

 

 

 

You can go through the below blog which will provide you more insights and details.

Customize Column Headers in Database View Results 

 

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Not applicable

Thanks lot,  it's working for form level aswell now,

in form level i deactivated setLabelOf()- 

Satishkumar B
Giga Sage

Hi @Community Alums 

Check this approach as well:
Go to configure dictionary for "Assignment Group" field and click on Advanced View:

SatishkumarB_1-1721494543604.png

 

Create a new label for incident table:

SatishkumarB_0-1721494420309.png

SatishkumarB_2-1721494720884.png

 

……………………………………………………………………………………………………

Please Mark it helpful👍 and Accept Solution✔️!! If this helps you to understand.