Rule
Copy
- Associated ItemType: Name of ItemType for which this rule is defined
- Rule Type
- Check – To perform any kind of validations before any action. {create/edit/delete/revision/promote/relationship(add/delete)}
- Pre-Update – To evaluate the rule expression and update the context item with the result of rule expression.
- Post Update – To update the properties of the context item with the result of rule execution.
- Property to Update
- In case of Pre/Post Update rule type, select the property of associated ItemType which needs to be updated.
- Expression
- Capability to write any C# compatible code inside the expression. It can be any complex code or a mathematical expression.
- Supports Item Properties, User Properties & Aras Server Methods.
- Error Expression
- In case of Check rule type, the error message to be shown to user. This can be an expression itself.
Check Rule
Update Rule