Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.4 KB

ExecuteExternalCode.md

File metadata and controls

19 lines (12 loc) · 1.4 KB

Executing of external code on the server (ExecuteExternalCode)

Description

When you develop applications, note that not only execution of a code written in the Enterprise mode is unsafe, but also places, where the Execute or Eval methods are used to execute the code created based on parameters passed to server functions and procedures. It is forbidden to use the Execute and Eval methods in server methods of form modules, commands, objects, etc.

This restriction is not applicable to the code being executed on the client

Examples

Sources