- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hello i want to translate the Ui action in service operation workspace but i can't found them on sys_message table.
Thank you for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
it's a form action in workspace.
So it's stored in this table "sys_declarative_action_assignment"
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
4 hours ago
it's a form action in workspace.
So it's stored in this table "sys_declarative_action_assignment"
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
5 hours ago
As per Now Create Process guide, please check these 5 tables:
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
@Dr Atul G- LNG i have check all the tables but i can't found the UI Action buton for this SOW ! i still blocked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
These are both UI actions, but they are declarative UI actions.
Might be helpful:
To translate a declarative UI action in ServiceNow, create a record in the sys_translated_text
table for the sys_declarative_action_assignment
table, specifying the correct document ID (the sys_id
of the declarative action record) and the field name 'Action Label' to input your translation. This process ensures that the translated label appears in the correct language for users in different regions.
- Identify the Declarative Action: Find the
sys_declarative_action_assignment
record that represents the action you want to translate. - Navigate to the Translation Table: Go to the
sys_translated_text
table in your ServiceNow instance. - Create a New Translation Record:
- Table: Set this field to
sys_declarative_action_assignment
. - Document ID: Enter the
sys_id
of the declarative action assignment record you identified in Step 1. - Field Name: Set this field to
Action Label
. - Value: Enter the translated text for the UI action in the desired language.
- Table: Set this field to
- Save the Translation: Save the new record in the
sys_translated_text
table.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @ahmed-24
Did you check my response? I had mentioned this earlier as well.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************