- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 03:21 AM
I want to change the label "Upload" to "Upload Attachment" on a record producer field that has the type "Attachment" where do I need to go to do this change ?
Screenshot:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 03:55 AM - edited 09-15-2023 03:56 AM
Hello @F_bio Santos
- Navigate to All > Service Portal > Widgets.
- Select the SC Catalog Item (widget-sc-cat-item-v2) widget.
- From the Instances related list, preview and open the instance for the ServiceNow NowMobile App – Catalog Screens and Applet Launcher application.
- In the Additional options, JSON format field, specify the record_producer_label parameter.For example, if you want to change the label to Request, press Ctrl+click on the catalog item widget, select Instance in Page Editor, and specify the following parameters in the Additional options, JSON format field.
"record_producer_label":{ "value" : "Upload" }
- Click Update.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 03:55 AM - edited 09-15-2023 03:56 AM
Hello @F_bio Santos
- Navigate to All > Service Portal > Widgets.
- Select the SC Catalog Item (widget-sc-cat-item-v2) widget.
- From the Instances related list, preview and open the instance for the ServiceNow NowMobile App – Catalog Screens and Applet Launcher application.
- In the Additional options, JSON format field, specify the record_producer_label parameter.For example, if you want to change the label to Request, press Ctrl+click on the catalog item widget, select Instance in Page Editor, and specify the following parameters in the Additional options, JSON format field.
"record_producer_label":{ "value" : "Upload" }
- Click Update.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 04:04 AM
So if I just want to change the "Attachments" button "label" it should be this ?
"attachments_label":{
"value" : "Upload Files"
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 04:06 AM
Hello @F_bio Santos
Just change the value of it, to your requirement whatever you want.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 04:44 AM
Hello @F_bio Santos
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh