Even after having the access of Message table it is showing Key instead of Message from Scoped App.

Jeet2010
Tera Contributor

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.

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Jeet2010 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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

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