Versions Compared

Key

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

...

NameDescriptionTypeRequired
EntityThe type of the instance that should be updated.Module Element - EntityTrueYes
Select one or moreYou can use an expression to select the instance that you want to update. They have to be instances of the entity selected in the above parameter. If left empty, it is assumed that the selected entity is either singleton or that an active instance exists.ExpressionFalseNo
Clear existing valuesClears all attributes and relations before execution.BooleanFalseNo
Attributes and RelationsAdd one line for each attribute or relation that you want to set.LineFalseNo

AttributeSelect an attribute or relation of the entity selected above.Module element - Attribute/RelationFalseNo

Value

Write an expression that results in a value for the selected attribute or relation. Leaving the expression empty or removing it clears the value of the selected attribute or relation.

ExpressionFalseNo

This service executes all lines from top to bottom, so you could use the new value of an attribute or relation that you set in a previous line by using this attribute or relation in the expression of a next line. You can use attributes and relation in your desired order. 

...

  • All Jobs are selected that have an unknown end date with the expression: COLLECT Job FROM ALL Job WHERE (Job.EndDate = ?)
  • The attribute Job.EndDate gets the value TODAY
    • This is done for every instance found by the expression.

Image RemovedImage Added