How to copy/set multiple choice values to other field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 01:42 AM - edited 01-19-2024 01:43 AM
Hi Experts,
We have a requirement to copy multiple choice internal values(Not Boolean value) to other field.
Please help me with the solution.
Thanks, Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 01:44 AM
Hello @Jay N ,
can you please specify when should this happen ? also did you write an script to achieve this ? if yea please post the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:04 AM
Hi Mohith,
Have tried getDisplayValue().
'Program - ' +current.variables.cdd_chaps.getDisplayValue() + ' ' + current.variables.cdd_flod.getDisplayValue() + ' ' + current.variables.cdd_soc1.getDisplayValue() + ' ' + current.variables.cdd_soc2.getDisplayValue() + ' ' + current.variables.cdd_sox.getDisplayValue() + ' ' + current.variables.cdd_swift.getDisplayValue() + '\n'+
Thanks, Jay