The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Problem of translation in service operation workspace

ahmed-24
Tera Contributor

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

ahmed24_0-1758793503187.png

 

1 ACCEPTED SOLUTION

@ahmed-24 

it's a form action in workspace.

So it's stored in this table "sys_declarative_action_assignment"

AnkurBawiskar_0-1758797393552.png

 

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

View solution in original post

9 REPLIES 9

@ahmed-24 

it's a form action in workspace.

So it's stored in this table "sys_declarative_action_assignment"

AnkurBawiskar_0-1758797393552.png

 

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

Dr Atul G- LNG
Tera Patron
Tera Patron

As per Now Create Process guide, please check these 5 tables:

 

DrAtulGLNG_0-1758794429097.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

@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

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. 

 

Steps to Translate a Declarative UI Action
  1. Identify the Declarative Action: Find the sys_declarative_action_assignment record that represents the action you want to translate. 
     
  2. Navigate to the Translation Table: Go to the sys_translated_text table in your ServiceNow instance. 
     
  3. 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. 
       
  4. 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]

****************************************************************************************************************

Hi @ahmed-24 

 

Did you check my response? I had mentioned this earlier as well.

 

DrAtulGLNG_0-1758804659216.png

 

*************************************************************************************************************
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]

****************************************************************************************************************