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
simon chaosimon chao 

How to limit user from seeing applications on lightning datatable

Hi,

I currently have a community. When a user signs up, a contact is created. All new user gets put into the same Account and uses the same Profile. 

I have a criteria, where a user can ONLY view applications that they create. Currently, a new user can see applications previously made by another user. 

How can I restrict this? Do I do this within the controller? Or within the lightning component? Any help is greatly appreaciated.