Helper | nodeHelper |
Signature | getImpact |
Description | Creates Impact object |
Introduced in | 5.25 |
Example use
Note: The field Impact can be set both by id or name.
With this snippet you can create Impact object:
entity.impact = nodeHelper.getImpact("Low")
With this snippet you can set Impact by id:
entity.impact = 1