I have an attribute of TypeDescription type. The user chooses there some documents (one or several – it doesn’t matter). I want to provide a list of documents of the selected type, for example Customer Order.
The 1C:Script:
Code |
---|
Document = ObjectTypes.Types().Get(0); |
It gives the document type. But how can I open the list of documents of this type?