<?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>New board topics in Community Resources</title>
    <link>https://www.servicenow.com/community/community-resources/ct-p/community-resources</link>
    <description>New board topics in Community Resources</description>
    <pubDate>Wed, 27 May 2026 18:28:28 GMT</pubDate>
    <dc:creator>community-resources</dc:creator>
    <dc:date>2026-05-27T18:28:28Z</dc:date>
    <item>
      <title>Demo IDP is offline</title>
      <link>https://www.servicenow.com/community/community-central-forum/demo-idp-is-offline/m-p/3549882#M7010</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My Dev IDP is offline -&amp;nbsp;&lt;SPAN&gt;dev366463. I am tempted to release it and request a new one - but I would prefer not to loose its data. Is the instance recoverable?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Shane&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 13:58:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/demo-idp-is-offline/m-p/3549882#M7010</guid>
      <dc:creator>ShaneR170309988</dc:creator>
      <dc:date>2026-05-27T13:58:10Z</dc:date>
    </item>
    <item>
      <title>My PDI is offline after upgrading to Yokohama</title>
      <link>https://www.servicenow.com/community/community-central-forum/my-pdi-is-offline-after-upgrading-to-yokohama/m-p/3549644#M7009</link>
      <description>&lt;P&gt;Is there a possibility to fix the upgrade error to my PDI&amp;nbsp;&lt;SPAN&gt;dev189201?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VincenzoSorren_0-1779870180754.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517551i071FEB9B81C0996C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VincenzoSorren_0-1779870180754.png" alt="VincenzoSorren_0-1779870180754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 08:23:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/my-pdi-is-offline-after-upgrading-to-yokohama/m-p/3549644#M7009</guid>
      <dc:creator>Vincenzo Sorren</dc:creator>
      <dc:date>2026-05-27T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Lab Instance terminated</title>
      <link>https://www.servicenow.com/community/community-central-forum/lab-instance-terminated/m-p/3549643#M7008</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;My lab instance has been terminated, and the “Request Lab Instance” option is currently disabled. Could you please help me understand how to request or activate a new lab instance?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PragatiP0153118_0-1779868535416.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517548iFD5A37639C5A26A3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="PragatiP0153118_0-1779868535416.png" alt="PragatiP0153118_0-1779868535416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 07:55:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/lab-instance-terminated/m-p/3549643#M7008</guid>
      <dc:creator>PragatiP0153118</dc:creator>
      <dc:date>2026-05-27T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Querying Activities using REST API</title>
      <link>https://www.servicenow.com/community/community-central-forum/querying-activities-using-rest-api/m-p/3549427#M7003</link>
      <description>&lt;P&gt;I'm trying to use REST API to pull data from ServiceNow, particularly the data shown in Activities section for the incidents/changes/requests I have. I'm using the table API (/api/now/v1/table/:table_name?sysparm_query=xxx) to find and retrieve data.&lt;/P&gt;&lt;P&gt;So far I've identified:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;sys_journal_field. This contains work notes/comments/approval history.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;element = comments|work_notes|approval_history, element_id=master record's sys_id&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;sys_audit. This contains the audit trace.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;tablename, documentkey, newvalue, oldvalue are the key attributes.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sys_email. This contains the email received/sent entries.&amp;nbsp;target_table points to the master record table, while instance.value in the JSON points to the master record.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Questions:&amp;nbsp;&lt;BR /&gt;1. Are there more types of activities I do not know about? Where can I find documentation for them?&lt;BR /&gt;2. How do you use sysparm_query to search a nested JSON value, like for sys_email's instance.value?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. How is email stored in sys_email if there are attachments? Because of question 2, I am unable to locate an example in my ServiceNow instance.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 May 2026 01:43:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/querying-activities-using-rest-api/m-p/3549427#M7003</guid>
      <dc:creator>kcwong</dc:creator>
      <dc:date>2026-05-27T01:43:13Z</dc:date>
    </item>
    <item>
      <title>Have you seen AQI in the Amaze Builder</title>
      <link>https://www.servicenow.com/community/community-central-forum/have-you-seen-aqi-in-the-amaze-builder/m-p/3549277#M7001</link>
      <description>&lt;P&gt;Hey everybody! Wanted to introduce Amaze to anyone who hasn't come across it yet.&lt;/P&gt;&lt;P&gt;Amaze is a knowledge article builder built for ServiceNow, designed to give knowledge authors a better way to create, format, and maintain content inside both the platform and Knowledge Center. Think drag-and-drop layouts, interactive components, and a full rich-text experience, fully embedded and contained within your instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One feature I think is especially relevant for Knowledge Management: AQI scoring built right into the authoring session. Rather than running quality checks separately, Amaze lets you analyze your article for quality and get AI-driven suggestions while you're still in the editor. It's a small workflow change that makes a real difference for teams trying to maintain content standards at scale.&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="Screenshot 2026-05-26 at 10.49.58 AM.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517451i6BBA7CAE5A721175/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-05-26 at 10.49.58 AM.png" alt="Screenshot 2026-05-26 at 10.49.58 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Always happy to chat more about it or set up a demo, so feel free to reach out: maxwell.ruhr@intellective.co&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 17:50:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/have-you-seen-aqi-in-the-amaze-builder/m-p/3549277#M7001</guid>
      <dc:creator>MaxwellR</dc:creator>
      <dc:date>2026-05-26T17:50:27Z</dc:date>
    </item>
    <item>
      <title>10. Juni 2026 – Core Business Suite CBS</title>
      <link>https://www.servicenow.com/community/community-central-forum/10-juni-2026-core-business-suite-cbs/m-p/3549094#M7000</link>
      <description>&lt;P&gt;Will this and the following Webinar be recorded? And were can I find it?&lt;BR /&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 13:18:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/10-juni-2026-core-business-suite-cbs/m-p/3549094#M7000</guid>
      <dc:creator>nataliekolbeck</dc:creator>
      <dc:date>2026-05-26T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Migration to sir workspace</title>
      <link>https://www.servicenow.com/community/community-central-forum/migration-to-sir-workspace/m-p/3548895#M6998</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to know where can I find official ServiceNow COMMs when a plugin is deprecated, with the migration technology that replaces it and the steps to successfully migrate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 08:11:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/migration-to-sir-workspace/m-p/3548895#M6998</guid>
      <dc:creator>Maria del Cami1</dc:creator>
      <dc:date>2026-05-26T08:11:29Z</dc:date>
    </item>
    <item>
      <title>KB0561766</title>
      <link>https://www.servicenow.com/community/community-central-forum/kb0561766/m-p/3548705#M6994</link>
      <description>&lt;P&gt;is this KB article available to anyone, I'm not able to open the link provided&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LorneW_1-1779740480013.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517321i8BB74A9BF249DCFF/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="LorneW_1-1779740480013.png" alt="LorneW_1-1779740480013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the actual "url" embedded&amp;nbsp; in our SN Instance Application Mabager &amp;gt; Tag Governance&amp;nbsp; summary &amp;amp; version Details page that list this KB article&amp;nbsp; KB0561766 link on the web page:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://buildtools1.service-now.com/now/nav/ui/classic/params/target/kb_knowledge.do%3Fsys_id%3D5bdc6125c357f69490211b3bb00131c2%26sysparm_view%3D%26sysparm_domain%3Dnull%26sysparm_domain_scope%3Dnull" target="_blank"&gt;https://buildtools1.service-now.com/now/nav/ui/classic/params/target/kb_knowledge.do%3Fsys_id%3D5bdc6125c357f69490211b3bb00131c2%26sysparm_view%3D%26sysparm_domain%3Dnull%26sysparm_domain_scope%3Dnull&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 20:27:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/kb0561766/m-p/3548705#M6994</guid>
      <dc:creator>LorneW</dc:creator>
      <dc:date>2026-05-25T20:27:02Z</dc:date>
    </item>
    <item>
      <title>Instance is not waking up from Hiberanation.</title>
      <link>https://www.servicenow.com/community/community-central-forum/instance-is-not-waking-up-from-hiberanation/m-p/3548361#M6992</link>
      <description>&lt;P&gt;From since today morning IST my (&amp;nbsp;&lt;SPAN&gt;dev285693) is not waking from Hiberanation.&lt;BR /&gt;Could you please check and resolve this issue ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 07:11:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/instance-is-not-waking-up-from-hiberanation/m-p/3548361#M6992</guid>
      <dc:creator>ChandraRepalle</dc:creator>
      <dc:date>2026-05-25T07:11:08Z</dc:date>
    </item>
    <item>
      <title>Simulator issue with task 02</title>
      <link>https://www.servicenow.com/community/community-central-forum/simulator-issue-with-task-02/m-p/3548083#M6983</link>
      <description>&lt;P&gt;I am not able to find the attribute "Running process commands".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="satishdharm_0-1779596984486.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517167iEDF4EAC6F3A2B10E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="satishdharm_0-1779596984486.png" alt="satishdharm_0-1779596984486.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2026 04:29:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/simulator-issue-with-task-02/m-p/3548083#M6983</guid>
      <dc:creator>satishdharm</dc:creator>
      <dc:date>2026-05-24T04:29:52Z</dc:date>
    </item>
    <item>
      <title>Unable to activate RiseUp with ServiceNow application</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-activate-riseup-with-servicenow-application/m-p/3548038#M6980</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I applied for the RiseUp with ServiceNow program, but my application is not getting activated. I am very interested in learning ServiceNow and earning badges/certifications through the program.&lt;/P&gt;&lt;P&gt;Could someone please guide me on how to resolve this issue or whom I should contact?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2026 16:55:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-activate-riseup-with-servicenow-application/m-p/3548038#M6980</guid>
      <dc:creator>RenukaTiwari</dc:creator>
      <dc:date>2026-05-23T16:55:45Z</dc:date>
    </item>
    <item>
      <title>Missing Country in Partner Registration</title>
      <link>https://www.servicenow.com/community/community-central-forum/missing-country-in-partner-registration/m-p/3547646#M6975</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our company is interested in signing up as ServiceNow Partner.&lt;BR /&gt;However, we can not find our country (Indonesia) when filling company information in partner registration portal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody experiencing the same problem?&lt;/P&gt;&lt;P&gt;Does ServiceNow limits partner registration for some countries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2026 11:01:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/missing-country-in-partner-registration/m-p/3547646#M6975</guid>
      <dc:creator>FaridTaufiq</dc:creator>
      <dc:date>2026-05-22T11:01:52Z</dc:date>
    </item>
    <item>
      <title>Assessment simulator task 1: Personalize your instance</title>
      <link>https://www.servicenow.com/community/community-central-forum/assessment-simulator-task-1-personalize-your-instance/m-p/3547482#M6973</link>
      <description>&lt;P&gt;Please, how do I complete the following tasks?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Impersonate '&lt;STRONG&gt;Platform User'&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Set your instance preferences to&lt;STRONG&gt; show date and time formats on forms.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Set your instance preferences to&lt;STRONG&gt; show help tips&lt;/STRONG&gt; &lt;STRONG&gt;on forms&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2026 07:57:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/assessment-simulator-task-1-personalize-your-instance/m-p/3547482#M6973</guid>
      <dc:creator>ChineduI</dc:creator>
      <dc:date>2026-05-22T07:57:23Z</dc:date>
    </item>
    <item>
      <title>Finding - Average approval/reviewer  time for each request from submission to completion.</title>
      <link>https://www.servicenow.com/community/community-central-forum/finding-average-approval-reviewer-time-for-each-request-from/m-p/3547235#M6972</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are exploring options to find out avarage time involved in the REQ submission- completion.&lt;/P&gt;&lt;P&gt;REQ - RITM - SCTASKS (Riewer tasks ) and Approver requests in the workflow.&lt;/P&gt;&lt;P&gt;ScTAsks has unique SLAs. and state = pending.&lt;/P&gt;&lt;P&gt;Are there any OOTB or custom options to find avaergae time involved in&amp;nbsp;REQ submission- completion., considering the possibility of state=pending and with custom SLA for reviewer tasks?&lt;/P&gt;&lt;P&gt;we understand the complexity of the question , but wanted to see if any solution available ( may not be 100% but closest possible solution).&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 15:16:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/finding-average-approval-reviewer-time-for-each-request-from/m-p/3547235#M6972</guid>
      <dc:creator>MThomas1</dc:creator>
      <dc:date>2026-05-21T15:16:17Z</dc:date>
    </item>
    <item>
      <title>How to create SLA for catalog item?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-create-sla-for-catalog-item/m-p/3546370#M6963</link>
      <description>&lt;P&gt;I need to create one sla for catalog item?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 12:58:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-create-sla-for-catalog-item/m-p/3546370#M6963</guid>
      <dc:creator>Rasoolbe</dc:creator>
      <dc:date>2026-05-20T12:58:08Z</dc:date>
    </item>
    <item>
      <title>Parallel Approval in traditional workflow</title>
      <link>https://www.servicenow.com/community/community-central-forum/parallel-approval-in-traditional-workflow/m-p/3546214#M6958</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I would like to ask for guidance and best practice recommendations regarding a legacy Workflow Editor implementation that I am currently reworking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Behavior:&lt;/P&gt;&lt;P&gt;* The workflow currently generates approvals sequentially.&lt;BR /&gt;* Each approval has a corresponding SCTASK.&lt;BR /&gt;* When an approval gets approved, its related SCTASK changes from "Pending" to "Open".&lt;BR /&gt;* The SCTASK then triggers a separate automation flow for provisioning/access activities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Requirement:&lt;/P&gt;&lt;P&gt;* All predefined approvals and SCTASK definitions should be generated upfront (simultaneously).&lt;BR /&gt;* Approvals should run in parallel instead of sequentially.&lt;BR /&gt;* Each SCTASK should remain in "Pending" state initially.&lt;BR /&gt;* Once a specific approval is approved, only its corresponding SCTASK should transition from "Pending" to "Open".&lt;BR /&gt;* The existing automation flow triggered by SCTASK state change should remain unchanged.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additional Notes:&lt;/P&gt;&lt;P&gt;* This is implemented in Legacy Workflow Editor (not Flow Designer).&lt;BR /&gt;* I am exploring approaches using either workflow.scratchpad or approval/task correlation logic without introducing too many additional custom fields.&lt;BR /&gt;* One issue encountered is that when one approval is approved, the remaining approvals sometimes become "No longer required."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask:&lt;/P&gt;&lt;P&gt;1. What is the recommended design pattern for handling parallel approvals with individually linked SCTASKs in Legacy Workflow?&lt;BR /&gt;2. How do you prevent sibling approvals from being automatically marked as "No longer required"?&lt;BR /&gt;3. What is the best way to correlate each approval to its corresponding SCTASK?&lt;BR /&gt;4. Has anyone implemented a similar approach successfully in Legacy Workflow Editor?&lt;/P&gt;&lt;P&gt;Any guidance, workflow design suggestions, or implementation examples would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 09:46:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/parallel-approval-in-traditional-workflow/m-p/3546214#M6958</guid>
      <dc:creator>Jubet Alimasa</dc:creator>
      <dc:date>2026-05-20T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Not able to change anything on the incident created via particular catalog item</title>
      <link>https://www.servicenow.com/community/community-central-forum/not-able-to-change-anything-on-the-incident-created-via/m-p/3545489#M6951</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have encountered an issue where when an incident is raised via abc catalog item, major incident and post incident review section appears on default view and we cannot make any changes on the form.&amp;nbsp; This is happening only for incident raised with abc catalog item.&amp;nbsp; When view changed to major incidents, then we are able to make changes on the incident and also the sections major incident and post incident review dont appear there.&amp;nbsp; We have checked catalog ui policies, client scripts of the abc catalog item, but could not find anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have any suggestion on this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 10:36:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/not-able-to-change-anything-on-the-incident-created-via/m-p/3545489#M6951</guid>
      <dc:creator>ektamestri</dc:creator>
      <dc:date>2026-05-19T10:36:29Z</dc:date>
    </item>
    <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>Pivot Table Report Not Displaying All Records in ServiceNow</title>
      <link>https://www.servicenow.com/community/community-central-forum/pivot-table-report-not-displaying-all-records-in-servicenow/m-p/3545293#M6942</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are facing an issue with the Pivot Table report in ServiceNow.&lt;/P&gt;&lt;P&gt;The pivot table is not displaying all the expected records, even though the underlying list/report shows additional matching records.&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The source table contains more records than what is displayed in the pivot table.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Filters applied in the report appear to be correct.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;No row limit has been intentionally configured.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The issue is observed specifically in the pivot table view.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you please help identify:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Possible reasons why pivot tables may not display all records.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any system limitations, aggregation limits, or configuration settings that could cause this behavior.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Recommended troubleshooting steps.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 05:24:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/pivot-table-report-not-displaying-all-records-in-servicenow/m-p/3545293#M6942</guid>
      <dc:creator>NISCHITHHEGDE</dc:creator>
      <dc:date>2026-05-19T05:24:18Z</dc:date>
    </item>
    <item>
      <title>Become a Servicenow Partner</title>
      <link>https://www.servicenow.com/community/community-central-forum/become-a-servicenow-partner/m-p/3545055#M6932</link>
      <description>&lt;P&gt;We have been trying to enroll as a partner but everytime we are being redirected to build access.&lt;BR /&gt;Is there anyone we can contact to show us the exact steps to become Servicenow partener?&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 15:47:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/become-a-servicenow-partner/m-p/3545055#M6932</guid>
      <dc:creator>Anmoll</dc:creator>
      <dc:date>2026-05-18T15:47:40Z</dc:date>
    </item>
  </channel>
</rss>

