Even after having the access of Message table it is showing Key instead of Message from Scoped App.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 12:08 AM
Adding the message to the top of form, I'm running a BR in scoped app which is returning the message code and using gs.getMessage('****') to show the exact message during update or insert.
But instead of Showing message it is showing only Message key.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 12:16 AM
is this working fine from global scope?
share some screenshots.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 01:07 AM
I have used specified parameter in the getMessageLang method the problem is its working on the DEV instance but not on the TEST instance other than that we didn't find this issue on the customer end.
DEV is on XANADU Patch 9
TEST is on YOKOHAMA Patch 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 01:08 AM
Yes its working when we are calling the message code those belongs to Global Scope from Scoped App. On other side its not fetching if the message code resides on same scoped