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 »
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 »
1.Whenever case is created send email to case owner. How to do that? We can do it using flow. 2.How to call Future methods from Process Builder? To call… Read more »