Posts

Einstein Analytics Desktop Exploration

Become a Data Explorer You have to follow the steps mention in the trailhead. It is quite easy steps but if you got stuck please comment below. So, I will create video with easy trick help you to complete this challenge. Analyze Your Data Over Time You have to follow the steps mention in the trailhead. It is quite easy steps but if you got stuck please comment below. So, I will create video with easy trick to help you to complete this challenge. Calculate with the Compare Table In a Compare Table formula, you can refer to other columns with: Letter(A..Z) What can you change in a formula column? The formula and the name. How many groupings can you have in a Compare Table? Up to four. Congratulation 💪 You just unlock your Superbadge 😎

Einstein Analytics Administration Basics

Learn About Einstein Analytics Setup Einsein Analytics is... An application built on top of Salesforce What kind of org should you use for checking challenges when you do Trailhead modules about Einstein Analytics? A Developer Edition org, because it's a free, safe environment where you can try things out Assign Permissions What do you have to assign to users before they can access Einstein Analytics? A and B ("Einstein Analytics permission set license (PSL)" And "Permission set with at least one Einstein Analytics user permission") Which permission gives you view-only access to Einstein Analytics? Use Analytics Select and Enable Einstein Analytics Features When you set up Einstein Analytics, which of the following features can you enable? B and C ("Sharing of apps with Communities " And "Access to the API") Which of the following are requirements for enabling Analytics for Communities? B and D ("Have a Customer Community Plus or Partner...

Einstein Analytics Data Integration Basics

Kick Off the Data Journey What type of data can a dataset contain? Any of the above or a combination What is a benefit of using a dataset? It lets you explore large amounts of data quickly What are the two main steps for creating a dataset? Extract and prepare Extract External Data into Analytics Why is it important to prepare the data in a CSV file before you bring it into Analytics?  To make sure Analytics can set the field type correctly What can you do on the Edit Field Attributes page when uploading a CSV file to Analytics All of the above Where can you view the status of a CSV upload in Analytics? The data manager Extract Salesforce Data into Analytics What can you do with the dataflow? Extract Salesforce object data into Analytics Why is it important to select the right root object when you use the dataset builder? The root object determines what related objects you can add to the dataset.   What dataflow information can you see in the Monitor tab of the data manag...

Custom Permission Set Component

Image
This is a custom permission set component that is made in LWC. This component can be used to assign multiple fields and object permissions to multiple permission set at the same time. This is a very helpful component when permission on a field or two needs to be assigned to many permission sets at the same time. This is a complete generic component that is made out of the LWC (lighting web components) in salesforce. This component can be assigned to quick action, to the home page, to a record page and even to the app page. Click here to check the video demonstrating the working of the component,                                          Component Description : This component has 3 sections. Object - The object section contains a dropdown with the list of objects which can be selected. Once an object is selected the fields of the objects that are permissible aut...

Data Type and different Data Types are available in Apex

A data type in a programming language is a set of data with values having predefined characteristics. Examples of data types are: integer, floating point unit number, character, string, and pointer. Usually, a limited number of such data types come built into a language. The language usually specifies the range of values for a given data type, how the values are processed by the computer, and how they are stored. Apex is a strongly typed, object-oriented programming language. Just like any other  programming language, Apex has variety of data types that you can use. Primitive Types - This data types include String, Integer, Long, Double, Decimal, ID, Boolean, Date, Datetime, Time and Blob. All these data type variables are always passed by value in methods.  Another point to note is in Apex, all variables are initialized to null when declared. You must explicitly initialize to non-null values before using. Data Type Description Blob A c...

How to create FREE Salesforce Developer Account

Image
To create your developer account. You need to follow below steps: Step 1: Click here to redirect to Sign-up page. Step 2: Fill the form are as follows:    Step 3:  Congratulations 💥 you created your Developer account.   Step 4: For Learning SFDC using Trailhead. Click Here.

Cloud Computing

Image
Cloud computing is the delivery of computing services—including servers, storage, databases, networking, software, analytics, and intelligence—over the Internet (“the cloud”) to offer faster innovation, flexible resources, and economies of scale. You typically pay only for cloud services you use, helping lower your operating costs, run your infrastructure more efficiently and scale as your business needs change. By Sam Johnston - Created by Sam Johnston using OmniGroup's OmniGraffle and Inkscape (includes Computer.svg by Sasa Stefanovic)This W3C-unspecified vector image was created with Inkscape., CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=6080417 Top benefits of cloud computing: Cost:  Cloud computing eliminates the capital expense of buying hardware and software and setting up and running on-site datacenters—the racks of servers, the round-the-clock electricity for power and cooling, the IT experts for managing the infrastructure. It adds up fast...