
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 01:57 AM - edited ‎08-28-2024 01:58 AM
Hi everyone,
We use the default ServiceNow Change Flows. When we create a Standard Change, 2 tasks are generated for the implementation step (Flow "Change - Normal - Implement", subflow "Change - Implementation tasks").
Unfortunately, our users are French and just want a translation of the short description and description for these 2 change tasks. Ideally, to be able to fill in these fields according to the user's language.
I see that we can create "Standard Change task templates" but this allows us to create new Change tasks as soon as the Change is created, not modify the existing ones.
Is there a solution without having to create custom Flows?
Thanks
Chris
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 02:55 AM
@Community Alums Try creating an onBefore Insert Business rule on Change Task. Change the description and short description on the basis of Assigned To user's language.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 02:23 AM
Hi @Community Alums
I think custom flow is only way.
@Sandeep Rajput any thoughts. Can we use sys message ( something)
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
‎08-28-2024 02:55 AM
@Community Alums Try creating an onBefore Insert Business rule on Change Task. Change the description and short description on the basis of Assigned To user's language.
Hope this helps.