InformationRegisterManager.<Information register name>.SelectByRecorder
Syntax:
Parameters:
<Recorder> (required)
Reference to the document that is a register records recorder.
Returned value:
Description:
Availability:
Example:
PriceSelection = InformationRegisters.PricesMarketing.SelectByRecorder(Selection); While PriceSelection.Next() Do Message("Date " + PriceSelection.Recorder.DocumentDate + " Nomenclature "+TrimAll(PriceSelection.Nomenclature) + ", Rival "+ PriceSelection.Rival ); EndDo; |