EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

ReplyMessage Property

Whether or not this message is a reply to another message.

Syntax

[VB.NET]
Public Property ReplyMessage As Boolean

[C#]
public bool ReplyMessage {get; set;}

Remarks

This property is a boolean value indicating whether or not the message is a reply to a previous message or not. The first message in any business process is always an action message. Reply messages may be an update, another action, or a signal.

Some actions may request data, in which case a reply RosettaNet message must be sent with the data that was requested. All action messages sent in response to the original action message are considered replies.

When sending a reply, this property should be set to "True" to tell the receiver how to interpret and handle the message.

This property is a field of the service header.

Default Value

False

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0