- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2017 02:47 AM
Hello i need to make yes/no data type by default answer to no in assessment metrics.
and the field should be invisible to questionnaire responded unless the field right above is completed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2017 11:00 PM
Client Script onLoad :
function onLoad() {
//Type appropriate comment here, and begin script below
if(g_form.isNewRecord()) {
g_form.setValue("fieldName",false);
}
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2017 02:52 AM
1. To make default value as "No" right click on the field--default values--type as No
2. Write a UI policy to make the variable visible. When the field isnot empty
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2017 03:03 AM
By right clicking iam not able to see the option default values-type as NO

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2017 03:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2020 10:06 AM
The system ignores that for me...