ScriptEval Examples
This document contains a few examples of ScriptEval configurations
Increment the value of userAccountControl with +2
The attribute userAccountControl
will control how an AD account can be used. The numeric value of an active account can always be incremented by 2 in order to disable the account.
The property item.userAccountControl
is fetched in the flow by an LDAPSearch, and will therefore be stored as a string value in an array.
Create an item form a json-structure
Some json-data is present in the state
.
The item property customer
is created in the flow from a previous request
The script will create a new item
from the content of the customer
property.
Last updated