How to set up the message table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 06:36 PM
Hi all
Please tell me how to set up the message table(sys_message).
What should I put in the field marked with a red line in the image?
Also, what is this for?
I would appreciate it if you could let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 07:17 PM
Hi @RyoyaFukuda
The Message [sys_ui_message] table contains the translations for informational messages, confirmation messages, error messages, and other types of system messages across the platform.
- HTML in a UI page in a customer-created application
- Service Portal widget messages (including in surveys)
gs.getMessage
call. The main fields for this table are:
- Key: internal, case-insensitive, unique identifier of this message.
- Language: language the message is translated into.
- Message: translated text that users see.
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 08:23 PM
Hi @PrashantLearnIT
Thank you for your response.
That information was also mentioned in the Docs, so I have already obtained it.
What I want to know is the part with the red underline in the image.
How about those fields?