ExternalDataSourceTableRecordManager.<External source name>.<External data source table name>.Selected

Syntax:

Selected()

Returned value:

Type: Boolean.
True - the record is selected, False - otherwise.

Description:

Defines whether the record is read.

Availability:

Thick client.

Example:

If Not Record.Selected() Then
    DoMessageBox("Record is not read.");
EndIf
;


    

1C:Enterprise Developer's Community