<?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 Re: using ui builder we need create csm portal lilke all case , my case and need action in Upgrades and Patching forum</title>
    <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459015#M9000</link>
    <description>&lt;P&gt;Thank you for solution.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 04:02:01 GMT</pubDate>
    <dc:creator>sai kishore</dc:creator>
    <dc:date>2026-01-02T04:02:01Z</dc:date>
    <item>
      <title>using ui builder we need create csm portal lilke all case , my case and need action</title>
      <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3458610#M8996</link>
      <description>&lt;P&gt;using ui builder we need create csm portal lilke all case , my case and need action&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 10:44:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3458610#M8996</guid>
      <dc:creator>sai kishore</dc:creator>
      <dc:date>2025-12-31T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: using ui builder we need create csm portal lilke all case , my case and need action</title>
      <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3458617#M8997</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/310897"&gt;@sai kishore&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create the Page and Layout&lt;BR /&gt;Open UI Builder and navigate to your Portal experience.&lt;BR /&gt;Create a New Page: Name it "Cases" or "Case List."&lt;BR /&gt;Add a Layout: Use a "Main" container to hold your list. You might want a sidebar or a set of tabs at the top to toggle between the different views (All, My, Needs Action).&lt;/P&gt;&lt;P&gt;2. Configure Data Resources&lt;BR /&gt;To show cases, you need to "fetch" them from the server using a Data Resource.&lt;BR /&gt;In the bottom-left panel, click + Add under Data Resources.&lt;BR /&gt;Search for "Look up Records" or "Glide List".&lt;BR /&gt;Configure the Table: Set the table to sn_customerservice_case.&lt;BR /&gt;Apply Filters: This is where you differentiate the views:&lt;BR /&gt;My Cases: Filter where Contact is Dynamic: Me or Opened by is Dynamic: Me.&lt;BR /&gt;Needs Action: Filter where State is Awaiting Info or State is New.&lt;BR /&gt;All Cases: No specific user filter (usually filtered by the user's Account/Organization).&lt;BR /&gt;3. Add the "List" Component&lt;BR /&gt;Drag the List (or Simple List) component onto your page.&lt;BR /&gt;Bind the Data: In the component configuration, go to the Data property and use a "Data Pill" to point to your Data Resource (e.g., @data.look_up_records_1.results).&lt;BR /&gt;Set Columns: Select the fields you want to show (Number, Short Description, State, Updated).&lt;BR /&gt;4. Create "Needs Action" Logic&lt;BR /&gt;To make the "Needs Action" section interactive:&lt;BR /&gt;Use a Tabs component. Label the tabs "All," "My Cases," and "Needs Action."&lt;BR /&gt;Use Client State Parameters (e.g., selectedTab) to track which tab is active.&lt;BR /&gt;Set the Visibility of your List components based on that parameter, or update a single Data Resource's filter dynamically when the tab changes.&lt;BR /&gt;5. Add "Needs Action" Buttons (UI Actions)&lt;BR /&gt;To allow users to take action directly from the portal:&lt;BR /&gt;On your Record Page (the page the user sees after clicking a case), add Button components.&lt;BR /&gt;Event Mapping: Select the button and go to the Events tab. Add an event handler for "Button Clicked."&lt;BR /&gt;Link to Action: Choose the "Execute Server Script" or use a Data Resource like "Update Record" to change the case state (e.g., moving it from "Awaiting Info" back to "Open").&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="Shraddhasawant_0-1767179721300.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/493411iE279D74FB89901E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shraddhasawant_0-1767179721300.png" alt="Shraddhasawant_0-1767179721300.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 11:15:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3458617#M8997</guid>
      <dc:creator>Shraddha sawant</dc:creator>
      <dc:date>2025-12-31T11:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: using ui builder we need create csm portal lilke all case , my case and need action</title>
      <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3458630#M8998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/310897"&gt;@sai kishore&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please follow the below steps&amp;nbsp;to create a CSM-style portal using UI Builder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Open &lt;STRONG&gt;UI Builder&lt;/STRONG&gt; → Create a new &lt;STRONG&gt;Experience&lt;/STRONG&gt; (Portal template).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Create three pages: &lt;STRONG&gt;All Cases&lt;/STRONG&gt;, &lt;STRONG&gt;My Cases&lt;/STRONG&gt;, &lt;STRONG&gt;Need Action&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add a &lt;STRONG&gt;Data Table&lt;/STRONG&gt; component on each page.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Configure a &lt;STRONG&gt;Table API data resource&lt;/STRONG&gt; with table sn_customerservice_case.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;All Cases&lt;/STRONG&gt;: query active=true.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;My Cases&lt;/STRONG&gt;: filter using logged-in user → opened_by=${sys_user_id} or contact=${sys_user_id}.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Need Action&lt;/STRONG&gt;: filter cases in states like Awaiting Customer or where u_action_required=true.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Enable &lt;STRONG&gt;row click&lt;/STRONG&gt; to open a case detail page.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add &lt;STRONG&gt;actions&lt;/STRONG&gt; (Add Comment / Update State) using buttons or record actions.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Set &lt;STRONG&gt;ACLs&lt;/STRONG&gt; to ensure users can see and update only their own cases.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 11:53:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3458630#M8998</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-12-31T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: using ui builder we need create csm portal lilke all case , my case and need action</title>
      <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459014#M8999</link>
      <description>&lt;P&gt;Thanks for solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 04:01:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459014#M8999</guid>
      <dc:creator>sai kishore</dc:creator>
      <dc:date>2026-01-02T04:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: using ui builder we need create csm portal lilke all case , my case and need action</title>
      <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459015#M9000</link>
      <description>&lt;P&gt;Thank you for solution.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 04:02:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459015#M9000</guid>
      <dc:creator>sai kishore</dc:creator>
      <dc:date>2026-01-02T04:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: using ui builder we need create csm portal lilke all case , my case and need action</title>
      <link>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459017#M9001</link>
      <description>&lt;P&gt;One more requirement in UI Builder: when the user clicks on the Report tab, it should redirect to the dashboard and display the report.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 04:05:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/upgrades-and-patching-forum/using-ui-builder-we-need-create-csm-portal-lilke-all-case-my/m-p/3459017#M9001</guid>
      <dc:creator>sai kishore</dc:creator>
      <dc:date>2026-01-02T04:05:21Z</dc:date>
    </item>
  </channel>
</rss>

