CreateAllChangeLogEntries Procedure
Codeunit Ext. System Public API
Creates change log entries for all records in all tables configured for the provided External System.
Overloads
Name | Description |
---|---|
CreateAllChangeLogEntries(Code[20]; Boolean) | Creates change log entries for all records in all tables configured for the provided External System. |
CreateAllChangeLogEntries(Code[20]; Code[20]; Boolean) | Creates change log entries for all records in all tables configured for the provided External System and External Subsystem. |
CreateAllChangeLogEntries(Code[20]; Boolean) Procedure
Creates change log entries for all records in all tables configured for the provided External System.
Signature
CreateAllChangeLogEntries(SystemCode: Code[20]; KeepDeleted: Boolean)
Parameters
SystemCode
Code[20]
The code of the External System, for which change log entries will be created.
KeepDeleted
Boolean
Specifies if any existing change log entries with the Change Type
set to Deleted
should be kept when creating change log entries.
This is useful if the entries in the remote system has data and this function is called only to refresh all records.
CreateAllChangeLogEntries(Code[20]; Code[20]; Boolean) Procedure
Creates change log entries for all records in all tables configured for the provided External System and External Subsystem.
Signature
CreateAllChangeLogEntries(SystemCode: Code[20]; ExternalSubsystemCode: Code[20]; KeepDeleted: Boolean)
Parameters
SystemCode
Code[20]
The code of the External System, for which change log entries will be created.
ExternalSubsystemCode
Code[20]
The code of the External Subsystem, for which change log entries will be created.
KeepDeleted
Boolean
Specifies if any existing change log entries with the Change Type
set to Deleted
should be kept when creating change log entries.
This is useful if the entries in the remote system has data and this function is called only to refresh all records.
This documentation is generated from Spider v24.1.207985.0