Thursday, August 11, 2016

Error on Update Table Record (While table enable : ValidTimeStateUpdateMode)

//Update Table Record (enable : ValidTimeStateUpdateMode)

Cannot edit a record in <Table>. Update on a valid time state table is not allowed without specifying a ValidTimeStateUpdateMode.

TableName.ValidTimeStateUpdateMode(ValidTimeStateUpdate::Correction);

No comments:

Post a Comment

Disabling the flight in D365FO (CHD - Tier 1)

 INSERT INTO dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED)  VALUES ('<FlightObjectName>_KillSwitch', 1)  or  INSERT INTO dbo.SYSFLIGHT...