Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Adding additional rows to MRVS automatically in a Catalog item after user adds one row.

GobindG
Tera Contributor

We are looking to see if it is possible to add rows automatically into the MRVS. We have a requirement to add some dependent roles when you add a row into the MRVS while submitting the request. For example: If Role1 has two dependent roles (RoleA, RoleB), When you add Role1 in the MRVS, it should add 3 rows in total. (2 more for the dependent role)

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@GobindG 

please share screenshots of your catalog form

what's the current setup and what you need

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Here in the screenshot, when you add RoleA(which is a lookup variable in custom table), it should do a call to the same table and check if there are any child roles. If there are, add them in the rows below that.