DuplicateMessageCheck Parameters and Valid Execution Modes
The valid execution mode for DuplicateMessageCheck is SYNCHR.
The parameters of DuplicateMessageCheck are as follows:
Name | Semantics | Type | Valid Values | Multiplicity |
---|---|---|---|---|
Direction: In | ||||
PayloadID (Mandatory) | The unique PayloadID of the message. | string | 1 | |
MarketOrganizationID (Mandatory) | The organization ID of the marketplace/sender. | string | 1 | |
Fatal (Optional) | Causes the activity to throw an exception if set to “True” and a duplicate document is found. The absence of this tag defaults to “True”. | boolean | True
False |
0..1 |
InDocument (Mandatory) | See Common Parameters. | |||
Direction: Out | ||||
IsDuplicate (Optional) | If Fatal is set to “False”, this parameter will be set to “True” if the document is indeed a duplicate, “False”, otherwise. | boolean | True
False |
0..1 |
Copyright © Cloud Software Group, Inc. All rights reserved.