Hello,
We are trying to update a value on some supplier using a data migration job
The value is BlockedForPayment and we would like to pass it to TRUE.

Trying to implement that using a datamigration job with IDENTITY_PAY_INFO_API.Modify__ method




The line is read but value won’t update.
If i call the method directly from Oracle SQL Developper the value will update any idea why please? or how to update the BLOCKED_FOR_PAYMENT value please?
Thank you in advance