<?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 The state field moves from right to left when a ticket is assigned in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/the-state-field-moves-from-right-to-left-when-a-ticket-is/m-p/3110325#M1680</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;I have a interesting problem i am tying to fix and would love some help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;As soon as a colleague opens a INC ticket, when they assign it over, it seems the 'state' field moves from the right side of the ticket to the left side under the 'number' field. I have attached an image below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chundle_0-1732212567029.png"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/6694D25A5C8994D3360A97AD0C2F1FFA/responsive_peak/images/image_not_found.png" alt="chundle_0-1732212567029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I have never seen this happen before, and it is only happening to a few users - we have not heard of it anywhere else in the world. This has only been logged by users &lt;SPAN class=""&gt;in Vietnam&lt;/SPAN&gt; Service Desk.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Can anyone help or have any suggestions on how to triage &lt;SPAN class=""&gt;this, as&lt;/SPAN&gt; I'm struggling to figure out why this only happens?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 18:14:06 GMT</pubDate>
    <dc:creator>chundle</dc:creator>
    <dc:date>2024-11-21T18:14:06Z</dc:date>
    <item>
      <title>The state field moves from right to left when a ticket is assigned</title>
      <link>https://www.servicenow.com/community/community-central-forum/the-state-field-moves-from-right-to-left-when-a-ticket-is/m-p/3110325#M1680</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;I have a interesting problem i am tying to fix and would love some help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;As soon as a colleague opens a INC ticket, when they assign it over, it seems the 'state' field moves from the right side of the ticket to the left side under the 'number' field. I have attached an image below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chundle_0-1732212567029.png"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/6694D25A5C8994D3360A97AD0C2F1FFA/responsive_peak/images/image_not_found.png" alt="chundle_0-1732212567029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I have never seen this happen before, and it is only happening to a few users - we have not heard of it anywhere else in the world. This has only been logged by users &lt;SPAN class=""&gt;in Vietnam&lt;/SPAN&gt; Service Desk.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Can anyone help or have any suggestions on how to triage &lt;SPAN class=""&gt;this, as&lt;/SPAN&gt; I'm struggling to figure out why this only happens?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 18:14:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/the-state-field-moves-from-right-to-left-when-a-ticket-is/m-p/3110325#M1680</guid>
      <dc:creator>chundle</dc:creator>
      <dc:date>2024-11-21T18:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: The state field moves from right to left when a ticket is assigned</title>
      <link>https://www.servicenow.com/community/community-central-forum/the-state-field-moves-from-right-to-left-when-a-ticket-is/m-p/3110331#M1681</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi chundle&lt;/P&gt;&lt;P&gt;This behavior seems to be related to a UI customization or form layout configuration in ServiceNow. Here's how you can investigate and potentially resolve the issue:&lt;/P&gt;&lt;P&gt;Steps to Troubleshoot and Fix:&lt;/P&gt;&lt;P&gt;1. Check Form Layout Configuration:&lt;/P&gt;&lt;P&gt;Navigate to System UI &amp;gt; Forms Layout for the Incident table.&lt;/P&gt;&lt;P&gt;Ensure the State field is placed in the correct section for all views.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Examine Form Sections:&lt;/P&gt;&lt;P&gt;Go to the specific form design for the view being used.&lt;/P&gt;&lt;P&gt;Check if there’s a dynamic section or rule that moves the State field under the Number field on assignment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Look for UI Policies or Scripts:&lt;/P&gt;&lt;P&gt;Search for any UI Policies or Client Scripts applied to the Incident form.&lt;/P&gt;&lt;P&gt;Ensure none of them dynamically reposition the State field based on field updates (like assignment changes).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Test in Default View:&lt;/P&gt;&lt;P&gt;Switch to a default view and test the same action.&lt;/P&gt;&lt;P&gt;If the issue doesn’t occur, it might be specific to a custom view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Form Personalization (User-Specific):&lt;/P&gt;&lt;P&gt;Check if the affected users have personalized their form layout.&lt;/P&gt;&lt;P&gt;Advise them to reset form personalization via the gear icon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. Audit Field Changes:&lt;/P&gt;&lt;P&gt;Use System Logs &amp;gt; Events or Audit History to track when and why the field position changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let us know if the issue persists after these steps or if you find something specific. We can dive deeper!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sivashankar T&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 18:21:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/the-state-field-moves-from-right-to-left-when-a-ticket-is/m-p/3110331#M1681</guid>
      <dc:creator>SivashankarT</dc:creator>
      <dc:date>2024-11-21T18:21:26Z</dc:date>
    </item>
  </channel>
</rss>

