RITM Variables such a Number, date along with MRV line items written to a Custom Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 05:23 AM
Good Morning everyone,
i have an unusual problem, i need a way when users submit a request (RITM) to have those variable vaules along with the MRV variable values to be written to a custom table in servicenow.
Ex.
User submits an RITM
Form variables:
Number
Name
Date
Office
Form MRV Values:
Invoice #
Type
Amount
Details
how it should look in the custom table
The RITM variables will be the same but as each MRV value is entered for the RITM it will change
Number | Name | Date | Office | Invoice# | Type | Amount | Details |
RITM0001121 | Peter | 13-May-24 | Toronto | 12345-32 | Airfare | 123.02 | to the office |
RITM0001121 | Peter | 13-May-24 | Toronto | 6587-AV | Taxi | 25.25 | From the airport |
RITM0001121 | Peter | 13-May-24 | Toronto | try-432 | Meal | 78.41 | Dinner |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 05:59 AM
Hi @Peter Williams ,
Are you utilizing Flow designer or a script to achieve this?
If its via script , Kindly share a script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 06:30 AM
i was thinking of a BR to perform this and i have this so far but doesnt seem to work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 06:39 AM
Hi @Peter Williams ,
Better you can try with flow designer, I have tried once as like your requirement
Simply you can utilize "Get catalog variables and Create record "actions to create a record in the custom table
For MRVS scenario you can directly drag and drop the pills to set the values
If you need further assistance , kindly reach me
If it works for you, mark mine as accepted
Regards
Vengadesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 08:15 AM
i did it but nothing happens