SyncSolution.onDeactivate Method [AX 2012]
Serves during the solution deactivation for a legal entity.
Syntax
public void onDeactivate(SyncSolutionId _solutionId)
Run On
Called
Parameters
- _solutionId
Type: SyncSolutionId Extended Data Type
The SyncSolutionId value that was used to enable the solution.
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.