---
sourceDocument: Yokohama ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/platform-user-interface

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Enable asynchronous record addition for the multi-record associator

# Enable asynchronous record addition for the multi-record associator {#ariaid-title1}

Release version: Yokohama  
Updated January 30, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Enable large selections of records added to a related list by the multi-record associator to load in the background.

## Before you begin

Role required: admin

## About this task

When you add a large number of records to a related list, you can focus on other tasks while the record addition loads in the background.

If asynchronous record addition isn't required for all multi-record associator modals, use declarative actions to enable asynchronous record addition for select modals. For instructions, see [Set up asynchronous record addition for select modals](https://servicenow-prod.fluidtopics.net/2rBF3Ay36PY780gs7bOIcw "Use declarative actions to enable asynchronous record addition for select multi-record associator modals.").

## Procedure

1. Navigate to <kbd class="ph userinput">sys_properties.list</kbd>.
2. Add the glide.ui.mra.async system property.  
   For more information on adding system property, see [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=yokohama&pubname=yokohama-platform-administration&ft:locale=en-US).
   1. Select New.
   2. Add a system property named glide.ui.mra.async.
   3. Set the Value to true.
   4. Select Submit.
   {#set-up-asynchronous-record-addition__substeps_dk2_g5g_d2c}
3. Add the glide.ui.mra.threshold system property.
   1. Select New.
   2. Add a system property named glide.ui.mra.threshold.
   3. Specify how many records can be added before asynchronous record addition occurs.  
      The default is 100 records.
   4. Select Submit.

## Result

When you select any number of records beyond the threshold, a notification informs you that the records will load in the background.

![MRA notification 1]()

When you add the selected records, the modal closes, and a notification confirms that the records are loading in the background.

![MRA notification 2]()

After the records are added, a notification informs you that the records were added successfully.

![MRA notification 3]()

