IntegrationEvent: OnBeforeDownloadLabels

OnBeforeDownloadLabels(var ParcelRec: Record "Parcel SCNVN"; var IsHandled: Boolean);

This event is fired before downloading parcel labels.

Parameters:

  • ParcelRec - Sendcloud Parcel record
  • IsHandled - Use this parameter if you want to completely override the standard process


IntegrationEvent: OnAfterDownloadLabels

OnAfterDownloadLabels(var ParcelRec: Record "Parcel SCNVN");

This event is fired after downloading parcel labels.

Parameters:

  • ParcelRec - Sendcloud Parcel record


IntegrationEvent: OnBeforeDownloadLabels

OnBeforeDownloadLabels(var ParcelRec: Record "Parcel SCNVN"; var IsHandled: Boolean);

This event is fired before downloading parcel labels.

Parameters:

  • ParcelRec - Sendcloud Parcel record
  • IsHandled - Use this parameter if you want to completely override the standard process


IntegrationEvent: OnAfterDownloadLabels

OnAfterDownloadLabels(var ParcelRec: Record "Parcel SCNVN");

This event is fired after downloading parcel labels.

Parameters:

  • ParcelRec - Sendcloud Parcel record