IQ Integration Type
This interface must be implemented for all Integration Types for the Integration Queue.
Object Definition
Object Type | Interface |
Object Name | QWESR IQ Integration Type |
Procedures
Name | Description |
---|---|
AdditionalSettingsIsSupported(): Boolean | An Integration Type can have additional settings, not available in the Integration Setup table. |
AnalyzeHistory(Record "QWESR Integration Queue Hist"): Boolean | This function should show the "Navigate" page for analyzing related data, if available. |
ArchiveData(Record "QWESR Integration Queue") | This function allows for additional processing of any related data when the Integration Queue record is being archived. |
ClearAdditionalSettings(Code[20]): Boolean | This function is called when the Integration Setup is deleted or changes Integration Type. |
GetIntegrationSteps(Codeunit "QWESR Integration Type Mgt."; Record "QWESR tIQStepOrder" temporary) | This function should add all integration steps for this Integration Type. |
IsIntegrationQueueDeletionAllowed(Record "QWESR Integration Queue"): Boolean | By default it is not possible to delete a record in the Integration Queue. |
IsIntegrationQueueImportDeletionAllowed(Record "QWESR Integration Queue Import"): Boolean | By default it is not possible to delete a record in the Integration Queue Import. |
ShowAdditionalSettings(Code[20]): Boolean | This function should show the addition settings for the user. |
ShowDetails(Record "QWESR Integration Queue"): Boolean | This function should show any related data, if available. |
ShowHistoryDetails(Record "QWESR Integration Queue Hist"): Boolean | This function should show any related data, if available. |
This documentation is generated from Spider v26.0.242160.0