AccountingRegisterRecordSet.<Accounting register name>

Collection elements:

AccountingRegisterRecord
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
AddCredit
AddDebit
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:

This is a collection of accounting register records. 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.
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: AccountingRegisterRecordSet..

See also:

AccountingRegisterManager, method CreateRecordSet
AccountingRegisterRecordSet, property ThisObject

    

1C:Enterprise Developer's Community