-
Notifications
You must be signed in to change notification settings - Fork 907
Script include/translation util #1792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script include/translation util #1792
Conversation
his SI is a translationUtil to for dynamic language translation for example english to French This script include for language translation will invoke flow designer action and sublfow to do the dynamic language transaltion
Script include is created as translationUtil for dynamic language translation. for example english to French This script include for language translation will invoke flow designer action and sublfow to complete the real time language transaltion for instance suppose group table is updated with new group record having english as description text that can't be translated using OOTB translation tables in such scenario this UTIL will be a saviour
|
@bird-03 - Description is missing, Please add |
ravichandra1998g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @bird-03
What are the flow and flow actions the script is calling?
If they are not OOB, the code snippet wouldn't serve the complete purpose to achieve the use case.
also explain in detail what this UTIL does (the process happening to send correct inputs to flows) as we also have OOB dynamic translation within ServiceNow.
|
closing this for now. reopen this PR or open a new one after making the changes. |
|
Hey @am-shakeel This PR created for script include that contain TranslationUtil script and readme file that descrive 'How it server the purpose for Dynamic field translation using specific translator' It will Fetches and calculates runtime limits for translation requests from system properties. Further it will dynamically retrieves the translation API key using getSubscriptionKey(). The scope of this utility ranges from multilingual support based on the user's preferred language to dynamic field translation through integration with Flows and Actions. @ravichandra1998g The scope of this PR & SI to provide a translationUtil, the custom flow action and subflow is not within the scope of this Util, if anyone wants to use it they need to create there own subflow that detect and translate the language by using this SI. Details of Utils
How it Works?
HOPE THIS HELPS TO CLARIFY. |
ravichandra1998g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @bird-03 ,
Your explanation of scope of the PR is very helpful, add the same to the readme file that helps understand the use case and context.
README file is updated with util description
|
Thanks, DONE. README file updated. |
ravichandra1998g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved.
PR Description:
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions