Share via


SyncSolution.onUpdate Method [AX 2012]

Serves during the solution update in a legal entity.

Syntax

public void onUpdate(SyncSolutionId _solutionId)

Run On

Called

Parameters

Remarks

The operation must be idempotent.

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