Monday, March 30, 2026

How to resolve MS 10.0.47 D365 SCM issue with project transaction adjustment

During upgrade testing of 10.0.47 the following issue was identified in the Adjust project transaction functionality. 

The Adjust Transaction option does not work, showing the notification message:

Cannot edit a record in Project adjustments (TmpProjAdjustment). The record has never been selected.


To resolve this issue on DEV/TEST where access to SQL exists, please disable the ProjAdjustmentSelectPerformanceFlight via SQL :

INSERT INTO dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED, FLIGHTSERVICEID)VALUES ('ProjAdjustmentSelectPerformanceFlight_KillSwitch', 1, 12719367)

To resolve this issue on PROD, Microsoft support request must be logged and Microsoft will do it for you.