FieldList

Collection elements:

Field
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Item index (starting from 0) is passed as an argument.

Methods:

Count
Find
Get
IndexOf

Description:

Is an input by string field collection.
Is used for the InputByString properties of metadata objects and for the KeyFields property of metadata objects - external data sources.
All metadata description objects that specify if the system has ... Reference type, such as ExchangePlanRef., CatalogRef., DocumentRef., ChartOfCharacteristicTypesRef., ChartOfAccountsRef., ChartOfCalculationTypesRef., BusinessProcessRef., TaskRef. have "String Input" property of this type.
As input by string fields, you can use such predefined attributes as "Code", "Description", "Date", "Number" and object attributes that have primitive data types for which the "Index" metadata object property has an "Indexing" or "Index with additional ordering" value.

Availability:

Server, thick client, external connection, Mobile application (server).

See also:

MetadataObject: Document, property InputByString
MetadataObject: Task, property InputByString
MetadataObject: BusinessProcess, property InputByString
MetadataObject: ChartOfCalculationTypes, property InputByString
MetadataObject: ChartOfCharacteristicTypes, property InputByString
MetadataObject: ExchangePlan, property InputByString
MetadataObject: ChartOfAccounts, property InputByString
MetadataObject: Catalog, property InputByString

    

1C:Enterprise Developer's Community