MRVS with attachaments

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 04:02 AM
Is there any workaround/custom solution to the requirement of having the possibility for MRVS to support attachment type?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 04:25 AM
Hello
This is tough one because :
1. There is no OOB attachment variable for multi row variable set
2. Every attachment requires a target record, a different one.
The only way to do this is with custom code in UI Macro/Widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 04:26 AM
There is an Attachment type variable defined in Multi row variable sets. Did you explore that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 04:31 AM
In a MRVS if you try to create an attachment variable the system stops you.
Ref: Service catalog variable sets | ServiceNow Docs
You cannot include the following variable types in an MRVS:
- Attachment
- Break
- Container End
- Container Start
- Container Split
- HTML
- Label
- Macro
- Macro with label
- Rich Text Label
- UI Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 08:41 AM
Probably it's too late but there is away to customize it. Sometimes it's very convenient to provide a solution for a customer.
This OOTB Business Rule is used to verify this and some others variable types:
"Restrict types for table variable set".
So you can update it.