Tag Archives: Custom Data Table

Use of FLS and CRUD operation in Salesforce

In this blog, we will understand how to perform FLS and CRUD operation in salesforce. Field-Level Security (FLS) in Salesforce let you restrict users’ access to view and edit specific fields. Field level security implements using the CRUD operation (Create, Read, Update and Delete i.e. CRUD). Apex in salesforce doesn’t respect CRUD & FLS. It… Read More »

Salesforce – How to get row index of lightning table rows

Dynamic lightning table components help you to display the records in the table format easily. In this blog, we will understand how to get a row index of lightning table rows. If we want to do operation on the click on any column of table, we need a row index of respective rows.Firstly, we need… Read More »