DocumentManager.<Document name>
Methods:
EmptyRef
FindByAttribute
FindByNumber
GetChoiceData
GetChoiceForm
GetForm
GetListForm
GetNewDocumentForm
GetRef
GetTemplate
Select
Events:
FormGetProcessing
PresentationFieldsGetProcessing
PresentationGetProcessing
Description:
Availability:
Exchange with server is possible.
Example:
Result = Documents.ExpenseBill.FindByNumber(DocNumber, WorkingDate); If Result.IsEmpty() Then DoMessageBox("Document not found!"); Else Result.GetForm().Open(); EndIf; |
See also:
DocumentObject, method SetNewObjectRef
DocumentObject, method GetNewObjectRef
DocumentRef, method UUID