DocumentManager.<Document name>.EmptyRef

Syntax:

EmptyRef()

Returned value:

Type: DocumentRef.

Description:

Obtains empty reference value to the given type of document.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

For example, you can use it when you want to transfer an empty reference to method parameter.

Example:

Query.SetParameter("EmptyRequest", Documents.InternalOrder.EmptyRef());

    

1C:Enterprise Developer's Community