AccumulationRegisterRecordSet.<Accumulation register name>

Collection elements:

AccumulationRegisterRecord
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. Record index (starting from 0) is passed as an argument.

Properties:

AdditionalProperties
DataExchange
Filter
LockForUpdate
ThisObject
Write

Methods:

Add
AddExpense
AddReceipt
CheckFilling
Clear
Count
Delete
Get
GetForm
IndexOf
Insert
Load
LoadColumn
Metadata
Modified
Move
Read
Selected
SetActive
Total
Unload
UnloadColumn
UnloadColumns
Write

Events:

BeforeWrite
FillCheckProcessing
OnWrite

Description:

It represents a collection of records of accumulation register in memory. It enables the user to read records from the database for a particular recorder, and add, delete, or modify records in the set. He can also write to the database for a specified condition. On saving, all existing records in the database for the given condition are normally replaced with records contained in the set. If records are not replaced, the set is cleared after the writing.
The maximum number of records in a set is 999999999.

Availability:

Server, thick client, external connection, Mobile application (server).
The given object may be serialized to/from XML. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data/enterprise/current-config} namespace. XDTO type name: AccumulationRegisterRecordSet..

See also:

AccumulationRegisterRecord, property Active
AccumulationRegisterManager, method CreateRecordSet
CalculationRegisterRecord, property Active
CalculationRegisterSelection, property Active
AccumulationRegisterRecordSet, property ThisObject

    

1C:Enterprise Developer's Community