- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 05:41 AM
Hi,
Is there a way to modify the text "Attachment(s) are not added" to any customized text. (The error message is generated as I have selected Attachment Mandatory in the catalog form.)
If Yes, can it be restricted to certain portals only or widgets only so that it won't affect globally.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 09:26 AM
No that will not be possible this way, UI Messages don't have conditions. Then you really need to clone and edit widgets or setup specific widget (instances) for your portals.
Is that like time, effort, complexity, maintainability worth it? Personally, I wouldn't go that way.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 12:56 PM
Hi,
See if there are any Client scripts written on that catalog or you can directly search on client scripts with condition as SCRIPT Contains Attachemnt(s) are not added
See below snippet
Please mark as helpful/Correct if this helps!!!