adspace
How to ensure fls while working with lightning component?
Answer Posted / Mukteshwar Yadav
To ensure FLS (Field Level Security) while working with Lightning components, you should retrieve data using Apex classes or REST/SOAP APIs that already have FLS rules applied. Additionally, you can create aura:hasRecordId and wireAdapters to retrieve the current user's record ID and access its related records. Finally, use aura:id to reference Lightning components and define their visibility based on record type or profile.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers