Regarind MRVS value read and set it into a multiline text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 12:20 AM
Hi all, I have a requirement of get the MRVS values and set it into a Multiline text which is present inside a SingleRow Variable set from a catalog item but when it came to RITM and sc_task the vlaue is not visible accurately as expected.
i have attached the picture i have to set memebr of the distribution list to the ITS CE-API API variable which is a multiline text set inside a single row variable set. i have write a OnSubmit() client script.but it is not giving accurate output it is show '/' and the sys-id of the member i have tried
but it is not working can any one suggest how to achieve it through workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 10:58 PM
current.variables.variable_name ='yes' ; // when its not part of variable set
current.variable_pool.variable_name = 'yes'; //when part of variable set
Thanks
dgarad