Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Dictionary Override

shubhamakhaire
Giga Contributor

I have custom table u_projects which is extended from task table. I need to display "Number" field on the u_projects table as "Project ID" using dictionary override as it should not affect anything on the task table.

6 REPLIES 6

Hi @Its_Azar 

I don't think we can change label directly from dictionary override

 

Mohammed8_0-1765134021122.png

 

Regards,

Mohammed Zakir

Appli
Mega Sage

Hi, consider, instead of dictionary override, to add a new label into sys_documentation table.

Table = your child/extended table (u_projects)
Element = the field name (number)
Label = the desired label (Project ID)

Hope it helps