DocumentJournalManager.<Document journal name>
Methods:
GetTemplate
Select
Events:
Description:
Object type full name is defined with configuration document journal name taken into account. For example, for Sales document journal a type name is DocumentsJournalManager.Sales.
Availability:
Exchange with server is possible.
Example:
Selection = DocumentJournals.Selling.Select(); While Selection.Next() Do // Selection processing EndDo; |
See also: