Skip to main content Join the Agentforce Virtual Hackathon to build innovative solutions and compete for a $50k Grand Prize. Sign up now. Terms apply.

#Lightning1 debatiendo

I am interested to learn of ways to integrate Salesforce with Google Drive. Is there a way to have Salesforce automatically create a new Google Drive folder with naming rules similar to how the Dropbox tool works. Is there a way to then drag and drop files into this folder in Salesforce, but the files actually are stored in Drive but just referenced in Salesforce? Specifically I would like the ability to put folders inside of folders... Any tools I should investigate?

@Salesforce.org System Administrators
5 respuestas
  1. 23 ene, 18:07

    Hello, 

     

    First, you can explore Salesforce’s built-in solution, Files Connect, which allows you to link external file systems like Google Drive. With Files Connect, you can browse, search, and attach Google Drive files to Salesforce records while keeping the files stored in Drive. However, it doesn’t support automatic folder creation or advanced nested folder structures. 

     

    If you have specific requirements, such as automating CSV data exchange between Salesforce and Google Drive, Skyvia could be a helpful option. Skyvia is a no-code integration platform that simplifies the import and export of CSV data. While it doesn’t support folder creation or direct file linking, it can automate data transfers, ensuring that updates in Salesforce are reflected in Google Drive files or vice versa. 

     

    Hope this helps!

0/9000
Field Help text is not showing in Lightning but is showing in Classic UI. In Classic it shows no problem but in Lightning it just shows a blank text bubble. Any Ideas as to why that would be?

 

 
10 respuestas
  1. 11 dic 2024, 9:36

    Due to Browser cache the Help Text icon is not displayed on the record details page, Just clear the browser cache will resolve the issue

0/9000

//I have created checkboxes using checkgroup the checkboxes are in single line iam trying to align in two columns but iam not succeded.  

<lightning-checkbox-group name="Checkbox Group" label="Checkbox Group" options={options}                         value={value} onchange={handleChange}></lightning-checkbox-group>                     <p>Selected Values are: {selectedValues}</p>

 

Thanks for any Help

 

#Trailhead #LWC #LWC Development #LWC Component #Lightning #Lightning Web Components

2 respuestas
  1. 18 nov 2024, 15:01

    To display checkboxes in two columns using lightning-checkbox-group, you'll need to adjust the layout using CSS because lightning-checkbox-group doesn't natively support multi-column layouts out of the box.

     

    You can achieve the two-column layout by wrapping the checkboxes in a custom div container and using CSS Grid or Flexbox to display the checkboxes in two columns.

     

    You can use something like this : 

    /* Styling for the checkbox container to use grid */

    .checkbox-container {

     display: grid; /* Use grid layout */

     grid-template-columns: repeat(2, 1fr); /* Create two equal columns */

     gap: 16px; /* Add space between checkboxes */

     max-width: 600px; /* Optional: set a max width */

    }

     

    /* Ensure the checkbox options fit well inside each column */

    .lightning-checkbox-group .slds-checkbox_faux {

     margin-bottom: 8px; /* Adjust the spacing between checkboxes */

    }

0/9000
3 respuestas
  1. 13 sept 2021, 15:19

    Might be some fire wall has blocked to download the file. I tried downloading this in my Personals machine. Its downloaded for me. PFB the screenshot. Try in different machine or turn of the anti-virus to download

    Might be some fire wall has blocked to download the file. I tried downloading this in my Personals machine. Its downloaded for me. PFB the screenshot.

0/9000

I had a user enable then disable the new "full view" lightning record pages. The problem is that when she switched back to the older view, the Lightning Record Pages all reverted to the original system default page, rather than the custom page that was assigned as the org default.

Pages that were assigned by app, record type, and profile seem to have remained as they were, but any pages that were not specifically assigned (just as org default) reverted back to the original system default that lands on the "related" tab, includes a "news" tab, etc; and NOT the page that was assigned as the org default.

This seems like a big SF oversight when toggling back and forth between views... I can't really think how she could have reassigned an org default some other way so I have to assume this is kind of a bug. Anyone else encounter this?

I guess the really worrisome part is that I can't even see a "System Default" Lighting Record Page option to delete; it's an invisible setting that I never ever want to use and can't delete and just popped up again out of nowhere. Please correct me if I'm wrong on this!

4 respuestas
  1. 31 jul 2024, 10:30

    Currently, I am facing the same issue. Everything suddenly reset to default page.

     

    Any solution would be helpful!

0/9000

Happy New Year friends!

 

Help: Am I missed something HUGE? After a ton of searching and reviewing of old Hub and Trailblazer posts and SF documentation, I can't find ANY solution to reporting on Enhanced Notes (SNotes). 

 

