DocumentObject.<Document name>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (required)

Type: Arbitrary.
Value on whose basis the document is populated.

Description:

Populates document data with data from another object. Initiates the event Filling and calls its handler in the document module. It can contain an algorithm that populates document data from the passed value.

Availability:

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

Note:

To fill it you can use any type of value.

Example:

ExpenseBill.Fill(SelContractor);

See also:

DocumentObject, event Filling

    

1C:Enterprise Developer's Community