AccumulationRegisterRecordSet.<Accumulation register name>.SetActive

Syntax:

SetActive(<Active>)

Parameters:

<Active> (required)

Type: Boolean.
Active record flag. True - records are registered in the register totals. False - records are not registered in the register totals.

Description:

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

Availability:

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

Example:

RecordsSet.SetActive(True);

    

1C:Enterprise Developer's Community