IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

ActionMessage Property

Whether or not this message is an action message.

Syntax


 isActionMessage(): boolean;

 setActionMessage(actionMessage: boolean): void;

Default Value

FALSE

Remarks

This property indicates whether or not the message is an action message. A RosettaNet action is defined as a message which requires or requests a business activity. A "PurchaseOrderRequestMessage" is a valid Business Action message, as is the corresponding "PurchaseOrderConfirmMessage". The latter, however, is also a reply to the original action request.

Receipt acknowledgments are considered Signals, and not Business Action messages, even though they contain all of the properties of a valid Business Action message.

This property is a field of the service header.

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