Share via


SyncSolution.onDeactivate Method [AX 2012]

Serves during the solution deactivation for a legal entity.

Syntax

public void onDeactivate(SyncSolutionId _solutionId)

Run On

Called

Parameters

Remarks

The SyncSolutionId value cannot be changed. Therefore, the original SyncSolutionIdvalue that was used in the SyncSolution.onDeactivate method is passed in to counter the cases in which the solution implementation has changed the SyncSolutionId value.

See Also

Reference

SyncSolution Class