The Local Settings object exposes localized properties for a particular JavaScript filter. When the property is set, it takes immediate effect only for the filter in question.

Properties

Property

Description

nodeInsertionMode

Write property. Sets the XML ordering of the message. It can take the value XMLORDERING or NONE (default).

If set to XMLORDERING, any calls to setField on an XML message insert the nodes in order according to the attached definition. If the definition is not an XML schema or is not available, all calls to setField will fail with an error for as long as the property is set to XMLORDERING.

Example
localsettings.nodeInsertionMode = "XMLORDERING";