Table of Contents

MoveChangedRecordsToHistory Procedure

Codeunit WS External System API

Moves the Change Log records associated with the FetchId to the History tables.

Signature

MoveChangedRecordsToHistory(SystemCode: Code[20]; FetchId: Guid)

Parameters

SystemCode Code[20]

The code of the External System.

FetchId Guid

The FetchId that was returned from the last call to the GetChangedRecords() function.

Remarks

This function is not needed if the GetChangedRecords() is being called with the FetchId until there are no more records.

This function is only useful if you, for some reason, do not want to call the GetChangedRecords() anymore.

This documentation is generated from Spider v27.2