<?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>question Are there any scheduled jobs or anything that would make Request (sc_request) records inactive? in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545410#M6944</link>
    <description>&lt;P&gt;We found that the state of Approval records related to Request records are being changed from requested to not_required and we thought that this may be due to the Request records being changed by the system to inactive for some reason.&amp;nbsp;Upon further investigation, we have found that multiple records are affected all within a span less than a second.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There were no changes in the associated Request Item (sc_req_item) records that would've triggered the change on the Request records so I guess that rules out business rules here.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there any reason why the system would make multiple Request records inactive? Is it doing it through a Scheduled Job or Scheduled Flow? I have already checked both and couldn't find anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2026 09:00:33 GMT</pubDate>
    <dc:creator>CompleteNoobHea</dc:creator>
    <dc:date>2026-05-19T09:00:33Z</dc:date>
    <item>
      <title>Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545410#M6944</link>
      <description>&lt;P&gt;We found that the state of Approval records related to Request records are being changed from requested to not_required and we thought that this may be due to the Request records being changed by the system to inactive for some reason.&amp;nbsp;Upon further investigation, we have found that multiple records are affected all within a span less than a second.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There were no changes in the associated Request Item (sc_req_item) records that would've triggered the change on the Request records so I guess that rules out business rules here.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there any reason why the system would make multiple Request records inactive? Is it doing it through a Scheduled Job or Scheduled Flow? I have already checked both and couldn't find anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 09:00:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545410#M6944</guid>
      <dc:creator>CompleteNoobHea</dc:creator>
      <dc:date>2026-05-19T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545421#M6945</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/607225"&gt;@CompleteNoobHea&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Look for an out-of-the-box (OOTB) business rule named&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Moot Approvals Upon Cancellation&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;on the Task&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;table.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If&amp;nbsp;&amp;nbsp;a Request is set to inactive by a script or scheduled job or flow, it triggers this rule to bulk-cancel approvals within a fraction of a second and setting approval not record&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TanushreeMaiti_0-1779181850693.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/516467iB8A9E4FFA91C8C54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TanushreeMaiti_0-1779181850693.png" alt="TanushreeMaiti_0-1779181850693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 'mark closed' business rule is marking the record to inactive (active=false)&lt;/P&gt;&lt;P&gt;It is calling 'runMarkClosed' from the 'TaskStateUtil' script include.&lt;/P&gt;&lt;P&gt;The script include&amp;nbsp;is checking below&amp;nbsp;inactive states&lt;/P&gt;&lt;P&gt;SYSTEM_INACTIVE_STATES : [3, 4, 7], // task default inactive/close states&lt;/P&gt;&lt;P&gt;When the record is inactive, the approvals are set to 'No Longer Required'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;refer:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0726424" target="_self"&gt;KB0726424 Approval is being set to "No Longer Required"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Also check this KB:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB2588470" target="_self"&gt;KB2588470 Workflow with 'No Longer Required' Condition Approval&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Link:&amp;nbsp;https://&amp;lt;Your_instance_name&amp;gt;/sys_script.do?sys_id=4272fc4d0a0a0b27003f173125ab48fc&amp;amp;sysparm_view=&amp;amp;sysparm_record_target=sys_script&amp;amp;sysparm_record_row=1&amp;amp;sysparm_record_list=nameSTARTSWITHmoot%5EORDERBYname&amp;amp;sysparm_record_rows=1&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 09:16:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545421#M6945</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-05-19T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545425#M6946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/287542"&gt;@Tanushree Maiti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured &lt;STRONG&gt;Moot Approvals Upon Cancellation &lt;/STRONG&gt;is what’s changing the state of the Approval records to not_required but what I am more concerned about is what exactly is setting the Request records to inactive (active=false) in the first place. There were no changes on the associated Request Item record that would’ve possibly triggered the changes on the Request record and also considering the fact that this happened to multiple Request Records rules out the possibility that this was due to a business rule.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 09:39:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545425#M6946</guid>
      <dc:creator>CompleteNoobHea</dc:creator>
      <dc:date>2026-05-19T09:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545440#M6947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/607225"&gt;@CompleteNoobHea&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain what you have found out. What component changing the state . Is that component customized. If you share details with code, then I can clarify your query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 09:38:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545440#M6947</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-05-19T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545454#M6948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/287542"&gt;@Tanushree Maiti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate you looking in to this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That’s the thing though. We don’t have a custom code of any sort that would periodically change active Request Records to inactive so it is unclear what exactly is changing the value of active flag into false and I am wondering if there is any OOTB Scheduled Jobs that would do that.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have found a post on&amp;nbsp;&lt;A style="box-sizing: border-box; background-color: transparent; color: #007393; text-decoration: underline; font-size: inherit; font-family: ServiceNowSansRegular;" href="https://www.reddit.com/r/servicenow/s/ovBIX5AOqN" target="_blank" rel="noopener"&gt;r/servicenow.&amp;nbsp;&lt;/A&gt;I think it is a similar issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you could have a look and it will give you a clearer picture.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 09:57:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545454#M6948</guid>
      <dc:creator>CompleteNoobHea</dc:creator>
      <dc:date>2026-05-19T09:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545457#M6949</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/607225"&gt;@CompleteNoobHea&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Definitely Active is getting false , but you need to check your configuration at what scenarios it is happening .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any rollback of Flow/workflow ,your team performed..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 10:01:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545457#M6949</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-05-19T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545460#M6950</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/287542"&gt;@Tanushree Maiti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have already checked through our configuration and could not find anything that’s why I was looking at the possibility that this may be OOTB.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, I would like to add that when the Request record is updated after it has become inactive, it changes back to active.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 10:06:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545460#M6950</guid>
      <dc:creator>CompleteNoobHea</dc:creator>
      <dc:date>2026-05-19T10:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545791#M6956</link>
      <description>&lt;P&gt;It sounds like you have been focusing on record changes to identify what happened. Assuming you have access or can work with someone that does you should be able to trace what caused the updates.&lt;BR /&gt;&lt;BR /&gt;If you have auditing turned on it should record every change made, the user (likely system given your description), and the time. What you really want is the exact time the change occurred.&lt;BR /&gt;&lt;BR /&gt;If you have the exact timing of the change then you can review the system logs around that time and see if there are any log messages that may help identify what was done and potentially why. Next you need to check flow and process executions around that time and see if you can identify which one made the change. Once you know the process or flow you can identify what the trigger was and begin figuring out how to prevent it from happening again in the future if it was in fact buggy or undesirable behaviour.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 15:22:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545791#M6956</guid>
      <dc:creator>John Gilmore</dc:creator>
      <dc:date>2026-05-19T15:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545964#M6957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/542243"&gt;@John Gilmore&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Actually I did go through our logs, process executions and event queue, and I couldn't find anything that I could attribute the issue to.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I also checked my PDI and I have observed the same pattern - the Request record becoming inactive despite no changes on the Request Item record that would've triggered it being recorded. Left is the update history on the Request Item and the right is on the Request record.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CompleteNoobHea_1-1779239402541.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/516604iC639ABF2B8134C98/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="CompleteNoobHea_1-1779239402541.png" alt="CompleteNoobHea_1-1779239402541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 01:10:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3545964#M6957</guid>
      <dc:creator>CompleteNoobHea</dc:creator>
      <dc:date>2026-05-20T01:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any scheduled jobs or anything that would make Request (sc_request) records inactive?</title>
      <link>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3550279#M7029</link>
      <description>&lt;P&gt;Found a completely unrelated, misconfigured custom action that updates the state of sc_request records to closed_complete[4].&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 08:10:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/are-there-any-scheduled-jobs-or-anything-that-would-make-request/m-p/3550279#M7029</guid>
      <dc:creator>CompleteNoobHea</dc:creator>
      <dc:date>2026-05-28T08:10:49Z</dc:date>
    </item>
  </channel>
</rss>

