Salesforce

MAGIC IBOLT (Magic xpi 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

[MAGIC_IBOLT] (Magic xpi 3.x)

Flag

Definition

NullifyXMLSourceNonExistentTagValue=

In Magic xpi, when a tag does not exist in an XML Source, the value that is passed to the Destination is the default value of the data type. For example, a non-existent numeric type returns 0.

This flag determines whether this value will remain as the default for the data type, or will instead be null. There are two possible options that you can set for this flag:

N (default) – The passed value remains as the default for the data type.

Y – The passed value is null.

Since version: V3.3

JMSIncludeMessageInArgumentsXML=

The JMS component trigger's argument XML contains both the message properties and the message itself encoded in Base 64. When messages are very large, the argument XML is too big to allow the Data Mapper to extract the actual message.

When this flag is set to N, the argument XML only includes the message properties, and not the message itself. To get both the message and the properties, you need to use the Data Mapper to map the message content and the argument XML.

The default value for this flag (and if this flag does not exist) is Y.

Since version: V3.3

Reference
Attachment 
Attachment