ExternalDataSourceTableManager.<External source name>.<External data source table name>.GetChoiceData
Syntax:
Parameters:
<Parameters> (required)
Contains the parameters for generating a value list.
This is a structure that should contain the following keys:
- Filter - the search filter, the Structure type; values of filter items can have Array, ValueList, FixedArray type or another type, which is not a collection; for the Array, ValueList, FixedArray types, the comparison is performed using the InList comparison type, otherwise the comparison type is Equal;
- SearchString - the search string; contains a Undefined value for quick selection;
- StringSearchMode - the search method if the input by string feature is used; value type: SearchStringModeOnInputByString; the parameter may be missing.
Returned value:
Description:
Availability:
Calling the method executes a server call.
Note:
Method execution results in calling the ChoiceDataGetProcessing event.