<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>post GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure in Developer blog</title>
    <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/ba-p/2539299</link>
    <description>&lt;DIV class="flex-1 overflow-hidden"&gt;
&lt;DIV class="react-scroll-to-bottom--css-euexq-79elbk h-full dark:bg-gray-800"&gt;
&lt;DIV class="react-scroll-to-bottom--css-euexq-1n7m0yu"&gt;
&lt;DIV class="flex flex-col items-center text-sm dark:bg-gray-800"&gt;
&lt;DIV class="group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg-[#444654]"&gt;
&lt;DIV class="text-base gap-4 md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl p-4 md:py-6 flex lg:px-0 m-auto"&gt;
&lt;DIV class="relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]"&gt;
&lt;DIV class="flex flex-grow flex-col gap-3"&gt;
&lt;DIV class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;P&gt;Are you using GlideRecordSecure in your ServiceNow scripts?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I recently stumbled upon a question about GlideRecordSecure and how it differs from GlideRecord. Although I had heard of GlideRecordSecure before, I never delved deeper or used it.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;BR /&gt;In order to gauge its usage in the ServiceNow community/ecosystem, I conducted a LinkedIn poll and found that 89% of the respondents have either used it occasionally, never used it, or have not even heard of it. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="IshaanShoor_0-1681920600196.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/255574iDBCFCE26CEF47E5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IshaanShoor_0-1681920600196.png" alt="IshaanShoor_0-1681920600196.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GlideRecordSecure is a variant of GlideRecord that provides enhanced security features. In a nutshell, it allows you to control access to data, preventing unauthorized users from viewing or modifying sensitive information by enforcing access controls. So why aren't more people using GlideRecordSecure? One possibility is that many ServiceNow developers simply aren't aware of its existence, Another is that it may not be necessary for all the use cases.&lt;BR /&gt;&lt;BR /&gt;Regardless of your current usage of GlideRecordSecure, it's worth understanding GlideRecordSecure better, the differences between GlideRecord and GlideRecordSecure, and when to use each, Let's explore these topics further in this blog.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Overview&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;GlideRecord and GlideRecordSecure are two of the most commonly used scripting classes in ServiceNow, both of which are used to interact with the ServiceNow database.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;GlideRecord is a ServiceNow API that allows developers to access and manipulate data in ServiceNow databases. GlideRecordSecure is another version of GlideRecord that provides an additional layer of security.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What is GlideRecord?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;GlideRecord is a ServiceNow API that provides developers with an easy way to query, update, and insert data into ServiceNow tables. GlideRecord allows developers to perform complex queries, and filter data based on a variety of conditions. GlideRecord queries can return one or more records, which can then be used to perform further operations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is GlideRecordSecure?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;GlideRecordSecure is a version of GlideRecord that provides an additional layer of security. GlideRecordSecure is designed to prevent unauthorized access to data.&amp;nbsp;&lt;SPAN&gt;GlideRecordSecure enforces access controls and ensures that the user has permission to access the records they are querying.&lt;/SPAN&gt;&amp;nbsp;Developers can then use GlideRecordSecure in the same way as GlideRecord to query and manipulate ServiceNow records.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are the differences between GlideRecord and GlideRecordSecure?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;GlideRecord queries and manipulates data in the same way as GlideRecordSecure, but GlideRecordSecure provides additional features for securing sensitive data. This ensures that sensitive data cannot be intercepted by unauthorized users as it enforces access controls.&amp;nbsp; Another difference between the two is performance, Because GlideRecordSecure enforces access controls, it may take longer to execute queries than GlideRecord.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When to use GlideRecord vs GlideRecordSecure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are accessing, querying, or manipulating data that is not sensitive and do not need to enforce access controls, you can use GlideRecord.&amp;nbsp;If you are accessing sensitive data and need to enforce access controls, It's a good idea to use GlideRecordSecure, This will help ensure that the data remains secure and confidential and that only authorized users can access it.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Conclusion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GlideRecord and GlideRecordSecure are both useful classes in ServiceNow for interacting with tables. GlideRecord is a convenient way to query tables, while GlideRecordSecure enforces access controls and ensures that the user has permission to access the records they are querying. GlideRecord is ideal for general-purpose queries and manipulations of non-sensitive data, while GlideRecordSecure is designed to be used when working with sensitive data.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="w-full h-32 md:h-48 flex-shrink-0"&gt;
&lt;P&gt;&lt;BR /&gt;Some other blogs and videos for your reference that you can have a look at are below&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://developer.servicenow.com/blog.do?p=/post/gliderecord-vs-gliderecordsecure/" target="_blank" rel="noopener"&gt;GlideRecord vs GlideRecordSecure&lt;/A&gt;&amp;nbsp;by&amp;nbsp;&lt;SPAN&gt;Brittany Navin&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=rVJAxIn4Cd8" target="_blank" rel="noopener"&gt;GlideRecordSecure vs GlideRecord | ServiceNow - YouTube&lt;/A&gt;&amp;nbsp;by&amp;nbsp;@Community Alums&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=MSNEFltcY9Q" target="_blank" rel="noopener"&gt;Learn ServiceNow GlideRecordSecure | GlideRecordSecure vs GlideREcord- YouTube&amp;nbsp;&lt;/A&gt; by&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265565"&gt;@Amit Gujarathi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://therockethq.gitbooks.io/servicenow1/content/index/index/scripting/scripting-concepts/gliderecord/gliderecordsecure.html" target="_self"&gt;GlideRecordSecure&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any feedback, suggestions, or additional references that can enhance the blog, feel free to let me know.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ishaan&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 Apr 2023 02:28:37 GMT</pubDate>
    <dc:creator>Ishaan Shoor</dc:creator>
    <dc:date>2023-04-20T02:28:37Z</dc:date>
    <item>
      <title>GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/ba-p/2539299</link>
      <description>&lt;DIV class="flex-1 overflow-hidden"&gt;
