- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 02:50 PM
Hi Team,
How can I get a record producer on Service Portal? Like can anyone explain how to accomplish this?
Thanks,
Sharan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 10:12 PM
For the button, set the instance options: change the link type to catalog item, and then in the reference field select the record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2017 06:14 PM
Sharan Tej wrote:
What guidelines can you give to change the html or css in SC Catalog Item widget in order to achieve the design I have in the picture?
Hmmm... That's a tough question. I'd say if you're going to design your own widget to bring in the item then I would just start from scratch but leverage how they bring it in. If you look closely at the code, not all of the markup is contained there. Most of the html markup in the SC Catalog Item widget is just the surrounding skeleton of the item. The meat of it is in the sp-model directive to actually capture all the details of the catalog item such as what type of field it should be for each variable contained in the item. As far as the CSS, the guidelines for that should be taken from your requirements. For example if you need thin borders around your input fields then use the correlating CSS styles to do that.
Note: Use the available Dev Tools in your browser to find some of the html templates used in the sp-model.