ExternalDataProcessorsManager.Create

Syntax variant: By file name

Syntax:

Create(<FullNameOfTheFile>, <SafeMode>)

Parameters:

<FullNameOfTheFile> (required)

Type: String.
Full name of the external data processor file.

<SafeMode> (optional)

Type: Boolean, String.
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:

Create(<Name>)

Parameters:

<Name> (required)

Type: String.
External data processor name received after connection.

Description of method variant:

You should preliminary attach the data processor by using the Connect method.

Returned value:

Type: ExternalDataProcessor.

Description:

Creates an external data processor object for the specified external data processor file or name of external data processor.

Availability:

Server, thick client, external connection.

Example:

ExternalProcessing = ExternalProcessings.Create(FullFileName);
ExternalProcessing.GetForm().Open();


    

1C:Enterprise Developer's Community