Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width20%
<field-to-result>
Column
Copies a field to a service OUT attribute.
Code Block
xml
xml
<field-to-result field="foo" result-name="fooAttribute" />

Attributes

Name

Type

Requirements

Description

Note

field

expression

required

The name of the field to copy from, the source of the assignment

 

result-name

expression

optionalrequired

The name of the result field to set, the target of the assignment

Defaults to field


Note
titleDraft Status

Final draft.


...