Run fix script to migrate existing data from the deprecated Action type column after upgrade

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • In the May Store 2024 release, the Action type column in the Supplier Task (sn_slm_task) table has been deprecated.

    始める前に

    Role required: admin

    このタスクについて

    In the May Store 2024 release, the Supplier Task (sn_slm_task) table uses the Action type for task column from its parent Service Task [sn_spend_sdc_service_task] table. After you upgrade to the May Store 2024 release, ensure that you run the fix script to migrate existing data from the deprecated Action type column to the newly added Action type for task column in the Supplier Task table.
    重要:
    Before you run the fix script, ensure that you restructure the Supplier Task table to extend the Service Task table.

    手順

    1. Navigate to All > System Definition > Fix Scripts.
    2. Search for the SLO - upgrade scripts for may 2024 script.
    3. Open the fix script record.
    4. In the Script field, set the batch size variable to a number equal to the number of supplier task records in your instance.
      For example, if your instance has 10000 supplier task records, set the batch size variable as follows:

      var batchSize = 10000;

    5. Select Update.
    6. Select Run Fix Script.