UI messages not considering the application(scoped) field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-31-2023 11:34 PM
I'm working on a custom app translations and having a problem with UI Messages. say there is already a key 'Color' in Global application with translation and I want a different translation for my app. Then I will create another key and message but the record is in my custom app. When I do gs.getMessage('Color'), it returns the translation for the Global record not the one I created for the custom app. In background script, even if I try change the scope to run the script gs.getmessage() from all the existing apps, it still returns same translation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-26-2025 04:16 AM
Encountering same issue, how did you solved it?