
Ajeet
Individual-
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: A Brief History And What The Future Holds
If you have even a passing interest in Salesforce and use SFDC tools at work, some knowledge of how the Salesforce platforms came to be…

How to Integrate Salesforce With Social Media Channels
More than 60% of the world now uses social media and has active profiles on more than six social media platforms. Social networks have long…

What is the Non-Profit Success Pack in Salesforce?
The Salesforce Non-Profit Success Pack (NPSP) is a free solution available to nonprofits through the Salesforce AppExchange. It was created to help nonprofits use CRM…
Popular Salesforce Videos
Replicate Salesforce Data in Real-Time with Change Data Capture
In this video, we will see how to replicate Salesforce data Migrate your batch processing, scheduled ETL, and nightly workloads to event-driven, real-time integrations using…
The Rising Demand for Salesforce Experts | Salesforce Careers
With more than 500,000 organizations using Salesforce to drive key business results, the market is brimming with opportunities for Salesforce certified professionals. A quick job…
Unleash the Power of Compare Tables | Salesforce Video
In this video, you will learn how to use compare tables to calculate complex calculations quickly, which you can then use to visualize your data.…
Popular Salesforce Infographics

How To Sell Better in 2020 | Tips From Salesforce Leaders
There are various things that you need to pay heed on while selling something. In 2020, where technology is ruling the world, and we are…

5 steps to follow for successful Salesforce Implementation
Although implementing Salesforce is designed to help you meet the challenges of your business, it might not provide the results you want, whether it is…

Timing is Everything : Understanding B2B Buyer Behavior
B2B buyer activity and research peaks at different times of the year, week, and day. Software Advice conducted a study gathering data from six million…