<?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>Mobile Apps &amp; Platform forum topics</title>
    <link>https://www.servicenow.com/community/mobile-apps-platform-forum/bd-p/mobile-apps-platform-forum</link>
    <description>Mobile Apps &amp; Platform forum topics</description>
    <pubDate>Wed, 01 Jul 2026 08:46:28 GMT</pubDate>
    <dc:creator>mobile-apps-platform-forum</dc:creator>
    <dc:date>2026-07-01T08:46:28Z</dc:date>
    <item>
      <title>Agent Mobile App - Create Ticket: Attachment is not adding to the Incident record</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/agent-mobile-app-create-ticket-attachment-is-not-adding-to-the/m-p/3559455#M12497</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm experiencing an issue in the Agent Mobile App while creating an Incident.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When a user creates an Incident and attaches a file, the Incident is created successfully; however, the attachment is not being associated with the Incident record. The attachment does not appear in the created Incident after submission.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Has anyone encountered this issue before? Are there any specific configurations, permissions, or known limitations related to attachments in the Agent Mobile App that should be verified?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;(function WriteBackAction(parm_input, parm_variable) {&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;//Type appropriate comment here, and begin script below&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;var gr = new GlideRecord('incident');&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.initialize();&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("caller_id", parm_input.caller_id);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("category", parm_input.category);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("subcategory", parm_input.subcategory);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue('urgency', parm_input.urgency);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue('short_description', parm_input.short_description);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue('description', parm_input.description);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("impact", parm_input.impact);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("assignment_group", parm_input.assignment_group);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("assigned_to", parm_input.assigned_to);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("business_service", parm_input.business_service);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("cmdb_ci", parm_input.cmdb_ci);&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("contact_type", "mobileappnew");&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;if (!gs.nil(parm_input.company))&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gr.setValue("company", parm_input.company);&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;if (gr.insert()) {&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gs.addInfoMessage(gs.getMessage('Success! {0} created', gr.getValue("number")));&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;} else {&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;gs.addErrorMessage(gs.getMessage('Failure! Incident creation failed.'));&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;})(parm_input, parm_variable);&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sashi007_0-1781555501112.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/519895i134167B5397647EE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sashi007_0-1781555501112.png" alt="Sashi007_0-1781555501112.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>Mon, 15 Jun 2026 20:31:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/agent-mobile-app-create-ticket-attachment-is-not-adding-to-the/m-p/3559455#M12497</guid>
      <dc:creator>Sashi007</dc:creator>
      <dc:date>2026-06-15T20:31:48Z</dc:date>
    </item>
    <item>
      <title>How to fire Business rules when a record is created/updated/deleted via an update set</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/how-to-fire-business-rules-when-a-record-is-created-updated/m-p/3559133#M12495</link>
      <description>&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;Hello Community,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement related to an existing Business Rule (BR) in Production that sets certain records in the &lt;EM&gt;Auto Flush Rule&lt;/EM&gt; table to &lt;STRONG&gt;inactive&lt;/STRONG&gt; and prevents users from reactivating them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we’ve observed a scenario where, if a user captures an Auto Flush rule in an &lt;STRONG&gt;active state&lt;/STRONG&gt; within an update set and promotes it to Production, the record gets created as &lt;STRONG&gt;active&lt;/STRONG&gt;, bypassing the intended restriction.&lt;/P&gt;&lt;P&gt;I understand from a ServiceNow article that this is expected platform behavior.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0867344" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0867344&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That said, I would like to explore whether there is any workaround or best practice to ensure that such records are not created as &lt;STRONG&gt;Active&lt;/STRONG&gt; in Production.&lt;/P&gt;&lt;P&gt;Any insights or recommendations would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 12:48:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/how-to-fire-business-rules-when-a-record-is-created-updated/m-p/3559133#M12495</guid>
      <dc:creator>yashxsharma</dc:creator>
      <dc:date>2026-06-15T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Now Mobile Catalog Item icons not visible</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/now-mobile-catalog-item-icons-not-visible/m-p/3559021#M12494</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a list of catalog items which is populated with both the Icon and Picture with jpeg or png image 100×100. Also, set availability is set to both Desktop and Mobile. For a few catalog items im unable to see the image in the list, however when I search for it specifically or open the catalog the image is visible. Any leads on what to check on ..&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 11:26:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/now-mobile-catalog-item-icons-not-visible/m-p/3559021#M12494</guid>
      <dc:creator>Akhila</dc:creator>
      <dc:date>2026-06-15T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Change color in Now Agent tab bar icon</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/change-color-in-now-agent-tab-bar-icon/m-p/3558841#M12493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to change the color for icons on my navigation bar (in Now Agent), i cant find this possibility in the theme builder (mobile).&lt;BR /&gt;&lt;BR /&gt;it's maybe possible, the color is different in Polaris or Coral defaut system theme.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont have the same menu has the helper documents of Zurich in Servicenow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have u some tips ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 07:36:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/change-color-in-now-agent-tab-bar-icon/m-p/3558841#M12493</guid>
      <dc:creator>SebastienH</dc:creator>
      <dc:date>2026-06-15T07:36:14Z</dc:date>
    </item>
    <item>
      <title>Now Mobile ai search not showing record producers</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/now-mobile-ai-search-not-showing-record-producers/m-p/3556528#M12485</link>
      <description>&lt;P&gt;We are rolling out Now Mobile with AI search. Our users use search the majority of the time to find what they are looking for. One of the most common occurrences is when something is broken. For instance "My laptop is broken" and we want the AI search to notice broken is in the verbiage and show a result for the OOB catalog item Something is broken. For some reason record producers are not showing up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked at the Services search source and it is included however did notice when i look at ai preview AND in mobile the Services filter breadcrumb actually increments but does not show the result. Meaning it found it but just fails to display it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips on just how to get a simple record producer to show in AI search?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel like this should be very common and easy to configure, I must be missing something obvious.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 16:14:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/now-mobile-ai-search-not-showing-record-producers/m-p/3556528#M12485</guid>
      <dc:creator>johansec</dc:creator>
      <dc:date>2026-06-09T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Mobile App Builder – Auto-Populate Requestor Field on Load Not Working</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/mobile-app-builder-auto-populate-requestor-field-on-load-not/m-p/3550829#M12480</link>
      <description>&lt;P class=""&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;I have a &lt;STRONG&gt;Requestor&lt;/STRONG&gt; reference field on my mobile app form that I would like to automatically populate with the currently logged-in user's name on load.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I have attempted to implement this using a &lt;STRONG&gt;Mobile UI Rule Action&lt;/STRONG&gt; with a client script, however it does not appear to be working as expected. Here are the screenshots that I have tried.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaT__1-1780033557639.png" style="width: 440px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517831i60616DDF237E74AC/image-dimensions/440x290/is-moderation-mode/true?v=v2" width="440" height="290" role="button" title="EricaT__1-1780033557639.png" alt="EricaT__1-1780033557639.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaT__0-1780033516100.png" style="width: 537px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517829iD5C16107E018FDDE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="EricaT__0-1780033516100.png" alt="EricaT__0-1780033516100.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Could you please advise if this functionality is supported in the &lt;STRONG&gt;Mobile App Builder&lt;/STRONG&gt;, and if so, what the correct approach would be?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 05:46:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/mobile-app-builder-auto-populate-requestor-field-on-load-not/m-p/3550829#M12480</guid>
      <dc:creator>EricaT_</dc:creator>
      <dc:date>2026-05-29T05:46:45Z</dc:date>
    </item>
    <item>
      <title>Automatically Focus Next Field on Mobile Keypad Return</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/automatically-focus-next-field-on-mobile-keypad-return/m-p/3550076#M12477</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I started looking into developing mobile apps a few weeks ago. While testing the Now Mobile or Mobile Agent app, I noticed that when entering a value in a string input field and pressing Done or Return on the keyboard, the keyboard disappears but the cursor does not move to the next field automatically. I believe is it a normal behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if there is a function or configuration that can automatically move the focus to the next field after pressing Done or Return on the keyboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 21:00:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/automatically-focus-next-field-on-mobile-keypad-return/m-p/3550076#M12477</guid>
      <dc:creator>EricaT_</dc:creator>
      <dc:date>2026-05-27T21:00:26Z</dc:date>
    </item>
    <item>
      <title>Field Service Mobile Swap part</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/field-service-mobile-swap-part/m-p/3548887#M12475</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Working instance Australia&lt;/P&gt;&lt;P&gt;I'm trying to swap parts in &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ServiceNow&lt;/SPAN&gt;&lt;/SPAN&gt; Field Service Mobile and I'm having an issue when using barcode scanning.&lt;/P&gt;&lt;P&gt;I am able to scan the barcode successfully. I tested scanning one barcode at a time using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Serial number&lt;/LI&gt;&lt;LI&gt;Asset name&lt;/LI&gt;&lt;LI&gt;Asset tag&lt;/LI&gt;&lt;LI&gt;sys_id&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I enter the value manually, the error disappears and I can complete the part swap successfully.&lt;/P&gt;&lt;P&gt;However, when I use &lt;STRONG&gt;Scan to Swap&lt;/STRONG&gt;, I get an error.&lt;/P&gt;&lt;P&gt;Has anyone experienced this issue before or knows what field/value the barcode scanner expects during the swap process?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20260526_095355_Agent.jpg" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/517363iF1581517136DB315/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot_20260526_095355_Agent.jpg" alt="Screenshot_20260526_095355_Agent.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 08:00:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/field-service-mobile-swap-part/m-p/3548887#M12475</guid>
      <dc:creator>4886talga</dc:creator>
      <dc:date>2026-05-26T08:00:43Z</dc:date>
    </item>
    <item>
      <title>NowMobile App Navigation</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/nowmobile-app-navigation/m-p/3546956#M12469</link>
      <description>&lt;P&gt;Hi All Recently One problem came when I was working on the Now MobileApp where One web Screen redirects to another web screen from there I wanted to give one button that redirects me to my launcher screen is there any way to do it?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 10:04:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/nowmobile-app-navigation/m-p/3546956#M12469</guid>
      <dc:creator>AbdulMajidK8082</dc:creator>
      <dc:date>2026-05-21T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Beginner Question About Mobile App Builder Setup</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/beginner-question-about-mobile-app-builder-setup/m-p/3545092#M12465</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I’m new to using Mobile App Builder, so I’m not sure if this is the correct community for my question. If not, could someone please direct me to the appropriate forum for mobile development questions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m starting to learn mobile app development for upcoming projects. I’ve watched many YouTube videos on how to get started with mobile development. In one of the videos, I noticed an iPhone emulator running on Windows alongside the Mobile App Builder. Whenever changes were made to the mobile app, the updates immediately appeared in the iPhone emulator, which seems extremely helpful during development.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please explain how to configure this setup?&amp;nbsp; Thank you&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="LisaGoldman_0-1779123191428.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/516387i0286AC366ABBFCF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LisaGoldman_0-1779123191428.png" alt="LisaGoldman_0-1779123191428.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;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 16:54:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/beginner-question-about-mobile-app-builder-setup/m-p/3545092#M12465</guid>
      <dc:creator>Lisa Goldman</dc:creator>
      <dc:date>2026-05-18T16:54:07Z</dc:date>
    </item>
    <item>
      <title>unable to open ServiceNow PDI -internal error/unscheduled maintenance message</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/unable-to-open-servicenow-pdi-internal-error-unscheduled/m-p/3545046#M12464</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am unable to open my Personal Developer Instance (PDI).&lt;/P&gt;&lt;P&gt;When I try to open it from the ServiceNow Developer portal, I get the following messages:&lt;/P&gt;&lt;P&gt;- “Developer Instance is undergoing unscheduled maintenance.”&lt;BR /&gt;- “We’re having trouble opening your instance due to an internal error. We should have it fixed in a few minutes.”&lt;/P&gt;&lt;P&gt;This issue has been occurring continuously, and my instance is not loading.&lt;/P&gt;&lt;P&gt;I already tried:&lt;BR /&gt;1. Refreshing the page&lt;BR /&gt;2. Logging out and logging in again&lt;BR /&gt;3. Trying in another browser&lt;BR /&gt;4. Waiting for some time and retrying&lt;/P&gt;&lt;P&gt;But the issue still persists.&lt;/P&gt;&lt;P&gt;Could anyone please help me understand:&lt;BR /&gt;- Whether this is a temporary ServiceNow issue&lt;BR /&gt;- Or if my PDI is corrupted/stuck&lt;BR /&gt;- And what steps I should take next&lt;/P&gt;&lt;P&gt;I have attached screenshots for reference.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 15:22:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/unable-to-open-servicenow-pdi-internal-error-unscheduled/m-p/3545046#M12464</guid>
      <dc:creator>23nu1a4221</dc:creator>
      <dc:date>2026-05-18T15:22:31Z</dc:date>
    </item>
    <item>
      <title>How to create a UI rule and create a field in the now mobile</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/how-to-create-a-ui-rule-and-create-a-field-in-the-now-mobile/m-p/3544576#M12462</link>
      <description>&lt;P&gt;Hi Community ,&lt;BR /&gt;As you can see in my screen shot this the now mobile app ,&lt;BR /&gt;As you see in quick links you can see Request IT assistance it is opening the create incident ,&lt;BR /&gt;I am new to now mobile app so how to go to that create incident and create a variable and add a ui rule for this create incident.&lt;BR /&gt;Below is the screen shot&amp;nbsp;&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="TEJAS_1-1779082442125.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/516244i281FC32425E8EC1F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TEJAS_1-1779082442125.png" alt="TEJAS_1-1779082442125.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TEJAS_0-1779082341217.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/516243i45CE6B4FCF550547/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TEJAS_0-1779082341217.png" alt="TEJAS_0-1779082341217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 07:33:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/how-to-create-a-ui-rule-and-create-a-field-in-the-now-mobile/m-p/3544576#M12462</guid>
      <dc:creator>TEJAS</dc:creator>
      <dc:date>2026-05-18T07:33:43Z</dc:date>
    </item>
    <item>
      <title>agent mobile app</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/agent-mobile-app/m-p/3543011#M12458</link>
      <description>&lt;P&gt;Good afternooon all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to add an alias/short description on the mobile app under 'Who's on-call? Managers who would use the On-call scheduling on Agent Mobile do not always know the assignment groups so I want to add a short description under each group name that would be easier for them to recognise the group they're looking for.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-05-14 132048.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/515852iD6A1913CE0B60EEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-05-14 132048.png" alt="Screenshot 2026-05-14 132048.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;Regards&lt;/P&gt;&lt;P&gt;Thereza&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 11:22:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/agent-mobile-app/m-p/3543011#M12458</guid>
      <dc:creator>Thereza Van der</dc:creator>
      <dc:date>2026-05-14T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Mobile App Builder – Dynamic Filtering of Consumables Based on Selected Stockroom (Reference Field)</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/mobile-app-builder-dynamic-filtering-of-consumables-based-on/m-p/3539814#M12453</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am working on Input Form screens in Mobile App Builder and need help with dynamic reference filtering.&lt;/P&gt;&lt;H3&gt;Background (Native UI behavior)&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;One Stockroom can have multiple Consumables&lt;/LI&gt;&lt;LI&gt;In the Stockroom record, Consumables appear in the related list&lt;/LI&gt;&lt;LI&gt;In the Consumable table, there is a reference field to Stockroom&lt;/LI&gt;&lt;LI&gt;This works correctly in the native UI&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Requirement&lt;/H3&gt;&lt;P&gt;In Mobile App Builder – Input Form:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have two reference fields:&lt;OL&gt;&lt;LI&gt;Stockroom&lt;/LI&gt;&lt;LI&gt;Consumable&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;When a user selects:&lt;UL&gt;&lt;LI&gt;Stockroom 1, only the consumables belonging to Stockroom 1 should be shown&lt;/LI&gt;&lt;LI&gt;Stockroom 2, only the consumables belonging to Stockroom 2 should be shown&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stockroom 1 → 10 consumables → Only these 10 should appear&lt;/LI&gt;&lt;LI&gt;Stockroom 2 → 3 consumables → Only these 3 should appear&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This should behave similar to a dependent reference field.&lt;/P&gt;&lt;H3&gt;What I Tried&lt;/H3&gt;&lt;P&gt;I configured Input Attributes for the fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Stockroom field:&lt;UL&gt;&lt;LI&gt;Source table: alm_consumable&lt;/LI&gt;&lt;LI&gt;Source field name: stockroom&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;For Consumable field:&lt;UL&gt;&lt;LI&gt;Source table: alm_consumable&lt;/LI&gt;&lt;LI&gt;Source field: sys_id / display field&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, this setup does not filter the consumables based on the selected stockroom.&lt;BR /&gt;The Consumable field still shows all consumables regardless of the chosen stockroom.&lt;/P&gt;&lt;H3&gt;Questions&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Is dynamic filtering of one reference field based on another supported in Mobile App Builder Input Forms?&lt;/LI&gt;&lt;LI&gt;If yes, what is the recommended approach?&lt;UL&gt;&lt;LI&gt;Input Attributes?&lt;/LI&gt;&lt;LI&gt;Reference Qualifier?&lt;/LI&gt;&lt;LI&gt;Data Item / Scripted source?&lt;/LI&gt;&lt;LI&gt;Any Mobile App Builder limitation?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If not supported out of the box, is there any workaround or best practice?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance, examples, or documentation references would be very helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 12:34:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/mobile-app-builder-dynamic-filtering-of-consumables-based-on/m-p/3539814#M12453</guid>
      <dc:creator>RavitejN</dc:creator>
      <dc:date>2026-05-08T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Unable to log in on real mobile devices (Agent app &amp; browser) – works on desktop</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/unable-to-log-in-on-real-mobile-devices-agent-app-amp-browser/m-p/3535545#M12445</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m running into a login issue on mobile devices and wanted to check if anyone has seen this before.&lt;/P&gt;&lt;P&gt;I can log in to my ServiceNow instance without any problems on my laptop (including incognito mode). MFA is triggered correctly and everything works as expected. Even when I simulate a mobile device using Chrome DevTools, login works fine.&lt;/P&gt;&lt;P&gt;However, on real mobile devices (both Android and iOS), I’m not able to log in at all. I get the message “username or password invalid” – this happens both in the mobile browser and in the &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ServiceNow Agent&lt;/SPAN&gt;&lt;/SPAN&gt; app.&lt;/P&gt;&lt;P&gt;I’m using the exact same credentials, and I’ve double-checked input, keyboards, etc. Since it fails consistently across devices, it doesn’t seem to be a client-side issue.&lt;/P&gt;&lt;P&gt;This makes me think there might be some kind of server-side restriction, such as:&lt;/P&gt;&lt;P&gt;Has anyone experienced something similar?&lt;BR /&gt;Is there a known configuration in ServiceNow that could block real mobile devices while still allowing desktop (and even DevTools mobile simulation)?&lt;/P&gt;&lt;P&gt;Any pointers on where to look would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 12:46:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/unable-to-log-in-on-real-mobile-devices-agent-app-amp-browser/m-p/3535545#M12445</guid>
      <dc:creator>matinbsch</dc:creator>
      <dc:date>2026-05-01T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Unable to see Mobile App Builder configuration in ServiceNow Agent / Now Mobile (Zurich PDI)</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/unable-to-see-mobile-app-builder-configuration-in-servicenow/m-p/3534613#M12444</link>
      <description>&lt;P&gt;I am working on a ServiceNow PDI (Zurich version) and trying to configure a simple mobile experience using Mobile App Builder.&lt;/P&gt;&lt;H3&gt;What I have done:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Created a Mobile App Config:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Type: Agent&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Navigation bar: Mobile Agent&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Access control type: (tried both "None" and "User roles")&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Active: True&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Created a screen in Mobile App Builder:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Type: List&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Table: Incident&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Condition: Assigned to = Me&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Added the screen to the Mobile App Config navigation.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Installed and logged into both:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;ServiceNow Agent app&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Now Mobile app&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Expected Result:&lt;/H3&gt;&lt;P&gt;I should see at least one application and the configured screen in the mobile app.&lt;/P&gt;&lt;H3&gt;Actual Result:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;In Agent app → “No Application defined, Please contact your administrator”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In Now Mobile → Only default incident-related items visible, not my custom configuration&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;What I already tried:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Changed Access Control to None&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Logged out and logged back into mobile apps&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Cleared app cache / restarted app&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Verified config is Active&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Questions:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Do we need to explicitly link Mobile App Config to users or roles in Zurich PDI?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is additional plugin activation required to see custom apps in Agent/Now Mobile?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any step missing between Mobile App Builder and Mobile App Config assignment?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance or checklist to correctly expose a Mobile App Builder configuration in mobile apps would be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 06:58:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/unable-to-see-mobile-app-builder-configuration-in-servicenow/m-p/3534613#M12444</guid>
      <dc:creator>Rohitp484</dc:creator>
      <dc:date>2026-04-30T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Using Now Mobile on PC</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/using-now-mobile-on-pc/m-p/3531292#M12440</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’d like to ask if there’s a way to operate Now Mobile on a PC.&lt;BR /&gt;Is it possible in recent versions that it is natively supported?&lt;/P&gt;&lt;P&gt;Has anyone tried accessing it through a browser, emulator, or any alternative method?&lt;BR /&gt;If so, I’d appreciate any guidance or best practices you can share.&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 01:28:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/using-now-mobile-on-pc/m-p/3531292#M12440</guid>
      <dc:creator>marloii</dc:creator>
      <dc:date>2026-04-24T01:28:15Z</dc:date>
    </item>
    <item>
      <title>Field auto-population issue in ServiceNow Mobile app</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/field-auto-population-issue-in-servicenow-mobile-app/m-p/3530896#M12438</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;BR /&gt;I’m working with ServiceNow Mobile and trying to auto-populate a field on a form when creating a record from a related record.&lt;/P&gt;&lt;P&gt;The same setup works as expected in the desktop UI, but in the mobile app the field is not getting populated even though the configuration and scripting look correct.&lt;/P&gt;&lt;P&gt;Has anyone faced this kind of issue with auto-population in mobile forms? Are there any specific considerations or differences in mobile that might cause this behaviour?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 12:14:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/field-auto-population-issue-in-servicenow-mobile-app/m-p/3530896#M12438</guid>
      <dc:creator>_Tanvish</dc:creator>
      <dc:date>2026-04-23T12:14:16Z</dc:date>
    </item>
    <item>
      <title>Can't Change Subject in Focus Color</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/can-t-change-subject-in-focus-color/m-p/3527534#M12432</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;Does someone have a clue about how you change the green color of things in focus/highlighted? I can only find&amp;nbsp;Focus Ring and&amp;nbsp;Focus Ring Shadow&amp;nbsp;in the theme builder which doesn't change the green coloring.&lt;/P&gt;&lt;P&gt;It seems like it should be possible since it's blue in the Polaris theme.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 12:44:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/can-t-change-subject-in-focus-color/m-p/3527534#M12432</guid>
      <dc:creator>mdegn</dc:creator>
      <dc:date>2026-04-17T12:44:38Z</dc:date>
    </item>
    <item>
      <title>AI lens enabling in incident form in now mobile</title>
      <link>https://www.servicenow.com/community/mobile-apps-platform-forum/ai-lens-enabling-in-incident-form-in-now-mobile/m-p/3527258#M12430</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Use a record-based incident form&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Configured Now Mobile form view for incident and enabled it to be visible on now mobile widget. How do we enable AI lens for the form.?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 17 Apr 2026 07:12:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/mobile-apps-platform-forum/ai-lens-enabling-in-incident-form-in-now-mobile/m-p/3527258#M12430</guid>
      <dc:creator>Kurmeti Srinidh</dc:creator>
      <dc:date>2026-04-17T07:12:24Z</dc:date>
    </item>
  </channel>
</rss>

