EXT Block Changes
This interface should be implemented if the External System Type supports blocking of some changes.
Object Definition
Object Type | Interface |
Object Name | QWESR EXT Block Changes |
Procedures
Name | Description |
---|---|
BlockChangesIsSupported(): Boolean | Specifies if the functionality to block changes is implemented or not. |
GetBlockChange(Record "QWESR External System"; Record "QWESR Ext. Sys. Sync Stp (Tbl)"; RecordRef; Enum "QWESR Ext. Sys. Change Type"): Boolean | Checks if a specific change on a record should be blocked. |
Remarks
If a change is triggered during install or upgrade (ExecutionContext::Upgrade
or ExecutionContext::Install
)
the change will not be blocked, even if this implementation says so.
If a change should be blocked anyway, the event "QWESR Ext. System Public API".OnAfterGetBlockChangeOfExternalSystem()
can be used.
This documentation is generated from Spider v27.0