function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prosenjit Sarkar 7Prosenjit Sarkar 7 

How FLS, Lookup is maintained in Lightning Components ?

Hi developers,

I have not found in Lightning Component Developers Guide that how to maintain FLS and Look up  in Lightning Components. Can you please suggest some thing ?
scottbcovertscottbcovert
Hi Prosenjit,

I believe FLS is maintained natively within lightning components: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/apex_crud_fls.htm

Best,
Scott
Prosenjit Sarkar 7Prosenjit Sarkar 7
Thanks a lot scottbcovert . Could you please tell me about look up ?

Regards,
Prosenjit
Prosenjit Sarkar 7Prosenjit Sarkar 7
So nothing is maintain internally by salesforce. All we need to develop right ?

Thanks
Prosenjit
scottbcovertscottbcovert
Prosenjit,

Seems that way for lookups currently; this might prove useful until it's implemented by Salesforce - https://developer.salesforce.com/blogs/developer-relations/2015/06/salesforce-lightning-inputlookup-missing-component.html
Mohith Kumar ShrivastavaMohith Kumar Shrivastava
Yes thats correct .All you will have to develop yourself .Every query and Every DML should pass through FLS checking and CRUD access in your apex .