Tuesday, January 30, 2018

Remove RecId Suspension in X++


    systemSequence sequence = new systemSequence();
    sequence.removeRecIdSuspension(tableId);

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...