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