
riccardo giannì
Member-
Mallika replied to the discussion What is a method for adding content to Salesforce CRM content? in the forum Salesforce® Discussions 4 years ago
What is a method for adding content to Salesforce CRM content?
Hi Ratnesh,
We can add content in 2 ways.
<b id="ext-gen26">Chatter files
You can upload a file and store it privately until you're ready to share it. Share the file with coworkers and groups to collaborate and get feedback. Attach files to posts in a Chatter feed on the Home tab, Chatter tab, a profile, a record, or a group. Users with access… -
Mallika replied to the discussion How to insert password in apex test class of Salesforce? in the forum Salesforce® Discussions 4 years ago
How to insert password in apex test class of Salesforce?
Hi Aditya,
Try this code. Hope it helps!
@isTest public class SampleTest { public static testMethod void LoginFail() { Sample tp=new Sample (); tp.loginPage(); } public static testMethod void loginPass() { Account acc = new Account(); acc.Name ='mecrin'; acc.sic = '12345'; insert acc; Sample tp=new Sample…
-
Mallika replied to the discussion How to integrate a youtube search engine in a Visualforce page? in the forum Salesforce® Discussions 4 years ago
How to integrate a youtube search engine in a Visualforce page?
Hi Shweta,
By creating Apex Controller, we can integrate Youtube search engine in VF page.
Try using the code mentioned in the below link.
https://developer.salesforce.com/forums/?id=906F0000000AVJGIA4
I hope this helps!
-
Mallika replied to the discussion How can we conditionally display content in lightning component? in the forum Salesforce® Discussions 4 years ago
-
Mallika replied to the discussion How can we display loading spinner in lightning component? in the forum Salesforce® Discussions 4 years ago
How can we display loading spinner in lightning component?
Hi Pooja,
lightning:spinner displays an animated spinner image to indicate that a request is loading.
Here is the explanation and example code for creating loading spinner in Lightning component.
https://www.sfdcpoint.com/salesforce/loading-spinner-in-lightning-component/
Hope this helps!
Popular Salesforce Blogs

Salesforce Kanban Board - All You Need to Know
The Kanban load-up was initially evolved in Japan ('Kanban' deciphers as 'announcement') by Toyota to work within the nick of time (JIT) assembling and conveyance. …

What is Salesforce Marketing Cloud Email Studio in 2024?
In the ever-evolving landscape of digital marketing, personalized communication is the key to capturing the audience’s attention. Salesforce Marketing Cloud Email Studio stands at the…

Introducing Screen Flow in Salesforce
In this Blog, we will learn about Screen Flows. As we all know, flow is an automation tool provided by Salesforce which can be used…
Popular Salesforce Videos
How to Create a File Location in Salesforce Marketing Cloud
Cameron Robert shows how to use PuttyGen to generate and create an SSH Key for SFTP usage in Salesforce Marketing Cloud, then how to create…
Wildcards in SOSL | Clauses in SOSL | Learn Salesforce Development
In this video, Shrey covered Wildcards in SOSL in Salesforce. And also you will learn: What are the different Wildcards in SOSL? What are Clauses…
Launch of Virtual Sales Tools | Salesforce 360: New Features
Salesforce has announced new Sales Cloud and supporting features to make virtual sales experiences more engaging and productive. In a nutshell, Salesforce is releasing 4…
Popular Salesforce Infographics

How to Create a Community of Trust and Gratitude with Salesforce
The businesses that will be remembered positively after COVID-19 are extending empathy and grace to their employees, customers, and communities. We’ve seen so many communities…

Salesforce Experience Cloud Benefits For Business Growth
Explore How Salesforce Experience Cloud Can Help Your Business? Get bespoke solutions including: Data integration, time & cost savings.

Dreamforce 2019 in Review: Key Facts and Figures
November 19–22 marked Salesforce’s 17th Dreamforce event, bringing together the Salesforce community — customers, partners, employees, students, and more — for four days of innovation,…