ExternalDataProcessorsManager.Create
Syntax variant: By file name
Syntax:
Parameters:
<FullNameOfTheFile> (required)
Full name of the external data processor file.
<SafeMode> (optional)
Indicates whether the external data processor is created in safe mode.
If a string is specified, the external data processor will be executed in safe mode managed by the security profile with this name. The security profile should have the value SafeModeProfile=True.
Default value: True.
Syntax variant: By data processor name
Syntax:
Parameters:
<Name> (required)
External data processor name received after connection.
Description of method variant:
Returned value:
Description:
Availability:
Example:
ExternalProcessing = ExternalProcessings.Create(FullFileName); ExternalProcessing.GetForm().Open(); |