How to create a dynamic catalog item

Neeta1
Tera Contributor

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.

1 ACCEPTED SOLUTION

Quinten
Tera Guru

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.

Quinten_0-1687467102898.png

 

 

View solution in original post

2 REPLIES 2

Quinten
Tera Guru

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.

Quinten_0-1687467102898.png

 

 

Neeta1
Tera Contributor

Thank you.