How to Use Aura Iteration In Lightning Component
In this article we will go through: What is Aura Iteration How to use simple Iteration How to iterate over server side data aura:iteration is used to iterate over a… Read more »
In this article we will go through: What is Aura Iteration How to use simple Iteration How to iterate over server side data aura:iteration is used to iterate over a… Read more »
In what ways we can achieve pagination? We can add pagination to a page using a standard set controller by utilizing the next and previous actions. To control the number of records displayed on… Read more »
Difference between role and profile? Profiles help to control object privileges such as CRED (Create, Read, Edit, Delete). They also contain system permissions that a user can carry out such as… Read more »
Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or… Read more »
Creating a blog can seem like an intimidating prospect, particularly if it’s first time. Fortunately, if we have chosen WordPress as our platform, we are off to a great start. WordPress makes… Read more »
Given string is palindrome or not ? Palindrome is a string that reads the same backward as well as forward and can be of odd or even length. A palindrome… Read more »
Set: A set is an unordered collection of elements. Set elements can be of any data type—primitive types, collections, sObjects, user-defined types, and built-in Apex types Set does not allow… Read more »