ChartOfCalculationTypesObject.<Chart of Calculation Types name>.SetDeletionMark

Syntax:

SetDeletionMark(<DeletionMark>)

Parameters:

<DeletionMark> (required)

Type: Boolean.
You can Determines the state of the deletion mark. True indicates the object is marked for deletion, and False indicates the deletion mark has been removed.
Default value: True.

Description:

Sets/removes the object deletion marker. The object isn't deleted from the database. Definite deletion of flagged accounts occurs during the flagged objects' deletion.

Availability:

Server, thick client, external connection.

Note:

Applying the method results in the BeforeWrite event launching, as the DeletionMark modified property is saved.
If object is modified, then executing the method returns an exception.

    

1C:Enterprise Developer's Community