ExternalDataSourceTableManager.<External source name>.<External data source table name>.GetChoiceData

Syntax:

GetChoiceData(<Parameters>)

Parameters:

<Parameters> (required)

Type: Structure.
Contains the parameters for generating a value list.
This is a structure that should contain the following keys:

Returned value:

Type: ValueList.

Description:

Generates a list of choice values for the string input, autocomplete text and quick choice.

Availability:

Server, thick client, external connection.
Calling the method executes a server call.

Note:

If two parameters are specified in method in the manager module, then the GetChoiceData global context method is called.
Method execution results in calling the ChoiceDataGetProcessing event.

    

1C:Enterprise Developer's Community