InformationRegisterRecordSet.<Information register name>.SetActive

Syntax:

SetActive(<Active>)

Parameters:

<Active> (required)

Type: Boolean.
Active record flag. True - records active. False - records not active.

Description:

Sets the Active property value for all records in the set.

Availability:

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

Example:

RatesSet.SetActive(True);

    

1C:Enterprise Developer's Community