AccountingRegisterManager.<Accounting register name>.CreateRecordKey
Syntax:
Parameters:
<KeyValues> (required)
Structure containing values for filling record key values.
Structure element identifiers should match the key field identifiers.
Returned value:
Description:
Availability:
Example:
Filter = New Structure; Filter.Insert("Organization", SelOrganization); Filter.Insert("Currency", SelCurrency); Reg = AccountingRegisters.SelfSupporting; RecordKey = Reg.CreateRecordKey(Filter); |