Displaying a table on a Catalog Item using the HTML variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 01:36 AM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2016 10:35 AM
Cindy,
Could you share your code for getting the table entries into the multi-line text variable?
Thanks,
Lida
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 09:32 PM
Hi Greg,
You can write this as 'onLoad' script in 'catalog client script', if you want it to apply on a particular catalog Item.
Thanks,
Shivam
PS : mark the answer Helpful, if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 05:42 PM
Hi Shivam,
Just wondering how you are getting values in this table? Are these dynamic values based on some previous variable values selection on your catalog item or they are static?
if dynamic, can you please share your code?
Thanks
Jyo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 05:48 PM
This is for creating a table of text fields.