How to restrict variables to allow only English characters on GE/IGO form in Legal Service Delivery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team,
As per my story requirement, we need to allow only English characters in variables on the GE/IGO form in Legal Service Delivery.
Currently, the form is allowing other language characters as well. I would like to know:
What is the recommended approach to restrict variables to accept only English characters?
Should this be handled using a Client Script, UI Policy, or Regex validation?
Is there any out-of-the-box configuration available for language restriction?
Please suggest the best practice approach.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @ShwetaD
No, there is no simple checkbox for "English Only," but there is an OOTB feature called "Variable Validation Regex" that is designed exactly for this. Regex Validation is the Best Practice.
Step 1: Create the Validation Rule
-
Navigate to Service Catalog > Catalog Variables > Variable Validation Regex.
-
Click New.
-
Name: English Characters Only (ASCII)
-
Regular Expression:
5. Validation Message: Please enter English characters only.^[ -~]*$
-
Click Submit.
Step 2: Apply to your Variable
-
Open your Record Producer or Catalog Item (GE/IGO Form).
-
Open the specific Variable you want to restrict (e.g., short_description or u_details).
-
Go to the Type Specifications tab.
-
In the Validation Regex field, select the "English Characters Only" record you just created.
-
Update the variable.
Happy to help!
To help others in the community find this solution, kindly mark this response as the Correct Answer and Helpful.
Warm Regards,
Deepak Sharma
Community Rising Star 2025

