ExternalDataSourceTableRecordManager.<External source name>.<External data source table name>.Selected
Syntax:
Returned value:
True - the record is selected, False - otherwise.
Description:
Availability:
Example:
If Not Record.Selected() Then DoMessageBox("Record is not read."); EndIf; |