Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Difference between glide system and glide record. ?

ram2497
Tera Contributor
  • Difference between glide system and glide record.?
2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

These are both APIs of the Tool. Glide Record is the api which is used to interact with the database to perform CRUD operations GlideSystem has a set of functions that are used to 

  • Find information about the currently logged in user
  • Log messages (debug, error, warning, info)
  • Add messages to pages
  • Generate events
  • Execute scheduled jobs
  • And more…

Read more on SN Docs

-Anurag