---
sourceDocument: Yokohama Finance and Supply Chain
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/source-to-pay-operations

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Finance and Supply Chain

ft:clusterId :

    - stpop

bundleId :

    - stpop

workflow :

    - Employee


---

# Run the fix script to enable M2M mapping

# Run the fix script to enable M2M mapping {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Run the fix script to enable M2M mapping between supplier contact and suppliers.

## Before you begin

Verify that the application scope is set to Supplier Common Architecture.

Role required: admin

## Procedure

1. Navigate to AllSystem DefinitionFix Scripts.  
   Verify that the application scope is set to Supplier Common Architecture.
2. Select New.
3. Fill in the following fields to create the fix script:  
   {#run-fix-script__table_fxl_tx4_mdc__entry__2}

   | Field | Description |
   |-|-|
   | Name | Unique, descriptive name for the fix script. |
   | Description | Include the disclaimer: This script is intended for a one-time execution in an instance and must remain unaltered. |
   | Script | Enter the following code for the fix script: var m2mEnableUtil = new sn_slm.M2MSupplierSupportUtil(); gs.info("Current status of M2M Supplier support: " + m2mEnableUtil.isM2MSupplierSupported()); gs.info("Enabled M2M supplier support: " + m2mEnableUtil.enableM2MSupplierSupport()); |
   [ ]

   {#run-fix-script__table_fxl_tx4_mdc}
4. Save and select Run Fix Script.  
   A version record is created after the script is executed.

## What to do next

Verify if the version record is created for `M2MSupplierSupportUtil script include`.

*[\>]: and then


