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

Version 1 Next »

Pinpoint changes

  • Using the equal sign to assign values

  • The most basic mapping statement looks like this:

    • OutboundMessage.nodepath = InboundMessage.nodepath

  • Of course, you can also assign static values:

    • OutboundMessage.nodepath = “Smith”

  • Or you can assign the result of a function:

  • No labels