The only SF out-of-the-box report is the Enhanced Notes Report (a File and Content Report) and it doesn't even have data about the applicable Account/Contact that the Enhanced Note is related to. (!!!) The only avail fields are:

  • File IDFile Name
  • Created By
  • Published Date
  • ArchivedFile Type
  • Size (MB)
  • Last Revised By
  • Last Revised Date
  • Versions
  • Total Size (MB)
  • Links
  • Shares
  • Posts
  • Post Comments
  • Likes
  • Total Downloads
  • Last Downloaded Date
  • Downloaded By
  • Download Date
  • Download User Type
  • File Version

Also, this report will only pull SNotes that I have created. SNotes created by other users aren't getting pulled. (I am an admin with all privileges).

     

I tried creating a custom report, but the Enhanced Note/SNote isn't even an object I can select. 

 

Everyone is touting the benefits of the Enhanced Notes, but who cares about the fancy formatting if I can't pull a report on an individual's notes to review pertinent information.

 

(I can do this with my lovely Activities reports).

 

This is an older Trailblazer post, but there is recent activity and others are as dumbfounded by the lack of Enhanced Note reporting capabilities as I am. (https://success.salesforce.com/answers?id=90630000000Zez8AAC)

 

So: 

1) Is there is a way to report on Enhanced Notes where I can see to whom or what they are related to? And the content of the notes?

2) If NO, should I move to Chatter? I need to tell my people to put important info somewhere, (If it doesn't fit into an Activity or customized field on my Contact/Org layout).  

 

Please help! Thanks! 

#Enhancednotes 

#Salesforce Lightning 

#Admin Tips 

#Reports & Dashboards 

@Cori O'Brien 

8 respuestas
0/9000

Hello All,

 

Is there a way to edit fields (similar to inline editing) on a related list on a Lightning Record page? To clarify, I don't mean edit the fields to display, I mean actually updating a field, like adding a data to a date or name field on the related record directly from the lightning record page.

 

Thank you!

Hindy

 

#Lightning #Lightning Web Components #Related Record

1 respuesta
  1. Bradley Weller (Fast Slow Motion) Forum Ambassador
    15 nov 2023, 12:54

    Hello @Hindy Fishman,

     

    Sadly, inline editing is not yet available on Related Lists. It is a highly supported request on the idea exchange that will hopefully make its way to the roadmap. I'd encourage adding your vote.

     

    https://ideas.salesforce.com/s/idea/a0B8W00000GdlpwUAB/inline-editing-for-related-lists

     

    You could create a data table with a USF package and display that on the record page to provide some editing capability, but it has limitations.

     

    https://unofficialsf.com/datatable-lightning-web-component-for-flow-screens-2/

0/9000

Hello Community, I am on the Assoc Admin Cert trail, within the Lightning Experience Customization module and  I am stuck!  I am attempting to complete the Trailhead Challenge: Create a Custom List View, I created a List View Chart as well. I believe my issue may be a filter issue, but after 2 days of trying, I just don't know.

The challenge is to: 

  • Use the App Launcher to open the Sales app
  • Create an Opportunity list view:
    • List Name: High Probability Opportunities
    • List API Name: High_Probability_Opportunities
    • Who sees this list view: All users can see this list view
    • Show only opportunities whose stage is Proposal/Price Quote or Negotiation/Review and whose probability is greater than or equal to 50%
  • #Trailhead Challenges  #Trailhead #Lightning Experience Customization
4 respuestas
  1. Steven Trumble (Skie) Forum Ambassador
    10 nov 2023, 19:01

    If your issue is resolved please mark your answer as best answer to close the thread.

0/9000

Hello all, 

 

I am trying to access a report that contains/filters on all the "Open" questions (not posts) - questions that have not be answered/commented on at all. I have attached a screenshot of the Reports generator within https://celonis.lightning.force.com/ in the Salesforce Lightning Experience.

 

Could someone please show me how to generate a report on that? Or maybe show me the right place to get started if I am doing it wrong accessing it through the report generator as shown in the screenshot below?

 

Many thanks!

 

#Experience Cloud #Trailhead Community #Reports & Dashboards #Reports #Lightning

Report of@* Experience Cloud *

4 respuestas
  1. 10 nov 2023, 9:51

    Hello Bhavin,

     

    Thank you for redirecting me. Due to permission restrictions, I don't seem to have the ability to download Salesforce Chatter Dashboards on AppExchange. On a side note, would this suggested app also be able to provide a list of the open questions? Not just an overview of the questions.

     

    With that said, do you possibly have another approach to this if I can't download apps form AppExchange?

     

    Thank you very much :)

0/9000

Resources from the September Edition of Salesforce Developers Ask Me Anything

 

I hope you joined us for the fantastic SFDevsAMA on September 27th featuring Karishma Lalwani, Stephanie Maddox, and Alice Oh. They loved answering all your questions about the great new developer announcements from Dreamforce 2023, including Code Builder, Lightning Web Components, and Scale Center. If you missed it, don't worry - we recorded the series and our experts have provided some great resources that our experts for you to continue your learning! 

Still have questions? Post them in this thread for our experts!

 

#Code Builder #Developer Tools #LWC #Lightning Web Components #Ask An Expert #SFDevsAMA

Show Less

0/9000