How to Display HTML Table in Requested Items form ?

Community Alums
Not applicable

Hello, 
I have created one UI Macro, which Im assigning to a Macro Variable in Catalog Item
find_real_file.png

 

But in Requested Items table my table is not showing properly.
find_real_file.png

Can anyone help me? What Im doing wrong ?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hey Stephen, thank you for the reply, and sorry for the late response. I was practicing a use case in which a users fills out a form in catalog item and then in requested items table the form value which he has filled should be displayed in a table format. Issue was my angular code was not getting processed properly on requested items form view. I solved it my adding "sn-ng-formatter='myApp' " this attribute and now my use case is working.

View solution in original post

2 REPLIES 2

Stephen Sturde
Tera Guru

Hi Jainil - What version are you running? It's not quite clear what your use case is here, but it seems you have a table that you want users to be able to fill out on catalog items. If so, keep reading, otherwise, set me straight.

Up to Kingston, I used the "Catalog Table Variable" project from the ServiceNow share to accomplish tabular input on catalog items like this. 

https://developer.servicenow.com/app.do#!/share/contents/9271804_catalog_table_variable_kingston_upd...

Starting in London, the feature is native in Multi-Row Variable sets.

find_real_file.png

Could either of these work for what you're attempting to do?

-Stephen

Community Alums
Not applicable

Hey Stephen, thank you for the reply, and sorry for the late response. I was practicing a use case in which a users fills out a form in catalog item and then in requested items table the form value which he has filled should be displayed in a table format. Issue was my angular code was not getting processed properly on requested items form view. I solved it my adding "sn-ng-formatter='myApp' " this attribute and now my use case is working.