IntegrationEvent: OnBeforeDownloadDocuments
OnBeforeDownloadDocuments(var ParcelRec: Record "Parcel SCNVN"; Documents: JsonArray; var IsHandled: Boolean);
This event is fired before downloading parcel documents.
Parameters:
- ParcelRec - Sendcloud Parcel record
- Documents - JSON array containing parcel documents
- IsHandled - Use this parameter if you want to completely override the standard process
IntegrationEvent: OnAfterDownloadDocuments
OnAfterDownloadDocuments(var ParcelRec: Record "Parcel SCNVN"; Documents: JsonArray);
This event is fired after downloading parcel documents.
Parameters:
- ParcelRec - Sendcloud Parcel record
- Documents - JSON array containing downloaded parcel documents
IntegrationEvent: OnBeforeDownloadDocuments
OnBeforeDownloadDocuments(var ParcelRec: Record "Parcel SCNVN"; Documents: JsonArray; var IsHandled: Boolean);
This event is fired before downloading parcel documents.
Parameters:
- ParcelRec - Sendcloud Parcel record
- Documents - JSON array containing parcel documents
- IsHandled - Use this parameter if you want to completely override the standard process
IntegrationEvent: OnAfterDownloadDocuments
OnAfterDownloadDocuments(var ParcelRec: Record "Parcel SCNVN"; Documents: JsonArray);
This event is fired after downloading parcel documents.
Parameters:
- ParcelRec - Sendcloud Parcel record
- Documents - JSON array containing downloaded parcel documents
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article