by admin | Sep 22, 2020 | Vue.js
Vue.js Props In this topic, we are going to discuss how we can use the Vue.js props in the Vue.js framework. Props Casing (camelCase Vs. Kebab-case) The names of the HTML attributes are case-insensitive, so the browsers view any characters of uppercase as lowercase....
by admin | Sep 22, 2020 | Vue js
Vue.js vs. ReactJS What is Vue.js? Vue.js is an open-source progressive JavaScript framework used to build a user interface and the single-page web applications. It is the popular JavaScript framework used to simplify web development. This framework helps us to...
by admin | Sep 22, 2020 | Vue js
Vue.js vs. ReactJS vs. AngularJS Before starting the comparison between Vue.js, ReactJS, and AngularJS, we must know about these frameworks. What is Vue.js? Vue.js is an open-source progressive JavaScript framework used to build a user interface and the single-page...
by admin | Sep 22, 2020 | Interview Questions
Most Frequently asked Vue.js Interview Questions Q.1 What is Vue.js? Vue.js is an open-source progressive JavaScript framework, which is used to build a single-page application and dynamic user interface. The core library of the Vue.js framework is mainly focused on...
by admin | Sep 21, 2020 | Uncategorized
What is Social Media Marketing (SMM)? Social Media Marketing (SMM) is a form of an internet marketing platform that uses social media sites as a marketing tool. It is used to the brand’s promotion, target audience growth, increasing sales, and services through digital...
by admin | Sep 20, 2020 | Salesforce
Class and Object in Apex Class: A class can be defined as a blueprint or template that describes the behavior/states of the object. Objects: Objects have states and behaviors. An object is an instance of a class. Example: A student has states – e.g., name,...
by admin | Sep 20, 2020 | Salesforce
Operators in Apex Operators are the sign that operates on one or more operands. Types of Operators: OperatorsDescriptionSyntax== operator (Assignment Operator) assigns the value of “y” to the value of “x”. x = y+=+= operator (Addition assignment operator) adds...
by admin | Sep 20, 2020 | Salesforce
Loops in Apex Looping is a feature that makes the execution of a set of functions multiple times, although some condition evaluates to true. There are 3 types of loops: While loopFor loopDo-while loop While loop: A while loop is a control flow statement that allows...
by admin | Sep 20, 2020 | Salesforce
If else Statements If else statements are used to control the conditional statement that are based on various conditions. It is used to execute the statement code block if the expression is true. Otherwise, it executes else statement code block. Syntax: if...
by admin | Sep 20, 2020 | Salesforce
String Data Type Anything inside a Single Quotes ( ‘ ‘ ) is known as String. Index of String: The first character of the string stores at 0th index, second character stores at 1st index, and so on. Example: String str='hello world'; integer last=str.indexOf('o');...
by admin | Sep 20, 2020 | Salesforce
Primitive Data Types in Apex There are 5 major data types available in Apex: Primitive (Integer, Double, Long, Date time, String, ID, or Boolean).Collections (Lists, sets, and maps).sObject.Enums.Classes, Objects, and Interfaces. Primitive Data Types...
by admin | Sep 20, 2020 | Salesforce
Switch Statements A switch statement tests whether an expression matches one of the several cases. Syntax: switch(expression)x value1 { //statement } value2 { //statement } value3 { //statement } Default 12345678910111213141516...
by admin | Sep 20, 2020 | Salesforce
Navigating the Setup UI The UI in the Salesforce is mainly used by the administrators and the developers, and it is different for a regular users. The Setup UI does not make use of tabs, global search, the app selector, or the user sidebar. It has its...
by admin | Sep 20, 2020 | Salesforce
Navigating the UI For setting up the Development Environment, we have to sign up for a dev org. Click here and fill out the following term. Note: Our username must be in the form of an email, but it does not have to be a real email address. We can create...
by admin | Sep 20, 2020 | Salesforce
CRM Fields Fields contain columns like “First Name”, “Quantity”, or “Date” that define our data stored in the sheet in rows or records. There are few standard fields of the force.com which puts on every object. Like, a few field types include standard...
by admin | Sep 20, 2020 | Salesforce
Salesforce Architecture: Salesforce is a cloud-based organization. The organization offer lives in the trusted, multitenant cloud systems. The Salesforce platform is the formation of their administrations. It is controlled by metadata and made up of several parts,...
by admin | Sep 20, 2020 | Salesforce
Creating and Retrieving Data in UI The customization that we are going to build would interact with the database. Let us walk through how a user would create, edit, and view a new Account in our dev org. Creating and Editing The pages in the standard UI for...
by admin | Sep 20, 2020 | Salesforce
Security and Validation Security: The Sharing Model is specified by starting at the organization level, Organization-Wide Defaults (Org Wide Defaults), and are selectively restricted/exposed after that. Org Wide Defaults: It set whether an entire object is Private,...
by admin | Sep 20, 2020 | Salesforce
Salesforce History Salesforce was established in 1999 by Oracle executive Marc Benioff, Parker Harris, Dave Moellenhoff, and Frank Dominguez. The company is specializing in Software as a Service (SaaS). Harris and his team wrote the original sales automation software...
by admin | Sep 20, 2020 | Salesforce
Salesforce Salesforce is a CRM (Customer Relationship Management) that bring companies and customers together. What is Salesforce? Salesforce is one integrated CRM platform which gives us different types of departments like marketing, sales, commerce, and service....