- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 07:03 AM
Hi Experts,
I want to create a catalog item , which should show the assigned asset records from the alm_hardware table and check boxes.
Please check the below options for the reference -
==========================================================
Name
Computer1 – Check box 1
Check box 2
Computer2 – Check box 1
Check box 2
Computer3 – Check box 1
Check box 2
-----------------------------------------------------------------------------------------------------
Is it feasible to configure , if yes can some one please suggest / guide ?
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 01:53 PM
Hello @Neeta1
Perhaps you could use the multi-row variable set for this?
It does allow you to add multiple columns and rows.
With a simple catalog client scripts you could fetch the values and set the values in the multi row variable set.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 01:53 PM
Hello @Neeta1
Perhaps you could use the multi-row variable set for this?
It does allow you to add multiple columns and rows.
With a simple catalog client scripts you could fetch the values and set the values in the multi row variable set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 09:13 AM
Thank you.