AddIntegrationStep Procedure
Codeunit Integration Type Mgt.
Used by custom Integration Types to add steps. Called from a subscriber to the OnBeforeAddIntegrationStep event.
Signature
AddIntegrationStep(IntegrationType: Enum "QWESR IQ Integration Type"; var IQStepOrder: Record "QWESR tIQStepOrder" temporary; Step: Enum "QWESR IQ Step"; CodeunitId: Integer)
Parameters
IntegrationType Enum "QWESR IQ Integration Type"
The integration Type Code.
var IQStepOrder Record "QWESR tIQStepOrder" temporary
The record for all steps.
Step Enum "QWESR IQ Step"
The step id.
CodeunitId Integer
The Id of the Codeunit processing this step.
This documentation is generated from Spider v27.1