Skip to main content

#Salesforce Labs0 discussing

Salesforce Labs is a program that lets salesforce.com engineers, professional services staff and other employees share AppExchange apps they've created with the customer community. Inspired by employees' work with customers of all sizes and industries, these apps range from simple utilities to entire vertical solutions. Salesforce Labs apps are free to use, but are not official salesforce.com products, and should be considered community projects - these apps are not officially tested or documented. For help on any Salesforce Labs app please consult the Salesforce message boards - salesforce.com support is not available for these applications. Questions? Please visit https://success.salesforce.com/answers.
I've just installed the Home/Child Kanban package from Salesforce Labs, pretty awesome.  As soon as I tried to deploy it for my users though, anyone who is not a System Administrator is unable to see the component.

"Kanban Error

You don't have access to this record. " This error occurs regardless of the type of object that the Kanban is configured to display.

I found that I needed to give at least read access to the fields in the Kanban at a Profile level, and once I did that, the component would show. However there are no Cards in whatever Kanban I put on the page.

Does anyone have any experience or insight as to what other permissions would need to be granted to get this to function as designed?
5 answers
  1. Jan 21, 1:15 PM

    I was also encountering the same issue, issue has been resolved upon granting the Kanban Configurations Object access to the profile.

0/9000

Request for Latest Package Version URL to Support SFDC Release Update: Enable ICU Locale Formats for Lightning Banner Carousel & Slider   

1 answer
0/9000

Expected feature on carousel-  > Pause the slide when hover over or provide an option to pause the slide. (we are using the Auto play property, but it should pause when we are viewing the current slide)  > Do not move the slide to next if we a video is playing on the video banner. (Autoplay feature does not pause it when video is being played)   

1 answer
  1. Dec 4, 2025, 11:58 AM

    That’s not built into the current Salesforce Labs Carousel, since it’s a pretty basic LWC. You’d need to tweak the component code to add a hover listener or check the video’s play state before advancing. Since it’s a Labs app, you can grab the source from the repo and customize it to your needs: https://github.com/SalesforceLabs/LightningCarousel.

0/9000

 When installing the application :  Developer Carbon Dashboard in my organization (following GitHub - SalesforceLabs/Developer-Carbon-Dashboard), the dataset Instance_carbon_Per_CPU_reference does not contain the instance for my organization.so

, its impossible to join this dataset with organisation dataset. As a result, it assigns a value of 0E-13 to "Weighted lbs carbon per CPU", which causes the dashboard to display only zero values. 

 

any idea how this problem can be solved? lot of instance are in the uploaded file  

crm analytics : problem in installation of Developer Carbon Dashboard

 

but i don't found the instance of my organisation !  

 

 

 

#Salesforce Labs

1 answer
  1. Dec 4, 2025, 9:35 AM

    Yeah, that dataset is static, so if your org’s instance isn’t listed you’ll need to manually add it with the right carbon value. Easiest way is to download the CSV from the dataflow, add a row for your instance, and re-upload/replace the dataset in CRM Analytics. You can find your instance name under Company Information in Setup.

0/9000

Receiving an error when placing the "Lightning Carousel and Banner" component on the home page.   Error: Uncaught Assertion Failed!: no client action by name c.handleDataChange : false  Callback failed: apex://lightngcarousel.SS_CarouselController/ACTION$getSlidesByCarouselName    App from appexchange: Lightning Carousel and Banner | Salesforce AppExchange    The same issue is not happening in another sandbox.          

 

#Appexchage Apps  #Salesforce Labs

2 answers
  1. Oct 15, 2025, 9:34 AM

    Hey @Henry Cowan

      

    Thank you for your response. Yes, I agree to your point.

     

    This is actually an issue in the Salesforce Lab app from AppExchange- "

    Lightning Carousel and Banner

    " and we do not have access to any code base.  

    Was checking if anyone from the app team can resolve the issue on this app. Thanks! 

0/9000

