InformationRegister.<Register name>.SliceFirst

Syntax

InformationRegister.<Register name>.SliceFirst

Fields

<Attribute name>
<Common attribute name>
<Dimension name>
<Resource name>
Active
LineNumber
Period
Recorder

Parameters

Period
Condition

Description:

Used to access the earliest data register records for a specified date (inclusive). Includes active records only. The earliest record will be found for each combination of dimensions, but no earlier than the date specified.

Example:

// Receive all the earliest records from the information register
SELECT * FROM InformationRegister.ExchangeRate.SliceFirst()

// Receive all the earliest records from the information register
// for specified date and rate
SELECT * FROM InformationRegister.ExchangeRate.SliceFirst(&DateParameter, 
    Currency = &CurrencyParameter)


    

1C:Enterprise Developer's Community