- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 02:51 AM
Hello,
I have created one UI Macro, which Im assigning to a Macro Variable in Catalog Item
But in Requested Items table my table is not showing properly.
Can anyone help me? What Im doing wrong ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 09:19 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 02:00 PM
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.
Starting in London, the feature is native in Multi-Row Variable sets.
Could either of these work for what you're attempting to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 09:19 PM
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.