Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Simple assignment mappings are great for pinpoint changes. Simply, use the equal sign to assign values.

Assign a static value:

OutboundMessage.nodepath = “Smith”

Assign a value from another message:

OutboundMessage.nodepath = InboundMessage.nodepath

Assign the result of a function:

OutboundMessage.nodepath = SomeFunction() 

For example, you could call a function performing Codeset Lookups.

  • No labels