I'm trying to implement "Time Warp" (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000GXVf4UAH) in my company's Salesforce org and I've been following the instructions in the Configuration Guide here: https://quip.com/ahFCA9VBEKtr. I've installed it, added it to the lightning page from the Account (renamed Company in our org) object, and given applicable users permissions to view it - this has all worked fine, however, the remaining item is to plot one custom object onto the timeline and I can't get it to work.

 

We use a managed package called "Cloud Coach" for our project management tool, and I want to plot the Cloud Coach "Project" object to the timeline. Using the configuration guide, I have added the following to the timeline configuration in the custom metadata : 

Issue plotting a custom object from a managed package on to theHowever, the projects are not showing on the timeline and I don't get any error message - screenshot below of an example company I've been using for testing:Company Example.pngThe screenshot also shows that there are 3 projects linked to this account, one of which is within the timeframe of the timeline shown, so would be showing if it was working.

 

Detail of the managed package and objects (referenced in the configuration) are:

Cloud Coach namespace: 

Cloud Coach Detail.png

Project Object API

 

Project API.png

Detail field API

 

Detail Field.png

 

Position Date Field API

 

Position Date Field.png

 

I've gone over the configuration guide multiple times but can't see what piece is missing / done wrong.

 

#Appexchage Apps

 

#Appexchange Apps  #AppExchange

 

#Salesforce Admin  #CRM Configuration

 

#Salesforce Labs

0/9000

Hi Team,    I've installed 'magic mover' in my org and did all the setup(pre/post) mentioned in the document. When I try to access 'Update Page Layouts' tab, I'm getting screen (see attachment magic mover. PNG) and after I click on button 'Create Remote Site Setting' nothing is happening. I've added the url which is showing in the attached(magic mover.PNG) screen in remote site settings and trusted urls also.  When I click on create remote site settings button, I'm getting attached(Console Log.PNG) error in console logs. I've added those urls also in trusted urls and remote site settings.      

 

#Appexchage Apps  #Salesforce Labs

2 answers
  1. Jul 25, 2025, 5:58 AM

    Oh ok. Let me know if you find something.

0/9000

Hello All, 

 

I am seeking guidance regarding the upgrade of Apex class API versions within the Lightning Carousel and Banner

app, in relation to Salesforce's ICU Locale update requirement—which mandates that all components be on API version 45.0 or higher. 

 

Upon review, we identified three Apex classes within this managed package that are currently on an API version below 45:

  • SS_CarouselController
  • SS_CarouselControllerTest
  • SS_CarouselSlideDTO

As these classes are part of a managed package, we do not have the ability to directly update their API versions within our org. 

 

AppExchange Listing: Lightning Carousel and Banner App

 

 

We would appreciate any insights or suggestions from others who may have encountered a similar issue with this package. 

 

Thank you in advance for your support and feedback. 

 

 

#Salesforce Labs  #Appexchange Packages

1 comment
  1. Jun 24, 2025, 3:42 PM

    Hi @Yogendra-Singh Aplusify, try clicking 'Try It' for sandboxes first and check if the API version was updated. Then proceed with 'Get It Now' for production.

    I tried this approach for a managed package and it worked — it successfully upgraded the version and updated the APIs as well.

0/9000
send Salesforce reports in excel format to non-salesforce users

and  schedule these reports to be sent form Sandbox

Can you please advice anyone any salesforce appexchange product available 
6 answers
0/9000

Question to #AppExchange #Salesforce Labs

 

I'm unable to push ICU Locale Format critical update due to old API version components present in Salesforce Agile Accelerator, there are hundreds on apex classes, vf pages and triggers with API version < 45.0, I tried to install the latest version of Salesforce Agile Accelerator V 1.181 and compared the API versions, unfortunately all the old API versioned apex classes, vf pages and triggers remained unchanged. 

 

Could you please confirm when will you publish the latest release with apex classes, vf pages and triggers with API version > 45.0?  

 

Thanks 

Monika

4 answers
  1. Jun 2, 2025, 12:39 PM

    I am afraid we have to de-install the package if this is not being answered in time... 

0/9000