This is an old revision of the document!


EXEC_STRING

This action executes the specified string as if it was an action of the Rule Language. This allows configurators to define the rule action dynamically.

EXEC_STRING ArithmeticExpression()

where ArithmeticExpressio defines a string to be executed, for example:

Object.Attribute = 'FIND ALL Customer'
EXEC_STRING Object.Attribute
  • Last modified: 2022/09/13 18:11