Documentation
Documentation
  • Log In
  • Table of Contents
    • Table of Contents

  1. You are here
  2. Home
  3. Actions And Functions
  4. Actions
  5. EXEC_STRING

Sidebar
  • Introduction
  • Quick Tour
  • Installation Guide
  • Getting Started
  • AwareIM Concepts
  • Configuring Applications
  • Rule Language
  • Actions And Functions
  • Mobile Applications
  • How To...
  • Programmer's Reference
  • AI Integration
  • Videos
  • Case Study
  • Glossary
  • Appendices
  • Changelog
  • Show pagesource
  • Old revisions
  • Backlinks
  • Export to PDF
  • Back to top
Index, Action, Action List, Process, v8.1

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.

Syntax

EXEC_STRING ArithmeticExpression()

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

Object.Attribute = 'FIND ALL Customer'
EXEC_STRING Object.Attribute 
index action action list process v8.1