&lt;DIV class="react-scroll-to-bottom--css-euexq-79elbk h-full dark:bg-gray-800"&gt;
&lt;DIV class="react-scroll-to-bottom--css-euexq-1n7m0yu"&gt;
&lt;DIV class="flex flex-col items-center text-sm dark:bg-gray-800"&gt;
&lt;DIV class="group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg-[#444654]"&gt;
&lt;DIV class="text-base gap-4 md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl p-4 md:py-6 flex lg:px-0 m-auto"&gt;
&lt;DIV class="relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]"&gt;
&lt;DIV class="flex flex-grow flex-col gap-3"&gt;
&lt;DIV class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;P&gt;Are you using GlideRecordSecure in your ServiceNow scripts?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I recently stumbled upon a question about GlideRecordSecure and how it differs from GlideRecord. Although I had heard of GlideRecordSecure before, I never delved deeper or used it.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;BR /&gt;In order to gauge its usage in the ServiceNow community/ecosystem, I conducted a LinkedIn poll and found that 89% of the respondents have either used it occasionally, never used it, or have not even heard of it. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="IshaanShoor_0-1681920600196.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/255574iDBCFCE26CEF47E5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IshaanShoor_0-1681920600196.png" alt="IshaanShoor_0-1681920600196.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GlideRecordSecure is a variant of GlideRecord that provides enhanced security features. In a nutshell, it allows you to control access to data, preventing unauthorized users from viewing or modifying sensitive information by enforcing access controls. So why aren't more people using GlideRecordSecure? One possibility is that many ServiceNow developers simply aren't aware of its existence, Another is that it may not be necessary for all the use cases.&lt;BR /&gt;&lt;BR /&gt;Regardless of your current usage of GlideRecordSecure, it's worth understanding GlideRecordSecure better, the differences between GlideRecord and GlideRecordSecure, and when to use each, Let's explore these topics further in this blog.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Overview&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;GlideRecord and GlideRecordSecure are two of the most commonly used scripting classes in ServiceNow, both of which are used to interact with the ServiceNow database.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;GlideRecord is a ServiceNow API that allows developers to access and manipulate data in ServiceNow databases. GlideRecordSecure is another version of GlideRecord that provides an additional layer of security.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What is GlideRecord?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;GlideRecord is a ServiceNow API that provides developers with an easy way to query, update, and insert data into ServiceNow tables. GlideRecord allows developers to perform complex queries, and filter data based on a variety of conditions. GlideRecord queries can return one or more records, which can then be used to perform further operations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is GlideRecordSecure?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;GlideRecordSecure is a version of GlideRecord that provides an additional layer of security. GlideRecordSecure is designed to prevent unauthorized access to data.&amp;nbsp;&lt;SPAN&gt;GlideRecordSecure enforces access controls and ensures that the user has permission to access the records they are querying.&lt;/SPAN&gt;&amp;nbsp;Developers can then use GlideRecordSecure in the same way as GlideRecord to query and manipulate ServiceNow records.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are the differences between GlideRecord and GlideRecordSecure?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;GlideRecord queries and manipulates data in the same way as GlideRecordSecure, but GlideRecordSecure provides additional features for securing sensitive data. This ensures that sensitive data cannot be intercepted by unauthorized users as it enforces access controls.&amp;nbsp; Another difference between the two is performance, Because GlideRecordSecure enforces access controls, it may take longer to execute queries than GlideRecord.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When to use GlideRecord vs GlideRecordSecure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are accessing, querying, or manipulating data that is not sensitive and do not need to enforce access controls, you can use GlideRecord.&amp;nbsp;If you are accessing sensitive data and need to enforce access controls, It's a good idea to use GlideRecordSecure, This will help ensure that the data remains secure and confidential and that only authorized users can access it.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Conclusion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GlideRecord and GlideRecordSecure are both useful classes in ServiceNow for interacting with tables. GlideRecord is a convenient way to query tables, while GlideRecordSecure enforces access controls and ensures that the user has permission to access the records they are querying. GlideRecord is ideal for general-purpose queries and manipulations of non-sensitive data, while GlideRecordSecure is designed to be used when working with sensitive data.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="w-full h-32 md:h-48 flex-shrink-0"&gt;
&lt;P&gt;&lt;BR /&gt;Some other blogs and videos for your reference that you can have a look at are below&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://developer.servicenow.com/blog.do?p=/post/gliderecord-vs-gliderecordsecure/" target="_blank" rel="noopener"&gt;GlideRecord vs GlideRecordSecure&lt;/A&gt;&amp;nbsp;by&amp;nbsp;&lt;SPAN&gt;Brittany Navin&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=rVJAxIn4Cd8" target="_blank" rel="noopener"&gt;GlideRecordSecure vs GlideRecord | ServiceNow - YouTube&lt;/A&gt;&amp;nbsp;by&amp;nbsp;@Community Alums&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=MSNEFltcY9Q" target="_blank" rel="noopener"&gt;Learn ServiceNow GlideRecordSecure | GlideRecordSecure vs GlideREcord- YouTube&amp;nbsp;&lt;/A&gt; by&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265565"&gt;@Amit Gujarathi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://therockethq.gitbooks.io/servicenow1/content/index/index/scripting/scripting-concepts/gliderecord/gliderecordsecure.html" target="_self"&gt;GlideRecordSecure&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any feedback, suggestions, or additional references that can enhance the blog, feel free to let me know.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ishaan&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Apr 2023 02:28:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/ba-p/2539299</guid>
      <dc:creator>Ishaan Shoor</dc:creator>
      <dc:date>2023-04-20T02:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539632#M7255</link>
      <description>&lt;P&gt;Thanks for the insight&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/267765"&gt;@Ishaan Shoor&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 01:21:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539632#M7255</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2023-04-20T01:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539670#M7256</link>
      <description>&lt;P&gt;Thanks for the article&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/267765"&gt;@Ishaan Shoor&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Just a thought, Can we then use GlideRecordSecure API more than query BRs to restrict access to records?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 02:51:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539670#M7256</guid>
      <dc:creator>sailesh1</dc:creator>
      <dc:date>2023-04-20T02:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539966#M7259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/160025"&gt;@sailesh1&lt;/a&gt;, &lt;BR /&gt;&lt;BR /&gt;I think your question is&amp;nbsp; "can&amp;nbsp; we use GlideRecordSecure API instead of query BRs?", if that's correct.&lt;BR /&gt;GlideRecordSecure API is not used to replace business rules or so, rather it's used as a part of the server script in various server side scripting in ServiceNow, now this script can be a part of Business rule script, Script includes, background-scripts, widgets and the list goes on.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you're asking that we should use GlideRecordSecure more in business rule scripts instead of standard GlideRecord? &lt;BR /&gt;GlideRecordSecure&amp;nbsp;supports similar functions/rules as GlideRecord but gives additional security by automatically enforcing&amp;nbsp;the security rules defined in the Access Control Rules (ACLs) to ensure that only authorized users can perform the requested actions. where as you'll have to call additional methods to do this check using GlideRecord. So, if you need to ensure that a user has read/write/delete access to data in a script,&amp;nbsp;GlideRecordSecure&amp;nbsp;is the way to go, otherwise you can use GlideRecord and if you're not sure you can still go with GlideRecordSecure as it does the job with added security &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this answer your question, please let me know if you have any more questions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 08:17:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539966#M7259</guid>
      <dc:creator>Ishaan Shoor</dc:creator>
      <dc:date>2023-04-20T08:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539984#M7260</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/267765"&gt;@Ishaan Shoor&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I think I have scrambled the wording, Nevertheless I found what I am looking for in the latter part of your answer.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 08:48:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2539984#M7260</guid>
      <dc:creator>sailesh1</dc:creator>
      <dc:date>2023-04-20T08:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2541692#M7265</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/267765"&gt;@Ishaan Shoor&lt;/a&gt;&amp;nbsp;for the credits...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:01:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2541692#M7265</guid>
      <dc:creator>Amit Gujarathi</dc:creator>
      <dc:date>2023-04-21T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2598415#M7360</link>
      <description>&lt;P&gt;Really Helpful..!! Thank you&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/267765"&gt;@Ishaan Shoor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 16:08:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2598415#M7360</guid>
      <dc:creator>kalpesh9</dc:creator>
      <dc:date>2023-06-26T16:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2882360#M8531</link>
      <description>&lt;P&gt;Very Help!!! Great addOn to my knowledge....&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 13:12:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/2882360#M8531</guid>
      <dc:creator>b__YogeshKumarD</dc:creator>
      <dc:date>2024-03-30T13:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: GlideRecordSecure | GlideRecord vs GlideRecordSecure | When to use GlideRecordSecure</title>
      <link>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/3464121#M10875</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Then using gliderecord API, the developer can allow anyone to access any data even the developer him/herself doesn't have access to that table, right?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 09:07:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-blog/gliderecordsecure-gliderecord-vs-gliderecordsecure-when-to-use/bc-p/3464121#M10875</guid>
      <dc:creator>Lisa71</dc:creator>
      <dc:date>2026-01-09T09:07:47Z</dc:date>
    </item>
  </channel>
</rss>

