<?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 Central</title>
    <link>https://www.servicenow.com/community/community-central/ct-p/community-central</link>
    <description>New board topics in Community Central</description>
    <pubDate>Fri, 03 Apr 2026 20:46:59 GMT</pubDate>
    <dc:creator>community-central</dc:creator>
    <dc:date>2026-04-03T20:46:59Z</dc:date>
    <item>
      <title>How to design bidirectional relationships between RITM &amp; Story/Demand/Project/Change (many-to-many?)</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-design-bidirectional-relationships-between-ritm-amp-story/m-p/3518908#M6547</link>
      <description>&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have requirement when the RITM is created, Then the RITM record should include the ability to associate it with one or more Stories, Demands, Projects, or Change Requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reviewer should be able to do one of the following directly from the RITM record:&lt;/P&gt;&lt;P&gt;1 Create and relate a new Story&lt;BR /&gt;2 Create and relate a new Demand&lt;BR /&gt;3 Create and relate a new Project&lt;BR /&gt;4 Create and relate a new Change Request&lt;BR /&gt;5 Or relate the RITM to an existing record of any of those types&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And if we open the Story, Demand, Project, change request-&amp;nbsp;Then a related list labeled "Related RITMs" should display on the Story, Demand, Project, change request record showing all linked RITMs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know to configure this and what will be the best approach in order to easy maintenance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 10:22:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-design-bidirectional-relationships-between-ritm-amp-story/m-p/3518908#M6547</guid>
      <dc:creator>nawalkishos</dc:creator>
      <dc:date>2026-04-02T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Can I import XML through test step in ATF? I need to import the XML file to do the tests</title>
      <link>https://www.servicenow.com/community/community-central-forum/can-i-import-xml-through-test-step-in-atf-i-need-to-import-the/m-p/3518783#M6540</link>
      <description>&lt;P&gt;Can anyone please help me to understand how we can import XML in ATF Test Step?&lt;/P&gt;&lt;P&gt;Do we have any wayout to do do. I was trying with Run Server Side Script but that also didnt worked for me.&lt;/P&gt;&lt;P&gt;Please help me for this&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 06:31:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/can-i-import-xml-through-test-step-in-atf-i-need-to-import-the/m-p/3518783#M6540</guid>
      <dc:creator>shivani_jamdade</dc:creator>
      <dc:date>2026-04-02T06:31:47Z</dc:date>
    </item>
    <item>
      <title>OnChange client script not working</title>
      <link>https://www.servicenow.com/community/community-central-forum/onchange-client-script-not-working/m-p/3518561#M6535</link>
      <description>&lt;P&gt;I'm trying to get an onChange client script to examine a group of fields and if ANY of them is blank (have them setup to auto-fill from a table), then I want a checkbox to evaluate to true.&amp;nbsp; Here's what I have but it is not working.&amp;nbsp; Any help/pointers are appreciated (I'm not an expert client scripter).&amp;nbsp; Note, using the commented out else doesn't help either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt; onChange(control, oldValue, newValue, isLoading) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (isLoading || newValue == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;g_form.setValue(&lt;/SPAN&gt;&lt;SPAN&gt;'record_needs_updating'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'false'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'life_cycle_stage_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'life_cycle_stage_status_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'business_service_tier_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'change_group_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'support_group_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'business_contact_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'managed_by_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'description_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'data_classification_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'regulatory_attribute_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'vendor_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; || g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'installed_as'&lt;/SPAN&gt;&lt;SPAN&gt;) == &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;g_form.setValue(&lt;/SPAN&gt;&lt;SPAN&gt;'record_needs_updating'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'true'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;// else g_form.setValue('record_needs_updating', 'false');&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Apr 2026 18:52:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onchange-client-script-not-working/m-p/3518561#M6535</guid>
      <dc:creator>MonicaW</dc:creator>
      <dc:date>2026-04-01T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Unable to login to ServiceNow community from laptop</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-login-to-servicenow-community-from-laptop/m-p/3517927#M6532</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/3507"&gt;@Servicenow&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to login to community via laptop. It displays a message as Authentication Unsuccessful. Recently I migrated all the achievements and profile information from company ID to personal Gmail account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since then I am unable to login via a laptop. On mobile I am able to login.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sent couple of emails to servicenow community support to advise on this, but didnt receive a response till date.&lt;/P&gt;&lt;P&gt;I request someone to look into this at the earliest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepthi&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 22:10:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-login-to-servicenow-community-from-laptop/m-p/3517927#M6532</guid>
      <dc:creator>DeepthiR4728719</dc:creator>
      <dc:date>2026-03-31T22:10:39Z</dc:date>
    </item>
    <item>
      <title>Why is my PDI Hibernating Daily?</title>
      <link>https://www.servicenow.com/community/community-central-forum/why-is-my-pdi-hibernating-daily/m-p/3517820#M6527</link>
      <description>&lt;P&gt;I'm logging in, using my environment, opening requests and whatnot on a daily basis. However, every day when I go to login and use it it's in a hibernating state. Anyone else experiencing this? Anything I can do to assist here without a full rebuild?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 17:50:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/why-is-my-pdi-hibernating-daily/m-p/3517820#M6527</guid>
      <dc:creator>danpeck</dc:creator>
      <dc:date>2026-03-31T17:50:09Z</dc:date>
    </item>
    <item>
      <title>CSA exam voucher</title>
      <link>https://www.servicenow.com/community/community-central-forum/csa-exam-voucher/m-p/3517819#M6526</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have completed my ServiceNow CSA exam fundamentals , I also see that I have unlocked my eligibility to receive the CSA exam voucher, I went to my profile I don't see any my voucher section under my profile in order to receive the CSA exam voucher, can you please assist me to obtain the CSA exam voucher and guide me how can i schedule my exam .&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 17:49:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/csa-exam-voucher/m-p/3517819#M6526</guid>
      <dc:creator>AlpanaS</dc:creator>
      <dc:date>2026-03-31T17:49:57Z</dc:date>
    </item>
    <item>
      <title>Self-Learned Certification Cost Me RiseUp Opportunity – Any Suggestions?</title>
      <link>https://www.servicenow.com/community/community-central-forum/self-learned-certification-cost-me-riseup-opportunity-any/m-p/3517261#M6522</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m looking for some guidance from the ServiceNow community.&lt;/P&gt;&lt;P&gt;I was recently selected for the RiseUp with ServiceNow program, but my offer was rescinded because I hold an active mainline certification. I completely respect the eligibility criteria, but I wanted to share that I achieved my certification purely through self-learning, without any formal training or structured program.&lt;/P&gt;&lt;P&gt;My intention in applying was to gain hands-on experience, mentorship, and real-world exposure — areas where I still feel I need guidance despite being certified.&lt;/P&gt;&lt;P&gt;I truly don’t want to miss this opportunity, so I’m reaching out to ask:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Has anyone faced a similar situation?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any way to request reconsideration or exception?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there alternative programs or pathways within the ServiceNow ecosystem that I should explore?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any advice, guidance, or connections would mean a lot to me.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 04:20:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/self-learned-certification-cost-me-riseup-opportunity-any/m-p/3517261#M6522</guid>
      <dc:creator>Choudharyma</dc:creator>
      <dc:date>2026-03-31T04:20:56Z</dc:date>
    </item>
    <item>
      <title>Remediation Risk rating and Risk score mapping.</title>
      <link>https://www.servicenow.com/community/community-central-forum/remediation-risk-rating-and-risk-score-mapping/m-p/3517175#M6518</link>
      <description>&lt;P&gt;I am grouping based on some filters to create remediation tasks.&lt;/P&gt;&lt;P&gt;Example: I have 5 Vulnerabulity items with Risk Score 36 risk rating Low are grouped to created remediaiton task once the remediation task created risk score says 36 but risk rating shows Medium.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the risk rating of Vulnerbulity item and risk rating of Remediation tasks in same brackets.&lt;/P&gt;&lt;P&gt;Help me to Identify the table to adjust those brackets.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 22:48:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/remediation-risk-rating-and-risk-score-mapping/m-p/3517175#M6518</guid>
      <dc:creator>giridhar1</dc:creator>
      <dc:date>2026-03-30T22:48:38Z</dc:date>
    </item>
    <item>
      <title>ServiceNow deployed on Microsoft Azure Tenant</title>
      <link>https://www.servicenow.com/community/community-central-forum/servicenow-deployed-on-microsoft-azure-tenant/m-p/3517077#M6516</link>
      <description>&lt;P&gt;I have a NNL client that is looking for information on installing ServiceNow on their Microsoft Azure Tenant - they are a state government client but have their own Azure tenant.&amp;nbsp; Are there any limitations or concerns in this approach?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 17:17:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/servicenow-deployed-on-microsoft-azure-tenant/m-p/3517077#M6516</guid>
      <dc:creator>DrMarilynN</dc:creator>
      <dc:date>2026-03-30T17:17:24Z</dc:date>
    </item>
    <item>
      <title>Known Errors Out of the Box</title>
      <link>https://www.servicenow.com/community/community-central-forum/known-errors-out-of-the-box/m-p/3516941#M6513</link>
      <description>&lt;P&gt;We are getting ready to implement Known Errors, and I'm trying to find out some out of the box features.&amp;nbsp; When you publish a known error, is it defaulted to be visible to only IT Support, or to everyone?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 13:20:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/known-errors-out-of-the-box/m-p/3516941#M6513</guid>
      <dc:creator>Sally Niemi-Far</dc:creator>
      <dc:date>2026-03-30T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Help me with these questions</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-me-with-these-questions/m-p/3516851#M6507</link>
      <description>&lt;P&gt;Q. 1 - What happens if a record producer script aborts the record generation process in ServiceNow?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A. Record creation terminates without notifying the user&lt;BR /&gt;B. Record creation is redirected to a confirmation page&lt;BR /&gt;CertyIQ&lt;BR /&gt;CertyIQ&lt;BR /&gt;C. Record creation displays an error message to the user&lt;BR /&gt;D. Record is not generated in the Item Produced Record table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q. 2 - Deleting a field from a table caused the field to be removed from multiple tables. What type of field was deleted?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A. Custom field&lt;BR /&gt;B. Base System field&lt;BR /&gt;C. Reference Field&lt;BR /&gt;D. Inherited field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q. 3 - What can trigger a Flow in the Workflow Studio Flow Designer?Choose 3 answers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A. Logging in as a specific user&lt;BR /&gt;B. Creating or updating a record&lt;BR /&gt;C. SLA definition&lt;BR /&gt;D. Elevating to security_admin role&lt;BR /&gt;E. Outbound Email&lt;BR /&gt;F. An inbound API call&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q. 4 - What Link type creates a module that opens a Record Producer UI instead of a Form UI?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A. HTML (from Arguments:)&lt;BR /&gt;B. Script (from Arguments:)&lt;BR /&gt;C. URL (from Arguments:)&lt;BR /&gt;D. Content Page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 11:14:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-me-with-these-questions/m-p/3516851#M6507</guid>
      <dc:creator>Sahil Mir</dc:creator>
      <dc:date>2026-03-30T11:14:17Z</dc:date>
    </item>
    <item>
      <title>No update after RiseUp with ServiceNow India interview selection (</title>
      <link>https://www.servicenow.com/community/community-central-forum/no-update-after-riseup-with-servicenow-india-interview-selection/m-p/3516346#M6498</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;I received an email on 25th February informing me that I was selected for an interview for the &lt;EM&gt;RiseUp with ServiceNow India – Advanced AI Foundations program&lt;/EM&gt;. I also completed the interview information form as requested.&lt;/P&gt;&lt;P&gt;However, I have not received any further communication regarding the interview schedule or next steps.&lt;/P&gt;&lt;P&gt;I would like to check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are interviews still being scheduled for this program?&lt;/LI&gt;&lt;LI&gt;Has the timeline changed?&lt;/LI&gt;&lt;LI&gt;Is there any update on the selection process?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Since the program is expected to start in April, I want to ensure I haven’t missed any important communication.&lt;/P&gt;&lt;P&gt;If anyone from the RiseUp team or fellow applicants has any updates, please let me know.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2026 12:03:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/no-update-after-riseup-with-servicenow-india-interview-selection/m-p/3516346#M6498</guid>
      <dc:creator>cs2022diatm</dc:creator>
      <dc:date>2026-03-28T12:03:53Z</dc:date>
    </item>
    <item>
      <title>Incident  and Problem</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516233#M6495</link>
      <description>&lt;P&gt;&lt;SPAN&gt;“When a P1 Incident is created, how will you automatically create a Problem record and notify the user on the Incident form?”&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 19:41:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516233#M6495</guid>
      <dc:creator>vinayvk0559</dc:creator>
      <dc:date>2026-03-27T19:41:45Z</dc:date>
    </item>
    <item>
      <title>Reporting an issue from the course</title>
      <link>https://www.servicenow.com/community/community-central-forum/reporting-an-issue-from-the-course/m-p/3516080#M6490</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I've found incorrect informations in the Knowledge Check (Module 5) presented in the "ServiceNow Administration Fundamentals: Participant Guide" comparing with the video course info.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;How can I report this issue?&lt;BR /&gt;&lt;BR /&gt;Please, find attachments bellow to better understand.&lt;BR /&gt;&lt;BR /&gt;Warm regards,&lt;BR /&gt;Pablo Gauna&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 15:11:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/reporting-an-issue-from-the-course/m-p/3516080#M6490</guid>
      <dc:creator>pablogauna</dc:creator>
      <dc:date>2026-03-27T15:11:06Z</dc:date>
    </item>
    <item>
      <title>Anyway to Transfer Certifications</title>
      <link>https://www.servicenow.com/community/community-central-forum/anyway-to-transfer-certifications/m-p/3515915#M6488</link>
      <description>&lt;P&gt;I completed the ServiceNow Fundamentals Course on a work email but have now set up using my personal email and have completed the CSA exam. is there anyway to transfer the Fundamentals certification over to my personal?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 11:28:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/anyway-to-transfer-certifications/m-p/3515915#M6488</guid>
      <dc:creator>matthollida</dc:creator>
      <dc:date>2026-03-27T11:28:53Z</dc:date>
    </item>
    <item>
      <title>How to use my extensions remaining</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-use-my-extensions-remaining/m-p/3515844#M6486</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Instance Status on a course is gray but it says that I have 1 extension remaining. I need to use this extension, how does it work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 09:47:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-use-my-extensions-remaining/m-p/3515844#M6486</guid>
      <dc:creator>aliasmdinc</dc:creator>
      <dc:date>2026-03-27T09:47:33Z</dc:date>
    </item>
    <item>
      <title>ATF</title>
      <link>https://www.servicenow.com/community/community-central-forum/atf/m-p/3515762#M6483</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iam working on ATF. While automating a test script, I have come across a scenerio where i have to add multiple CI under a change request. I was able to go and click on add button on the affected CI's related list. Im not sure how to select few CI's from the list that is be populated. can anyone please provide a solution to this.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 06:09:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/atf/m-p/3515762#M6483</guid>
      <dc:creator>msaikiran94</dc:creator>
      <dc:date>2026-03-27T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Massive Probleme mit ServiceNow &amp; Partner-Registrierung – Account</title>
      <link>https://www.servicenow.com/community/community-central-forum/massive-probleme-mit-servicenow-amp-partner-registrierung/m-p/3515481#M6478</link>
      <description>&lt;P&gt;Sehr geehrte Damen und Herren,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ich habe meinen Developer-Account erstellt, um eine Lösung zu entwickeln, die eng mit der ServiceNow-Funktionalität verzahnt ist. Letzte Woche verlor ich plötzlich den Zugriff auf meine Instanz, obwohl ich aktiv war und die 10-Tage-Regel nicht verletzt habe. I&lt;SPAN&gt;ch erhielt gestern die Nachricht, ich sei nun „Giga Explorer“.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Der Support wies mich ab, da ich kein Partner sei.&lt;/P&gt;&lt;P&gt;Mein Versuch, Partner zu werden, scheitert jedoch an Ihrer Website:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Das Online-Formular funktioniert nicht. Ich habe den Fehler analysiert und dem Partner-Team Feedback gesendet (&lt;SPAN&gt;Submit button broken on company profile onboarding&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;– bisher ohne Reaktion.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Die mobile Version ist unbrauchbar: Weder der „Submit“-Button noch zwei weitere Formularfelder lassen sich bedienen.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ich bitte Sie dringend um Unterstützung, um diesen Stillstand zu beenden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mit freundlichen Grüßen,&lt;/P&gt;&lt;P&gt;Yan Gordon&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 15:45:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/massive-probleme-mit-servicenow-amp-partner-registrierung/m-p/3515481#M6478</guid>
      <dc:creator>yangordon</dc:creator>
      <dc:date>2026-03-26T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Contract [ast_contract] - Parent children fields dependent on Record Producer</title>
      <link>https://www.servicenow.com/community/community-central-forum/contract-ast-contract-parent-children-fields-dependent-on-record/m-p/3514842#M6471</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I have a question regarding the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Parent Contract number&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Child Contract number&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; on a Record Producer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I have two variables on my Record Producer:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Parent Contract number&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; – Reference field (Contract &lt;SPAN class=""&gt;[ast_contract]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Child Contract number&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; – Reference field (Contract &lt;SPAN class=""&gt;[ast_contract]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;My question is: &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;How can I set the Advanced Reference Qualifier on the Child Contract number to depend on the selected Parent Contract number?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hong&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 23:22:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/contract-ast-contract-parent-children-fields-dependent-on-record/m-p/3514842#M6471</guid>
      <dc:creator>hongsok</dc:creator>
      <dc:date>2026-03-25T23:22:34Z</dc:date>
    </item>
    <item>
      <title>Workshop presentation</title>
      <link>https://www.servicenow.com/community/community-central-forum/workshop-presentation/m-p/3514747#M6468</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before January 26 I could access Now Create and find workshops presentation that consisted of the end to end explanation of the process plus screenshots from the platform itself with description and it was a great guide.&lt;/P&gt;&lt;P&gt;Now the landing page of Now Create appears different and I cannot find the same type of ppt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Workshop filter is no longer available I see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's any other link I can leverage to get such detailed material?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 19:17:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/workshop-presentation/m-p/3514747#M6468</guid>
      <dc:creator>Tommaso2</dc:creator>
      <dc:date>2026-03-25T19:17:29Z</dc:date>
    </item>
  </channel>
</rss>

