Change 'Number' field on 'Observation' table that is extended from Task table

RandiReyna
Tera Contributor

I'm trying to change the label of the Number field on the observation table (sn_audit_advanced_observation) with label "ServiceNow Number". Was unable to do a dictionary override. Can someone please assist?

 

 

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

Hi @RandiReyna  This is what i tried on my personal instance and it worked. 

 

I would suggest open existing label record for number field and search for table "Observation" and make the changes. 

 

Obser.PNG

 

If still it does not work, i can share the xml of label record. Attached here. You can import it into your instance. 

 

Note : Make sure you are in correct application scope. 

 

Thanks,

Harsh

 

 

View solution in original post

2 REPLIES 2

Harsh Vardhan
Giga Patron

Hi @RandiReyna  This is what i tried on my personal instance and it worked. 

 

I would suggest open existing label record for number field and search for table "Observation" and make the changes. 

 

Obser.PNG

 

If still it does not work, i can share the xml of label record. Attached here. You can import it into your instance. 

 

Note : Make sure you are in correct application scope. 

 

Thanks,

Harsh

 

 

Hi @Harsh Vardhan , I got it. Thanks!