Versions Compared

Key

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

...

Info

Role scripts requires at least one identity to continue. If role script is not empty and does not return any identity, emakin produces an error.

...

Assume data field has an "Employee" field which is filled by user form.

Code Block
languagejs
$Xml.Evaluate('Employee');

...