DocumentRef.<Document name>.GetObject

Syntax:

GetObject()

Returned value:

Type: DocumentObject.; Undefined.
Undefined - object is not present in the base (for example, when data exchange is performed or after direct deletion of object, which has references).

Description:

Uses reference to obtain object for reading, modifying, adding and deleting a document.

Availability:

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

Example:

Object = SelDocument.GetObject();

    

1C:Enterprise Developer's Community