can gliderecord use for client side
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 08:29 AM
can gliderecord use for client side
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2021 06:21 PM
What "Performance"? I see this thrown around alot and yet never explained. What is the "Performance" issue when dealing with callbacks in the query?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2019 02:39 AM
You can use it but it is not recommended as it is not performance friendly and also for security reasons. In general case you only need to retrieve a field or two from server to client side but glideRecord retrieve all the fields available in that table.