---
sourceDocument: Australia Mobile Configuration and Navigation
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/mobile

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Mobile Configuration and Navigation

ft:clusterId :

    - mobile

bundleId :

    - mobile

workflow :

    - Development, Data and Analytics


---

# Resolve common issues

# Resolve common issues in mobile migration script results {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 min. de leitura

Find solutions to common issues after running the mobile migration script.

## Log error messages {#ny-migration__section_hpz_nkq_g3b}

The mobile migration script adds entries to the Log \[syslog\] table when it encounters an error. You can review these logs by navigating to System LogsSystem LogAll. Listed here are errors the mobile migration script may add to the logs.  
{#ny-migration__table_x4p_jrf_f3b__entry__2}

| Error Message | Resolution |
|-|-|
| Invalid instance scope provided | If you see this message, the migration script was aborted. Run the migration script again to complete the migration. You can do rerun the migration script by reopening Studio and selecting the scope. |
| Please activate com.glide.mobile-employee first before migration. | The ServiceNow NowMobile App Screens and Applet Launcher \[com.glide.mobile-employee\] plugin must be active to run the migration script. Ensure that this plugin is active. If you see this message, the migration script was aborted. Run the migration script again to complete the migration. |
| Cannot perform migration task on customized record. | The record causing this error appears immediately after this message. A customization on this record prevented the migration script from changing this file. The migration script skips this file, and continues to run. The named file is inaccessible in Studio. |
[Tabela 1. Error Messages]

{#ny-migration__table_x4p_jrf_f3b}

## Collisions {#ny-migration__section_kdd_4fd_1jb}

Collisions can occur in base system applications that you have customized before the
upgrade to New York or later versions. If the migration script detects any
collisions, it prompts you to review them after the script execution completes.  

Click the View Collisions button to view a filtered list of upgrade
details \[sys_upgrade_history_log\] records. This list shows the records within the current
scope that the upgrade process has skipped. To resolve a conflict, click a record on this
list to open the record, then click the Resolve Conflicts button.

The Resolve Conflicts form shows the base system version of the
record alongside the customized version Fields that are different between versions are
highlighted with a darker background.  
Use the arrow buttons (![Arrow button]()) to move values from one version to the other. After making your changes, click the Save Merge button to save your changes. You can also click the Revert to Base System button to discard your customizations and use the unmodified version of the record.  
A common collision issue is master detail \[sys_sg_master_detail_screen\] records. Master
details records are no longer a part of the mobile schema as of the
New York release. These records are replaced with new list \[sys_sg_list_screen\]
and form \[sys_sg_form_screen\] screen records. They are normally deleted as part of the
upgrade process, but if they have been customized, the script does not automatically delete
them. If you have, for example, renamed a base system application, this kind of collision
can occur.

To resolve the issue, check Mobile Studio to make sure that your applet is still available
and working as expected. Once you have confirmed that the applet is available, you can
delete the main detail record.

## Common migration issues {#ny-migration__section_g1g_4kq_g3b}

An applet is missing
:   After migration, your applets should be visible in the
    Applications tab in the navigation bar. If the applets do not
    appear, you can manually migrate these applets.

    1. In Studio, open Mobile StudioApplication Menu in the application explorer, and select the app where you are missing an applet.
    2. In the Navigation Tabs related list, click the Applications navigation tab.
    3. Note the Applet Launcher associated with the Applications tab.
    4. In Studio, open Mobile StudioApplet Launchers, and open the applet launcher noted in the last step.
    5. In the applet launcher form, select a UI section with the same name as the folder the missing applet was located in before the migration.
    6. Find the missing applet in the All Applets list, and move it to the Selected Applets list.
    7. Click Save.
    {#ny-migration__ol_j4j_xsq_g3b}

A related list is missing from an applet
:   This issue may be the result of an outdated reference on the related lists mapping
    \[sys_sg_related_list_map\] table. You can re-associate the Destination Screen for your related list to resolve the issue.

    1. In Studio, navigate to Mobile StudioApplets, and select the applet with the missing segment.
    2. Click the Form Screen tab.
    3. Click Body.
    4. Click the Related Lists button.
    5. Check the list for items that have an empty Destination Screen value.
    6. Click the list item, and select a value in the Destination Screen field.
    {#ny-migration__ol_csr_2bx_g3b}

Users are not prompted to enter input parameters in Field Service Management or ITSM applets
:   Normally parametrized applets prompt your users for a value. If you are no longer
    seeing this prompt after a migration, use these steps to correct the issue.

    1. Open the UI Parameter \[sys_sg_ui_parameter\] list by entering <kbd class="ph userinput">sys_sg_ui_parameter.list</kbd> in the filter navigator for your instance.
    2. Find the parameter which is not generating a prompt for your users.
    3. Check the value of the Screen field. If this field appears empty, it may be pointing to a Master-detail screen \[sys_sg_master_detail_screen\] record.
    4. Update the field by selecting the applet \[sys_sg_screen\] record used by this parameter.
    {#ny-migration__ol_yrj_lcx_g3b}

Incorrect results for a customized Field Service Management or ITSM applet.
:   This issue can occur if you have added a customer parameter to a base system.

    1. Open the Screen Parameters mappings \[sys_sg_screen_param_map\] list by entering <kbd class="ph userinput">sys_sg_screen_param_map.list</kbd> in the filter navigator for your instance.
    2. Find the record with the Item Parameter field matching the item parameter you have added to your data item.
    3. Check the value of the Screen field. If this field appears empty, it may be pointing to an unused Master-detail screen \[sys_sg_master_detail_screen\] record.
    4. Update the field by selecting the applet \[sys_sg_screen\] record used by this parameter.
    {#ny-migration__ol_ll3_fgx_g3b}

