Displaying a table on a Catalog Item using the HTML variable.

gregdormon
Kilo Contributor

Hi all,

Currently I'm creating a Catalog Item for a Firewall Access request. Rather than using multiple variable sets of 6 multi line text fields and catalog policies to show/hide those fields, I figured creating a table would be much easier. Creating the table was pretty straight forward however on the Catalog Item, the toolbar and border are still displaying allowing the table to be editied which I do not want.

find_real_file.png

The table is somewhat rudimentary but I want to know if there's a way to hide the toolbar and border? This would make it so that just the table itself is displayed AND allowed to be typed into. My first guess would be that the DOM can be manipulated but I'd rather not do this...

Any suggestions?

Greg

16 REPLIES 16

How these values get passed to RITM and TASK?


It's awesome solution for the scenario. But, we were facing challenges to carry the data from Catalog Form -> RITM -> Task. We handled it through onload client scripts to load the data on fields. Anybody correct me if I am missing anything about this. Thank you !


This is awesome, and worked for me to a point. With the jelly call, how do you add in row headers too??  Every time I try to add in row headers on the left column, it just repeats the same word in each row which I don't want.

 

Brandon

VELLA PRIYA HAR
Giga Expert

Hi Shivam,

I have a similar requirement where I do not want to use MRV set. so I tried your idea of creating UI macro. But I find that once I submit the request the data entered in these blocks is not saved.

 FYI , I have not created any table and please let me know to to create a table on variable too.

 

Thanks,

Priya

Hi Priya

Did you get this sorted? I have seen before, people storing these answers on submit to a text field or html field. But I would like to show this table variable at the backend itself and keep the values stored in the table itself.. Please let me know if you have identified a solution for this?