copy multirow variable set data in to quotation table service effected field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 08:42 PM
Hello Developers
I had requirement to copy multirow variable set data in to service effected field in Quotation table.
current workflow - once request is submitted in catalog it will trigger for approval once it is approved. new record getting in to quotations table and copying same data available RITM to quotations table. now we created the new field on the table service effected field we need know to map data to filed in multirow variable set. how to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 06:34 AM
MRVS stores data in json format.
which variable from MRVS you need to map to that field?
field is of what type?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 08:39 AM
I had four fields MVRS those four need to mapped. all four fields string mvrs are string fields - 1. Service 2- port speed, Access speed, assets ID, router type.
Above the all fields data need map in to the service effected string filed on Quotation table
Thanks