-
Questions on Aura, Salesforce configurations
I came across few questions in recent interviews for which i am not very sure on the answers. Will appreciate any help/discussions.
1>How to restrict duplicate contact creation without using duplicate rules,matching rules and triggers
2>A profile has contact delete permission.This profile is assigned to 2 users but one user should be able to delete contact other should not .How do you achieve this
For the same scenario above let’s say I have a lightning button to delete contact and I have made the class as with sharing. In this scenario what happens when I delete the contact as the two users?
As per my uderstanding with sharing can only add restriction based on OWD and sharing rule. not profile. if user has delete access on profile then he will be able to delete.
3>What do you do when you have a req to display list of contacts on the UI but the columns and order of columns varies from client to client?
4>How do you display 50k records on UI using Aura—- data table lazy loading??
5>Can we integrate with 3rd party system using aura without Apex?6>Suppose we a zip code field in account detail page. in that detail page we want to display another component that would show top restaurants in that zipcode. How can we achieve this?
Log In to reply.