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: 2023/05/09 01:36