IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

Attachments Property

A collection of files attached to the current RNIF message.

Syntax


 getAttachments(): RNIFAttachmentList;

 setAttachments(attachments: RNIFAttachmentList): void;

Default Value

Remarks

Some RosettaNet PIPs, and potentially any non-RosettaNet standards, allow for extra files or data to be attached to the RosettaNet business document. Since the RosettaNet document is MIME-encoded, there are no specific limitations on the number of attachments. The message attachments are included in the payload container with the ServiceContent, so if EncryptionType is set to any non-zero value (i.e., etEncryptPayloadContainer or etEncryptServiceContent) the attachments will be encrypted as well.

The message attachments are described by the rnifattachment objects stored within the Attachments property.

This property is a field of the service header.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 JavaScript Edition - Version 20.0 [Build 8262]