Survey Field validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 12:00 AM
Hello Team,
How can we create a new field validation on any survey assessment field.
For example,
Below is the field, which is working fine, which has field validation which is OOTB
There are total 4 field validations OOTB as shown below
Please can you let me know how we can create a new field validation, to meet our requirement
let say I have a string field named Incident, when user manually writes incident number it should validate if the given number is a valid incident number or not.
Thank you very much in advance
Thank you
Prajwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 01:34 AM - edited 03-20-2025 02:45 AM
Hello Prajwal G Vaish
Please follow below steps:
1. you need to change 2 ACL and check admin override box or YOU CAN add MAINT role with you :
a) sys_cs_field_script_validator (create)
b) sys_cs_field_script_validator (write)
2. After this you are able to write script for example i wrote for validation (minimum 15 character in that field)
3. select validation in survey
Please mark helpful.