Thursday, 23 January 2020

Amazing Facts of Salesforce


1. The Salesforce Tower, also known as Transbay Tower, in San Francisco is the tallest building in the Bay Area and the second tallest in the United States.

2. Salesforce has a band called Apex & the Limits that are made up of current Salesforce MVPs.

3. Salesforce was named the world’s most innovative company by Forbes 4 times in a row, from 2011 to 2014.

4. Marc Benioff is the cousin of David Benioff, the Game of Thrones TV Series creator.

                                

5. BOLDforce is Salesforce’s Black Organization for Leadership & Development that aims in developing educational youth programs to help create education and awareness around diversity and inclusion.

6. There are over 3,500 apps on the Salesforce AppExchange.

7. Radical Apex Developers (RAD) Women is a community group that has been teaching women to code on the Salesforce platform.

8. Salesforce invented the 1/1/1 Model – Salesforce pioneered the Pledge 1% model of integrated corporate philanthropy that is all about dedicating 1% of equity, product, or employee time back into the community.

9. Salesforce offers an Education Reimbursement Program that reimburses employees’ cost of fees, tuition, and books up to $5,000 per year.

10. Salesforce offers job training and career accelerator program for military service, members, veterans, and spouses called Vetforce.

11. AppExchange from Salesforce was launched in 2005, 3 years before Apple’s App Store.



12. Time magazine was acquired by Salesforce founders for $190 million.

13. Salesforce ranked #1 on the Fortune 100 Best Companies to work for.

14. At just 26 years of age, Marc Benioff was the youngest Vice President of Oracle.

15. Dreamforce, the biggest Salesforce event of the year, was first launched in 2002 and held in San Francisco every year.

16. Salesforce’s largest acquisition was Mulesoft for a whopping $6.5 billion.

17. Salesforce Trailhead leads the field of gamification and it makes the learning process fun for participants at the same time by helping them complete Trailheads and earn badges along the way.


18. Salesforce has an entire community designed to bring together people with various disabilities called Abilityforce.

19. Salesforce has its own community called the IdeaExchange where you can suggest and vote on ideas from fellow Trailblazers.

20. Salesforce has its personal online shop for swags called the Salesforce Store.

21. There are currently a total of 22 Salesforce Certifications available.

22. Salesforce has its own user-generated community for Q&A on Twitter called AskForce.

23. Salesforce has acquired over 50 companies since its inception in 1999.

24. ExactTarget was acquired by Salesforce for $2.5 billion in 2013 and later became the well-known Salesforce Marketing Cloud.

25. Salesforce acquired Demandware for an unprecedented sum of $2.8 billion in 2016 and renamed it Salesforce Commerce Cloud.


Thursday, 2 January 2020

Push Notification Using Automation in Salesforce

Hi folks, Today we will learn how to we can get a bell notification when the automation will fire in Salesforce.

Push notification — An alert appears on the user's mobile device when a user has installed the Salesforce app for Android or iOS. These alerts can consist of text, icons, and sounds, depending on the device type.

1. From the Home tab, type "Custom Notifications" in the Quick Find Box and then click on Custom Notifications link which is under the "Notification Builder".


2. Click on the New button and fill in the Custom Notification Name (API Name will auto-populate) and check the Supported Channels. It can be Desktop or Mobile or both according to your use. I will suggest for check both.


3. Type Process Builder from Quick Find Box and then Select.


4. Click on the New button and fill in the "Process Name" (API Name will auto-populate).
Select A Record Changes from "The process starts when" section and then click the Save button.


5. Click on Add Object, Select your object i.e. Contact. Select "Start The Process" according to your condition.


6. Click on Add Criteria. Fill in the "Criteria Name" and "Set Conditions".


7. Click on Add Action. Select the "Action Type" Send Custom Notification and then fill in the "Action Name".
In "Notification Type", Select your previously created custom notification "Bell Notification".
In the "Notification Recipient" section, select whoever will receive the push (bell) notification.

i.e. "Queue". Here "My_Queue" is the Salesforce Queue API name where we can add multiple users and they will receive the bell notification at the same time.


8. On the Notification Title and Notification Body section, you need to fill in the message as well as you can also Merge the object field.


When you will click on the "Merge Field" then you will see the below popup as per the image. From here you can add the field that will get the real data from the record when the Process Builder will fire.


9. When all will complete then click on the Save button.

10. Activate your Process Builder and try to fire it.



If you have done the same thing from this post then you need to go to any Contact record and update the email.

You will receive a push notification (In this case the "Queue" users will receive the push notification).


 We have not tested the custom notification on mobile devices. Let's start the process. Thanks for following this post as well as these steps. I think this is very helpful to you. If you have any queries regarding this step then please comment.

Total Pageviews