Custom Metadata Types in Salesforce
Custom Metadata Types in Salesforce are similar to Custom Objects in Salesforce. It generally allows the user to create custom sets of data that will be retrieved without the use…
Custom Metadata Types in Salesforce are similar to Custom Objects in Salesforce. It generally allows the user to create custom sets of data that will be retrieved without the use…
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…
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 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 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 Objects are the basic entity in Salesforce that use to store information. We can consider an Object as a data table that contains data…
Salesforce is one of the most popular & world's No. 1 Customer Relationship Management(CRM) providers. It provides cloud computing Service As A Software(Saas) that specialize in CRM. It allows businesses…
Navigation Bar is the most common component in the iOS Apps, it allows us to navigate the application. As we all know there is NO back button on the iPhones.…
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…
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…
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…
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…