Custom Setting in Salesforce
Custom Setting in Salesforce

Custom Setting in Salesforce

Custom Setting in Salesforce is similar to Custom Object in Salesforce. It generally allows the user to create custom sets of data which is associated with an organization, profile, or…

Junction Object in Salesforce
Junction Object in Salesforce

Junction Object in Salesforce

Salesforce provides multiple types of relationships in order to connect objects together in different ways. You may familiar with two main relationship type Lookup relationship & Master-Detail relationship. These relationships…

Field Dependency In Salesforce
Field Dependency In Salesforce

Field Dependency in Salesforce

Field Dependency In Salesforce Field Dependency in Salesforce is a kind of filter that allows users to change the values in the picklist based on the values selected in the…

Data Type and Field Type in Salesforce
Data Type and Field Type in Salesforce

Data Types and Field Types in Salesforce

Data Type and Field Type in Salesforce In this tutorial, we are going to learn about different types of Data types in Salesforce and Field types in Salesforce. Every field…

Create Custom Object in Salesforce Lightning
Create Custom Object in Salesforce Lightning

Create Custom Object in Salesforce Lightning

Create Custom Object in Salesforce Lightning Objects are the basic entity in Salesforce that use to store information. We can consider an Object as a data table that contains data…

Singleton Classes in Swift
Singleton Classes in Swift

Create Singleton class in Swift 5 in 2022

Singleton class in swift is a very useful and popular design pattern in development. Most of the developers are using this design pattern. This is very simple, common, and easy to use…

How to make UIView Clickable
How to make UIView Clickable

How to make UIView Clickable in Swift

UIView is the core element in swift, we always use UIView if we want to create something unique like a custom design, a custom button. It is an object which…

Quiz App in Swift
Quiz App in Swift

Quiz App in Swift

Creating an application in iOS is very easy, we only need to understand the basic concept and data flow between the screens. In this article, we are going to learn…

MVVM in Swift

Model View View Model architecture pattern is the advanced version of MVC architecture pattern. MVVM architecture pattern allows us to make the project structural and easy to maintain. The files…