Skip to main content
Question

Migrating Request Contracts as Active

  • December 10, 2025
  • 2 replies
  • 40 views

Forum|alt.badge.img+1
  • Do Gooder (Customer)

Hi,

We have imported several thousand Request Contracts using DMM. They are at status ‘Planned’ and we want them to be Active. Is there any way that we can automate making these Active? 
Presumably we need to update objstate and/or state fields on sc_service_contract but these fields don’t seem to be able in the mapping.

 

2 replies

FlorianTauber
Hero (Partner)
Forum|alt.badge.img+6
  • Hero (Partner)
  • December 11, 2025

Hi,

for status changes it’s usually necessary to call the related procedures. As far as I know this is not possible by using the DMM. 

You could create SQL scripts or use the data migration jobs: https://docs.ifs.com/techdocs/25r1/030_administration/050_data_management/050_data_migration/010_data_migration/040_method_list/#method_list_attributes

 

KR


Forum|alt.badge.img+1
  • Do Gooder (Partner)
  • June 4, 2026

Hi, 

 

I have managed to achieve this via DMM. Once the mapping is done, navigate to the ‘Additional Deployment Process’. Create a new process with the your project id and the target table. 

Make sure the process is ‘Post deployment’ and use ‘SC_SERVICE_CONTRACT_API.SET_REQUEST_CONTRACT_TO_ACTIVE’ as the method. 

When deploying switch on the toggle of ‘Include Post Deployment Process’.

 

Thanks and regards,

Heshani N