OnAfterAddIntegrationStep Event
Codeunit Integration Type Mgt.
Raised after an Integration Step is added for an integration type.
This can be used to add additional steps to an existing integration type.
Signature
[IntegrationEvent(false, false)]
OnAfterAddIntegrationStep(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 that the step is added for.
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 v24.1.207985.0