- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 05:10 AM
I have added new attribute to list collector If they choose specific attribute I need to show help text to them along with link.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 06:12 AM - edited ‎09-18-2024 06:14 AM
Please test the below script for single selection of the value and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 05:57 AM
Hi Monica, I have already tried with above script but doesn't work. I have written script on particular variable set. In case if we want write on attribute side how we can achieve in the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 06:12 AM - edited ‎09-18-2024 06:14 AM
Please test the below script for single selection of the value and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 11:45 AM
if(g_form.getValue('listcollectorvariableName').indexOf('sysId') > -1) in this line instead of getvalue i used getDisplayValue
