Multirow variable data to description of HR case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2024 01:40 AM
Hi experts,
How can we populated multirow variable data on record producer to the generated HR case description ?
Please provide me your suggestions
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 06:08 AM
Hi @Sid_Takali , we have more than 20 variables in some record producers. Is there any other code would you suggest?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 06:27 AM
Hi @si21 In what format you wants to populate MRVS data into description field? Use the above code shared by me and add your all variables. The code will end at below code of line
............ " MRVS variable 20 #" + " : " + mvrs[i].mrvs_variable_20 + '\n';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 05:08 AM
Hi @Sid_Takali , thanks for the code.
There is another issue, we have reference variables in the MRVS and this code only copying the sysId of the record. How can we get display value.