Multiple choice variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 06:27 AM - edited ‎09-13-2023 05:36 AM
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 07:17 AM
Hi @CE_,
Create a catalog client script:
function onLoad() {
g_form.setValue('variablename','');
}
This unchecks the first selected option if you do not have a default and no none.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.