Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.7.0

Sometimes backends use parameter names that are forbidden within E2E xUML Action Language as they are keywords (e.g. create) or contain illegal characters (e.g. /ISIDEX/E1VDEWBGM_1000). Nevertheless, you may want to use these parameters within action script and they can be made usable by masking them.

Image Modified

To access such parameters it is possible to mask them by putting them in backticks:
`illegalParameterName`

Selecting the parameter from the list of available objects will make the Action Script Editor automatically mask it.

  

Note
iconfalse

This feature should be used carefully and only in the above mentioned cases.

Image Modified

For objects with masked names the Action Script Editor will suggest corresponding attributes when typing a dot after the attribute name.