Carousel in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2016 12:02 AM
Hello Everyone,
I am in learning phase of Service Portal.
I have created a sample page and cloned the carousel widget and created new widget called sliding.In the widget instances I have added new images also.But its loading all the images rather than I added.How many time am adding image in the widget instances, that much images are loading.Can some one help where I need to change.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2016 12:09 AM
Hi Saranya,
Could you please double check if you have data.slides = $sp.getRelatedList('sp_carousel_slide','carousel'); in server script of widget ?
PS - Please mark Helpful, Like, or Correct Answer if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2016 03:07 AM
Hello Chetan,
I have added like below
data.slides = $sp.getRelatedList('sp_carousel_slide','sliding');//Sliding is the name of my widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 12:13 AM
I have added the imaged in the widget instances and its coming all the images in the sp_carousel_slide table.How can I restrict it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 11:59 AM
I think what you are trying to do is adjust the widget instance of the carousel and not create a copy of the carousel widget. Drag a carousel widget to a page, then open the instance in the platform list. It will not have a name, but you can filter on Widget = Carousel.